I.Mx8 camera raw sensor
‎05-04-2018
04:00 AM
2,593 Views
jhongting
Contributor II
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
2 Replies
‎05-07-2018
06:59 AM
1,526 Views

NXP TechSupport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
‎05-07-2018
09:43 AM
1,526 Views
jhongting
Contributor II
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
