Hello ,
I want to porting imx219 camera sensor to imx8-evk board.
1) Does the evk board support raw sensor for camera module?
if support raw sensor module , how to configure the evk board? because I need setup Raw10 data format(SRGGB10)
SW: imx8 beta version
ioctl flow = mx6s_capture.c -> mxc_mipi_csi2_yav.c -> sensor driver
HW:imx8 evk board
Thanks.
Hi ben,
You are talking about i.Mx6 in you sw please check sect.40.5.14 RAW10 Data Reception i.MX6DQ Reference Manual
https://www.nxp.com/docs/en/reference-manual/IMX6DQRM.pdf
for the i.mx8 you will have to use v4l2
Hello Bio,
I know SW support Raw10 format in the doc. But I have a question.
How to configure the evk board for raw10 format? has any patch?