GUID for RGB8?

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.
SaLa_1789541
Level 3
Level 3
5 likes given First like given

I have created a project for my 8 bit input with raw8 pix format

i have edited my guid and frame size for the input, but i am getting error in media players like ffplay and vlc.

i have referenced microsoft docs and got guid

        0x7A,0xEB,0x36,0xE4,

        0x4F,0x52,0xCE,0x11,

        0x9F,0x53,0x00,0x20,

        0xAF,0x0B,0xA7,0x70,            /*GUID for RGB8  "e436eb7a-524f-11ce-9f53-0020af0ba770" */

I have also edited the frame rate that is 25 fps

whatelse to change? please review my code thanks.

0 Likes
1 Solution

Hi,

Please see this thread. May be it will help you to understand the issue:

https://ubuntuforums.org/showthread.php?t=2120185

Try to re-install the "v4l2" and then try again. Also list down the devices as mentioned in the above thread and look for the FX3 in the list.

Thanks & Regards

Abhinav

View solution in original post

0 Likes
3 Replies
alamandaa_16
Moderator
Moderator
Moderator
10 likes received First like received

Hi,

All generally available Media Players does not support RAW format (8 or 10 or 12 bit). You need some custom application to do this job.

If your firmware is correct except the RAW 8, you would have seen some color in the media players. Please state that what  is the error that the media players showing.

Can you please confirm whether the data flow is fine with your firmware? Which device you are using here FX3 or CX3?

0 Likes

I am using uvc example from AN75779

I am using FX3S kit

ffmpeg error

[video4linux2,v4l2 @ 0x7fa1b8009280] Cannot find a proper format for codec 'none' (id 0), pixel format 'none' (id -1)

Assertion *codec_id != AV_CODEC_ID_NONE failed at libavdevice/v4l2.c:821

0 Likes

Hi,

Please see this thread. May be it will help you to understand the issue:

https://ubuntuforums.org/showthread.php?t=2120185

Try to re-install the "v4l2" and then try again. Also list down the devices as mentioned in the above thread and look for the FX3 in the list.

Thanks & Regards

Abhinav

0 Likes