Rear-In camera capture and display on FB on imx6 sabrelite.

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

Rear-In camera capture and display on FB on imx6 sabrelite.

跳至解决方案
1,253 次查看
admin
Specialist II

Hi,

I am using ov5642 rear-in camera on imx6 sabrelite, I am looking for sample app which will capture camera image and display on FB. Is there any sample app available in unit_test (ltib) or any doc, guideline / suggestion to do so.

appreciate quick response.

Thanks.

Santosh

标签 (3)
0 项奖励
回复
1 解答
813 次查看
daiane_angolini
NXP Employee
NXP Employee

You can try unit_test: mxc_v4l2_overlay.out or some gstreamer command line.

For overlay, it should be something like:

./mxc_v4l2_overlay.out -iw 640 -ih 480 -ow 176 -ih 144 -ol 10 -ot 10 -r

0 -fg -t 5

And for gstreamer, it should be something like:

gst-launch mfw_v4lsrc ! mfw_v4lsink

I´m not sure if this command line will work without changes, because you need to take care of any codec mismatch may exists between your camera and your display

在原帖中查看解决方案

0 项奖励
回复
1 回复
814 次查看
daiane_angolini
NXP Employee
NXP Employee

You can try unit_test: mxc_v4l2_overlay.out or some gstreamer command line.

For overlay, it should be something like:

./mxc_v4l2_overlay.out -iw 640 -ih 480 -ow 176 -ih 144 -ol 10 -ot 10 -r

0 -fg -t 5

And for gstreamer, it should be something like:

gst-launch mfw_v4lsrc ! mfw_v4lsink

I´m not sure if this command line will work without changes, because you need to take care of any codec mismatch may exists between your camera and your display

0 项奖励
回复