python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to retrieve raw data from YUV2 streaming
I am interfacing qvga sensor streaming out yuv2 format data through host application on windows (usb). How can I use any opencv-python example application to stream or capture raw data from yuv2 forma...
Emlinux
Votes: 0
Answers: 1
How to Convert Packed YUV or Planer YUV to BMP file in VC++2010
I want to convert YUV Packed (Or YUV Planner) in to Standard BMP file. in VC++2010,
Through Command line and ffmapeg i am able to convert it
(example:1)
"ffmpeg -video_size 2448X2050 -pixel_form...

user3743908
Votes: 0
Answers: 1
How does FFMPEG 4.4 convert NV12 format to YUV420 on Windows?
I want to use FFmpeg to convert the input NV12 format to YUV420P.
I tried to use sws_scale conversion, but the colors are all green.
I have successfully converted YUYV422 to 420P using sws, but FAILED...
NecroDriver
Votes: 0
Answers: 1