I.Mx8 camera raw sensor
05-04-2018
04:00 AM
2,612件の閲覧回数
jhongting
Contributor II
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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 返答(返信)
05-07-2018
06:59 AM
1,545件の閲覧回数

NXP TechSupport
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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,545件の閲覧回数
jhongting
Contributor II
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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?
