CSI-2 60 fps issue

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

CSI-2 60 fps issue

1,074 次查看
johndusing
Contributor III

CSI-2 i.MX6Q question.  what is the register and bit I need to watch to determine when CSI-2 end of frame packets are received through the interface?  Is the source code for debug "ipu_common.c" and is the "IPU_INT_STAT" the right register?  Debug higher up indicates 33fps, and the data stream on the input to the CPU says 60fps.  Trying to determine why I am only getting half the frames.

Thanks for you input!

0 项奖励
回复
2 回复数

991 次查看
weidong_sun
NXP TechSupport
NXP TechSupport

Hello John,

    In IPU_INT_STAT register, there is EOF bit, when the bit is set, means one frame video data has been received. CPU will know how many frames have been received by counting interrupt times in one second.

Best Regards,

Weidong

0 项奖励
回复

991 次查看
johndusing
Contributor III

Thank you for the reply, I see this bit.

Do you or anyone else know if the CSI0_MCLK, CSI0_PIXCLK, or CSI0_VSYNC is needed for proper operation of the CSI input? We are providing a CSI-2 video data stream at 60fps but the iMX6 does not seem the be catching them. We see interrupts at about 30fps maximum.

John

0 项奖励
回复