MIPI CSI-2 frame dump

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

MIPI CSI-2 frame dump

跳至解决方案
3,170 次查看
shajinas
Contributor I

Hello,

I'm exploring MIPI CSI-2 interface in SABRE SD Platform which uses Omnivision ov5640 camera. My understanding on MIPI is very minimum. I wonder, Is there any way in kernel space the captured frame can be dumped/print ?

Thanks for your time..

Regards

Shajin

0 项奖励
回复
1 解答
2,697 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Shajin

I am not aware of ways of dumping mipi captured frame, probably

one can write own application using sect.20.3.3 Programming Interface

mipi driver attached Linux Manual. Problem is that mipi has not accessible

data frame buffer, as it uses MIPI CSI to IPU Gasket (CSI2IPU), data is passed

directly to IPU. IPU data is processed with DMA (IDMAC). So for dumping

captured frame both MIPI and IPU should be programmed.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
2,698 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Shajin

I am not aware of ways of dumping mipi captured frame, probably

one can write own application using sect.20.3.3 Programming Interface

mipi driver attached Linux Manual. Problem is that mipi has not accessible

data frame buffer, as it uses MIPI CSI to IPU Gasket (CSI2IPU), data is passed

directly to IPU. IPU data is processed with DMA (IDMAC). So for dumping

captured frame both MIPI and IPU should be programmed.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复