Does v4l2vdSource support RGB565(little endian)?
I can play the yuv file with ffmpeg (-pix_fmt rgb565le).
v4l2vdSource output: "frames written = 1 frames" (the yuv file contains 118 frames)
The same happens when I give an invalid color format so I assume RGB565 still hasn't been implemented fully yet or is it a bug?
Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't believe this format was ever tested. Have you tried the -f option of v4l2vdSource? The related format that I can see in the code are "rgb565" or "rgb565x".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Does v4l2vdSource support RGB565(little endian)?
I can play the yuv file with ffmpeg (-pix_fmt rgb565le).
v4l2vdSource output: "frames written = 1 frames" (the yuv file contains 118 frames)
The same happens when I give an invalid color format so I assume RGB565 still hasn't been implemented fully yet or is it a bug?
Thank you!
I don't believe this format was ever tested. Have you tried the -f option of v4l2vdSource? The related format that I can see in the code are "rgb565" or "rgb565x".
Yes, I've tried both value with the -f option.
Furthermore the nv21 not working for me as well. Giving the -f yuv420 option works but only grayscale.