mimxrt1170 controller with OV5640 camera using image capture

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

mimxrt1170 controller with OV5640 camera using image capture

903件の閲覧回数
Charanraj02
Contributor I

dear team 

i am using mimxrt1170-evk board with ov5640 camera.

i used to SDK example #evkmimxrt1170_csi_mipi_rgb_cm7   here  camera detect the  picture and its display   (RK055HDMIPI4M display) the image. here i am trying to do image capture and store that image in controller.

i need your suggestion

タグ(1)
0 件の賞賛
返信
1 返信

873件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @Charanraj02 ,

The camera data is stored in s_cameraBuffer[] and LCD data is stored in s_lcdBuffer[]. You can use either of them. Line 273 to 307 in csi_mipi_rgb.c is the buffer work. You can save one frame of data whenever you want.

 

Regards,

Jing

0 件の賞賛
返信