I want to Implement an Image Sensor Interface Using EZ-USB

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
UserP1994
Level 3
Level 3
10 replies posted 10 questions asked 10 sign-ins

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

 

 

https://www.cypress.com/documentation/application-notes/an75779-how-implement-image-sensor-interface...

0 Likes
1 Solution
Hemanth
Moderator
Moderator
Moderator
First like given First question asked 750 replies posted

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,

Hemanth

View solution in original post

0 Likes
1 Reply
Hemanth
Moderator
Moderator
Moderator
First like given First question asked 750 replies posted

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,

Hemanth
0 Likes