Display the RAW12 data in YUV format

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

cross mob
Anonymous
Not applicable

Hi Sir

     I want to Display the RAW12 data in YUV format,I read the FAQ via the website: https://community.cypress.com/docs/DOC-9371 .And about the topic 10, it told me that I could get an example firmware. So, Which access could I get it ? If not ,which parts need to be changed based on the example firmware “Cx3UvcOV5640”?

Best Regards

ZhaiJiankun

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.
Keerthy_V
Moderator
Moderator
Moderator
First like given 250 sign-ins 50 solutions authored

Hello ZhaiJiankun,

If you want to send the RAW12 video data as YUV to the USB host , then you need to modify the descriptor as follows:

1)Implement the UVC descriptor frame work

2)Set the video format as YUV in the format descriptor.

Please note that we are not doing any video conversion in this case. You have to implement the video format conversion in the host application.

View solution in original post

1 Reply
lock attach
Attachments are accessible only for community members.
Keerthy_V
Moderator
Moderator
Moderator
First like given 250 sign-ins 50 solutions authored

Hello ZhaiJiankun,

If you want to send the RAW12 video data as YUV to the USB host , then you need to modify the descriptor as follows:

1)Implement the UVC descriptor frame work

2)Set the video format as YUV in the format descriptor.

Please note that we are not doing any video conversion in this case. You have to implement the video format conversion in the host application.