gstream to images

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

gstream to images

跳至解决方案
1,398 次查看
yennivenkateswa
Contributor II

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

标签 (6)
0 项奖励
1 解答
970 次查看
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!

在原帖中查看解决方案

0 项奖励
2 回复数
971 次查看
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!
0 项奖励
971 次查看
Yuri
NXP Employee
NXP Employee

   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.

https://www.freescale.com/webapp/Download?colCode=IMX53_11_09_LINUX_MMCODECS&appType=license&locatio...

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!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励