How to calculate i.MX6 IPU CSI capability.

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

How to calculate i.MX6 IPU CSI capability.

跳至解决方案
1,547 次查看
satoshishimoda
Senior Contributor I

Hi community,

I have a question about i.MX6 IPU CSI.

I want to know how to calculate the CSI capability by the equation in page 2818 in IMX6SDLRM Rev.2.

=====

F = FH * FW * FPS * BI * DF

Where

• FH = frame height (in pixels)

• FW = Frame width (in pixels)

• fps = frame rate (frames per second)

• BI = typically 35% overhead, should be assumed as 1.35. The actual blanking

intervals are a parameter of the attached device.

• DF = data format, defines the number of cycles needed to send a single pixel.

=====

If input 1080p@30 image (YUV422 over 8bit), which calculation is correct?

----------

Calculation A.

F = 1920 pixels * 1080 pixels * 30 fps * 1.35 * 2cycles/pixel

  = 167,961,600 Hz

  = 168.0 MHz (167,961,600/(1000*1000))

----------

Calculation B.

F = 1920 pixels * 1080 pixels * 30 fps * 1.35 * 2cycles/pixel

  = 167,961,600 Hz

  = 160.2MHz (167,961,600/(1024*1024))

----------

I think Calculation A is correct, right?

Best Regards,

Satoshi Shimoda

标记 (2)
0 项奖励
回复
1 解答
1,280 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Satoshi

you are right: correct is calculation A.

Best regards

igor

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

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

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

在原帖中查看解决方案

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

Hi Satoshi

you are right: correct is calculation A.

Best regards

igor

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

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

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

0 项奖励
回复