uvc usb add extra bytes

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

cross mob
Anonymous
Not applicable

Hi,

   

I use the samples C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\firmware\cx3_examples\cycx3_uvc_ov5640

   

to send video datas (CYUSB3065).

   

But now I want to send extra bytes(mpu6500 sensor data) use uvc endpoint,I want to know:

   

1. If I want to use a new endpoint or Just send it throuth the uvc endpoint .

   

2. Can you give me some sample code ? 

   

I see someone asks 

   

"How to add a new HID interfaces in super speed?",He seems solved the problem,But when I follow the code he writes,

   

It does not work.

   

 

   

Thanks a lot.

0 Likes
2 Replies
Anonymous
Not applicable

Hi,

   

If the sensor data is not UVC class specific, then you can create a vendor interface with an endpoint for transferring the data from the sensor.

0 Likes
Anonymous
Not applicable

Hi,rghe.

   

Thanks for reply. I tried to add a new endpoint,but it shows the driver failed to install.

   

Does Cypress has any examples like this?

0 Likes