Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User nuker85's Avatar
    Join Date
    May 2007
    Location
    Poland
    Posts
    606
    Hello,
    i need an advice about video recording and break between two records.

    I have already done video recording in my application using CVideoRecorderUtility but what i need is to reduce to minimum time between two recordings.
    I just want to save video after 5min of recording but all the time keep recording.
    In my application after 5 min i stop recording and start it again and i have got 5 min length video but the problem is that when video is saved to file for few seconds (it depends on video size) nothing is recorded.

    How can i solve it?

    thanks in advance

  2. #2
    Registered User Sorcery-ltd's Avatar
    Join Date
    Dec 2006
    Posts
    2,280
    Hi,

    You can't really fix this using CVideoRecorderUtility, since the delays are just part of how it works.

    These are your only options (as I see it anyway):
    1) Record a long clip and split it afterwards.
    2) Use the Media Recorder API (in the SDK plug-in pack) for continuous streaming and handle all the segmenting and writing to files yourself.

    Hope that helps,
    Sorcery

  3. #3
    Registered User nuker85's Avatar
    Join Date
    May 2007
    Location
    Poland
    Posts
    606
    Hello and thanks for your response.

    So it looks like that i can t use CVideoRecorderUtility.

    1) Record a long clip and split it afterwards.
    Will not work in my case

    2) Use the Media Recorder API (in the SDK plug-in pack) for continuous streaming and handle all the segmenting and writing to files yourself.
    Seems to be solution which i am searching for. Have you got any links or examples how to use this API ?

    Thanks in advance

    Nuker85

  4. #4
    Registered User Sorcery-ltd's Avatar
    Join Date
    Dec 2006
    Posts
    2,280
    Seems to be solution which i am searching for. Have you got any links or examples how to use this API ?
    Sorry, not that I'm aware of. The documentation on the plug-in pack APIs is mostly non-existent. A few people have got things working with it and there are some posts detailing their issues on this discussion board if you search for them.

    Sorcery

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved