CX3 - libuvc driver

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

cross mob
Ivan_Lee
Level 5
Level 5
Distributor - Zenitron(GC)
100 replies posted 5 likes given 100 sign-ins

 

Customer uses CX3 as UVC USB controller and run on Android platform.

The problem is that the libuvc driver can’t parsing the frame EOF correctly due to the EOF filed in 12 bytes frame header keeps the same.

Do you have any suggestion about this ?

Or Can you share some successful Android UVC Driver and example code to us ?

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

Hi,

Byte 1 of UVC-12byte payload header should indicate End of the frame.

Please check CyCx3AppAddHeader() used in cycx3_uvc.c file

We do not have example code on Android side.

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,

Byte 1 of UVC-12byte payload header should indicate End of the frame.

Please check CyCx3AppAddHeader() used in cycx3_uvc.c file

We do not have example code on Android side.

Regards,

Hemanth
0 Likes