Replies: 2 comments 2 replies
-
Oh, thanks for the pointer! I didn't realize there was a new HDMI to USB capture chip available. TinyPilot is configured to run with the MS2109 settings by default. You can try experimenting with other settings like this: sudo ustreamer stop
sudo /opt/ustreamer/ustreamer \
--port 48001 \
--format yuyv \
--encoder m2m-image \
--workers 3 \
--persistent \
--h264-sink tinypilot::ustreamer::h264 \
--h264-sink-mode 777 \
--h264-sink-rm \
--drop-same-frames 30 \
--dv-timings In that one, I've changed it to |
Beta Was this translation helpful? Give feedback.
1 reply
-
there is no further report back, kann i asume that the setting works for 2130 ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I bought this hdmi capture card which seems to be an upgrade over the MS2109 recommended and is from the same company. This discussion gives a good overview, except I guess from a video graphics perspective for which I'm not too knowledgeable. The main difference for our purposes is that it outputs raw YUYV at 60fps, so we can't bypass cpu compression to MJPEG with ustreamer as is possible with the MS2109. I assume this will add too much latency to make it good for kvm usage, but maybe there's a hardware encoder that may be used?
Regardless, I tried it anyway with the default settings, and I'm not seeming to be able to get a video output. From the logs, ustreamer appears to fallback and handle the differing format / enable encoding. Not sure if anyone more knowledgeable has tried this one out, I'm very new to tinkering with tinypilot.
Beta Was this translation helpful? Give feedback.
All reactions