Hello dears,
I would like to implement this example [https://www.cypress.com/documentation/application-notes/an75779-how-implement-image-sensor-interface... on my PCB, on my PCB there is CYUSB306X, and DS90UB960 deserializer with Omnivision camera Ox03A10, where could I make the necessary settings to take a picture/video like this example? thank you
Solved! Go to Solution.
Hi,
AN75779 demonstrates the usage of GPIF parallel interface to connect to Image sensor. But CYUSB306X does not have parallel interface instead has MIPI CSI-2 interface.
To achieve streaming using CYUSB306X please refer to AN90369
For CX3 example firmware you can refer to EZ-USB FX3 SDK\1.3\firmware\cx3_examples
(FYI: FX3 SDK can be downloaded here)
Regards,