Parallel-mode CSI0 without SYNC signals?

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

Parallel-mode CSI0 without SYNC signals?

1,392 次查看
olegpereverzev
Contributor I

Good time of the day, we are developing a device, that implies using CSI0 as fast input of raw data. The source of data (FPGA) generates only data + clock signal.

And this is the problem - as i understand CSI0 needs at least VSYNC or special-formed BT.656/BT.1120 signal, but FPGA has none of that.

Can CSI0 work without VSYNC? (And If i connect it to high level in hardware?) Or i should try adding another little FPGA so it would for example count up to 255 on PIXCLK and generate VSYNC on 8-bit buffer overflow?

It is not good solution, as it increases complexity and price of overall device. Goal is just to receive data from CSI0 pins and save it to memory, no other hardware processing.

Thanks in advance.

标签 (4)
标记 (3)
0 项奖励
回复
2 回复数

1,297 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Oleg

unfortunately CSI0 can work without VSYNC or

embedded BT.656/BT.1120 syncs.

Best regards

igor

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

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

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

0 项奖励
回复

1,297 次查看
olegpereverzev
Contributor I

Thanks Igor! Is there some time limits between last byte of packet (last pixelclk impulse) and vsync signalizing next "frame"? Can i just send stable e.g. 60MHz signal and simply pass vsync each fixed n-th byte transmitted? Like in without delays between each "frame"?

0 项奖励
回复