pikvm / ustreamer

µStreamer - Lightweight and fast MJPEG-HTTP streamer
https://pikvm.org
GNU General Public License v3.0
1.63k stars 216 forks source link

Use VGA Acquisition card will Image dislocation #280

Closed sksorth closed 2 weeks ago

sksorth commented 2 weeks ago

My parameter configuration is:ustreamer --device=/dev/video9 --host=0.0.0.0 --port=8010 --allow-origin=* -r 1920x1080 -f 60 -m MJPEG -c M2M-VIDEO --debug &

such as:

234 123

mdevaev commented 2 weeks ago

Probably this is a driver problem.

sksorth commented 2 weeks ago

But it will not appear on the HTMI collection card,If you use the frame rate of 30fps on VGA, it will occasionally appear several times, for example: 3 minutes 5 times.

sksorth commented 2 weeks ago

And I use FFMPEG to collect, there will be no such situation.

mdevaev commented 2 weeks ago

Try to remove option -c M2M-VIDEO

sksorth commented 2 weeks ago

I changed a development board to solve, it may indeed be a driver's problem.