i.MX6DQ CSI performance.

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

i.MX6DQ CSI performance.

跳至解决方案
1,500 次查看
keitanagashima
Senior Contributor I

Hi.

I'd like to know the CSI performance.

Is it possible to input dual 1080p@60 video into CSI?

I think it is impossible.

Because, there is below limitation.

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 one use a 1080p@60 camera;

167.96MHz = 1080 * 1920 * 60 * 1.35 * 1 < 240MHz --> OK

In case of Dual camera;

335.92MHz = 1080 * 1920 * 60 * 1.35 * 1 * 2 > 240MHz --> NG


If one use a 1080p@60 and a 720p@60 camera;

242.6MHz = (1080 * 1920 * 60 * 1.35 * 1) + (1280 * 720 *60 *1.35 * 1) > 240MHz --> NG


Is my understanding right?


Keita


标签 (3)
0 项奖励
回复
1 解答
1,280 次查看
Yuri
NXP Employee
NXP Employee

Correct for single IPU.


Have a great day,
Yuri

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

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,281 次查看
Yuri
NXP Employee
NXP Employee

Correct for single IPU.


Have a great day,
Yuri

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

0 项奖励
回复
1,280 次查看
keitanagashima
Senior Contributor I

Dear Yuri,

Hello.

Thank you for your reply.


>Correct for single IPU.

If one use i.MX6DQ (= 2 IPUs), is it possible to input dual 1080p@60 video?

IPU0 <-- YUV422 1080p@60

IPU1 <-- YUV422 1080p@60

Keita

0 项奖励
回复
1,280 次查看
Yuri
NXP Employee
NXP Employee

Yes.

0 项奖励
回复