Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Thanks for your reply! I am using Windows and was able to stream RAW8 video by reporting the pixel_format as gray. ( I used ffmpeg -f dshow -pix_fmt gray -video_size 1280x720 -i video="UVC" -f nut - | fplay -flags low_delay - ) However, I do not see any way to stream RAW10. I am not sure which pixel_format to use in this case. Do you know? Thanks! Commented Oct 20, 2022 at 10:36
  • What output do -pix_fmts and -list_formats show? Commented Oct 21, 2022 at 10:59