-
Notifications
You must be signed in to change notification settings - Fork 492
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
Pi 4 - force HDMI preview to both monitors #680
Comments
I see on this commit that enabled HDMI preview that there is a line for hdmi_preview 0 in etc/raspimjpeg/raspimjpeg.1 --- Is it a matter of adding HDMI_preview 1 to have it go to second monitor? EDIT: I realize the stupidity of what I just said, since that's just a boolean (I was looking at the camera option above that line and thought it was a selector in that sense.) I am looking at raspimjpeg right now, I see this commit where they added a selector for which monitor, but it doesn't seem like there is an option for both, I might follow up there |
I think hdmi_preview just disables/enables hdmi_preview (0 0ff 1 on). Normally the camera stream goes to a mjpeg stream generator for the web based preview. If hdmi_preview is 1 then a software splitter is used to also send the camera stream to the hdmi port. I am not sure at the moment about the second monitor as this was done prior to dual monitor support. I'll have a look. |
thanks @roberttidey - yep, I edited my comment after I saw that, my mistake, a little too eager. I am looking into the docs/code over there as well to see if I can get something out of it, but I appreciate your much more experienced eyes on it. I know this might be a little niche (I am yet again using rpi_cam_web_interface to run an interactive art installation), but I figured that since the option to pick output is there on the raspicam side, there might be some possibility. Thanks again! |
Not sure whether this will work but worth a try. It needs both monitors to be the same resolution. If you go to applications/preferences/screen configuration That is supposed to duplicate the screens. |
Is there a way to force the HDMI Preview to go out to both monitors on Raspberry Pi 4?
Both monitors are active at boot (I have hdmi_allow_hotplug:0=1 and hdmi_allow_hotplug:1=1 set), but the preview only shows on HDMI 0.
Thanks for all your work!
The text was updated successfully, but these errors were encountered: