Hi All,
I am Using GB and ICS Android source.
here facing problem is not able get video frames or video frame buffer while recording(MediaRecorder) video.
Please help me how to get frames from the Camera or from the Buffer in Android2.3 or above.
Thank u for reading and ....
Hi Anil,
Which exact software release and hardware platform are you using? Does the Android Camera Or TI Camera OMAP4 application allows you to record the videos and play it back?
Usually, the application has to invoke Camera and Encoder OMX components and use OMX_FillThisBuffer and OMX_EmptyThisBuffer API calls to get the filled buffers from camera and given them to encoder for encoding.
Thanks and Best Regards,
Venkat
Please click the Verify Answer button on this post if it answers your question_____________________________________________
Be sure to read the OMAP4 Forum Guidelines & FAQ-
Anil,
Not enough details to get the idea of problem. Which release are you using? Which board are you using Blaze or Panda?
Are you saying you are not getting the frames from camera sensor? Please provide as much details as possible including debug logs. That will be very much useful.
Regards,
Chintan
------------------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.------------------------------------------------------------------------------------------------------------------
Dear Ramana,
Thanku for Helping....
Which exact software release and hardware platform are you using?
PANDA_BOARD4460 with linaro Gingerbread2.3.7 with eclipse.
Does the Android Camera Or TI Camera OMAP4 application allows you to record the videos and play it back?
i am using local USB Camera with PANDA_BOARD4460 Camera is working nice( record the videos and play it back) .
I have ICS source also there but USB camera is not working.
can you tel me where can i get the frame by frame while recording video?( i need to controlling every frames)
Anil.Vemula
Dear Patel,
Which release are you using? Which board are you using Blaze or Panda?
Are you saying you are not getting the frames from camera sensor?
No, I am getting the frames from camera sensor (means camera is working fine). I need to process the individual frame.
i am using local USB-Camera with PANDA_BOARD4460 Camera is working nice( record the videos and play it back).
I have ICS source also there but USB camera is not working. so i am using linaro Gingerbread2.3.7
Please see the post
http://e2e.ti.com/support/omap/f/849/t/207203.aspx
Please click the Verify Answer button on this post if it answers your question. ------------------------------------------------------------------------------------------------------------------
provide the some information about OMX_FillThisBuffer or any sample using that .
Anil.V
OMX_FillThisBuffer API's are standard API's as per the OPENMAX-IL specification to transfer buffers between connected OpenMax IL ports. For more information, you can refer to the Khronos OpenMax -IL standard specification at the following link:
http://www.khronos.org/registry/omxil/specs/OpenMAX_IL_1_1_2_Application_Note_318.pdf
Thanks & Best Regards,