V4L2 programming with ISI downscaling feature

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

V4L2 programming with ISI downscaling feature

Jump to solution
922 Views
aso
Contributor III

I am programming V4L2 on the evaluation board 8MNANOD4-EVK using Linux 4.14.78.

The custom camera board is connected to MIPI-CSI.
The output format of the camera is 1280x720, YUV.

I would like to use V4L2 programming to get the video data with the camera output data scaled to 800x480 by ISI downscaling feature.

Is this possible with V4L2 programming?
Or is it something you scale yourself with ISI?

Please let me know.

Thank you.

Labels (1)
0 Kudos
Reply
1 Solution
908 Views
igorpadykov
NXP Employee
NXP Employee

Hi aso

 


one can try with latest linux, run unit test capplication:

/unit_tests/V4L2/mx8_v4l2_cap_drm.out -cam 1 -ow 720 -oh 480 -of

https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_v4l2_test/mx8_v4l2_cap_drm.c?h=imx...

Linux 4.14.78 does not support 8MNANOD4-EVK as described on below link, column "Supported Platforms"

https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...

 

Best regards
igor

View solution in original post

0 Kudos
Reply
1 Reply
909 Views
igorpadykov
NXP Employee
NXP Employee

Hi aso

 


one can try with latest linux, run unit test capplication:

/unit_tests/V4L2/mx8_v4l2_cap_drm.out -cam 1 -ow 720 -oh 480 -of

https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_v4l2_test/mx8_v4l2_cap_drm.c?h=imx...

Linux 4.14.78 does not support 8MNANOD4-EVK as described on below link, column "Supported Platforms"

https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...

 

Best regards
igor

0 Kudos
Reply