mimxrt1170 controller with OV5640 camera using image capture

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

mimxrt1170 controller with OV5640 camera using image capture

332 次查看
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 回复

302 次查看
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 项奖励