CVideoRecorderUtility?
| Thu, 2006-09-14 03:12 | |
|
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? |
|






Forum posts: 3
many many thx.........or u can send me at anupams.shukla@gmail.com
Forum posts: 1
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
Forum posts: 14
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.
Forum posts: 9
same problem for me.