V4L2 programming with ISI downscaling feature

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

V4L2 programming with ISI downscaling feature

跳至解决方案
1,539 次查看
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.

标签 (1)
0 项奖励
回复
1 解答
1,525 次查看
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 项奖励
回复
1 回复
1,526 次查看
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 项奖励
回复