-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Showing input on display #22
Comments
Thank you for the request Are you using a USB input? or CSI port? |
USB capture card (cheap mjpeg one) and streaming is working fabolous, thank you! |
I searched and founded ximagesink (https://gstreamer.freedesktop.org/documentation/ximagesink/index.html), but didn't know how to combine it to current pipeline well so it works |
Awesome. I asked about USB as I think if using a CSI camera, it already does what you want. I'll need to add this support for USB devices though. It will probably need to be an opt-in CLI flag to enable, as moving the video from the pipeline to the frame buffer might increase the load on the Raspberry Pi, hurting video quality. I'm not sure yet though. It might be time for me to cycle around again and work more on the Raspberry Ninja project anyways-- I want to take another stab at getting the audio-sync issues worked out. If you figure it out before I do, feel free to make a pull request with the changes and I'll merge them. |
It would be great to have an option to show input on RPi hdmi out. Like a loopback so we can connect it to monitor :)
The text was updated successfully, but these errors were encountered: