hi,
i am using imx53 board with additional csi interface hardware. i am getting stream using ./mxc_v4l2_tvin.out -ow 480 -oh 480.
now i want images from this streaming and i want to record video using this stream. i dont know how to record or capture images.
can anyone help to solve this prloblem and refer any materials.
Thanks&Regards
venkatesh
解決済! 解決策の投稿を見る。
In order to record a video from a cam one can use the gstreamer, as an example :
$gst-launch mfw_v4lsrc fps-n=15 capture-width=$WIDTH capture-height=$HEIGHT ! queue ! mfw_vpuencoder codec-type=0 ! avimux ! filesink location=output.avi sync=false
Please refer to "Linux_Multimedia_Framework_User_Guide.pdf" in codec package.
Summary Page :
http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX535&fpsp=1&tab=Design_Tools_Tab
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------