CVideoRecorderUtility?

Login to reply to this topic.
Thu, 2006-09-14 03:12
Joined: 2006-02-21
Forum posts: 14
I tried 3 open methods of CVideoRecorderUtility

OpenFileL - Success
OpenDesL - Failed with return code -5
OpenUrlL - Failed with return code -5

But I wonder if CVideoRecorderUtility is able to put the input video into the buffer or send the video to out desired network?

Sun, 2007-02-04 18:34
Joined: 2007-02-04
Forum posts: 3
CVideoRecorderUtility?
Plz can u send me the code of recording or playing which uses OpenDesL () funtions........really i m wondering for this...................I m waiting.............................

many many thx.........or u can send me at anupams.shukla@gmail.com
Tue, 2007-06-05 13:58
Joined: 2007-02-28
Forum posts: 1
Re: CVideoRecorderUtility?
I also tried OpenFileL() method and it was successful. In this method, we mention the file that is not already existing. Is there any constraint like this that the file shouldnt be existing?

Also, I want to access the file as the recording is happening. Can this be possible? I want to do this because my application's purpose is to upload a video file after it is been recorded and I was wondering if I can start upload of the video file parallel to the task of its recording. To do this, I should be able to access the file when video is getting recorded.

Please let me know if there is any way for this?

Thanks
Shree
Tue, 2007-07-24 10:05
Joined: 2006-09-22
Forum posts: 14
Re: CVideoRecorderUtility?

Hi folks,

For info Until we recorder the file completely we cant access the file.

If we gets the rawdata also it comes in format of YUV format so, to reneder it on to the screen u need to change it rbg format. so, need to do encodeing of the data for the propose of renedering. Then we need to do encoding of YUV format file into .3gp file but the symbian did not provided the public API''s for encoding of the YUV format to .3gp.

For solution wise we need to implemetnt our own encoder for .3gp and encode it and send to server.

Please correct me if i am wrong...

I am also having the same problem if any one solves it please provide the solution.


Thanks & Regards,
Muralidhar.

Fri, 2008-04-04 21:39
Joined: 2007-12-24
Forum posts: 9
Re: CVideoRecorderUtility?

same problem for me.

  • Login to reply to this topic.