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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
1,110 Views
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

Labels (3)
0 Kudos
1 Solution
670 Views
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

View solution in original post

0 Kudos
1 Reply
671 Views
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 Kudos