Skip to content
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

Open
baticag opened this issue Jun 10, 2022 · 4 comments
Open

Showing input on display #22

baticag opened this issue Jun 10, 2022 · 4 comments

Comments

@baticag
Copy link

baticag commented Jun 10, 2022

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 :)

@steveseguin
Copy link
Owner

Thank you for the request

Are you using a USB input? or CSI port?

@baticag
Copy link
Author

baticag commented Jun 10, 2022

USB capture card (cheap mjpeg one) and streaming is working fabolous, thank you!

@baticag
Copy link
Author

baticag commented Jun 10, 2022

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

@steveseguin
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants