MIPI CSI-2 frame dump

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

MIPI CSI-2 frame dump

ソリューションへジャンプ
3,169件の閲覧回数
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

ラベル(6)
0 件の賞賛
返信
1 解決策
2,696件の閲覧回数
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,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 件の賞賛
返信