-
Notifications
You must be signed in to change notification settings - Fork 114
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
7 windows #60
Comments
You can, just edit your layout.conf file to parse up the screens and make 7 variables to hold the screens. 2x2 screen with 7 windowswindows=(upper_left upper_right_UL upper_right_UR upper_right_LL upper_right_LR lower_left lower_right) Make sure to account for each window above in the list below.Windows positionswindow_positions=( #Second Row ) Camera Namescamera_names=(NE SE South SW West Vestibule) Make sure to account for each camera above in the list of feeds below.Camera Feedscamera_feeds=( If you've having issues, it's probably from the screens being too high of a resolution for the device. Try requesting a much lower resolution stream in the camera URL. |
You can add some buffer of 1 or 2 pixels between windows if you're worried about bleed, or you want to make a visible border around the streams. Feel free to change the coordinates. The format is just StartX, StartY, FinishX, FinishY. You can also play them manually with "omxplayer 'your_stream_here' --live --win 'StartX, StartY, FinishX, FinishY'. For any camera that is blank, you should first test the stream is good in something like VLC or on the Rpi with "omxplayer 'your_stream_here' --live If it works on it's own, then what's likely happening is the GPU can't support more information. You've probably already increased the gpumem in /boot/config.txt, so the next fix would be to request lower resolution streams from the cameras in the URL if that's possible, or setup the camera output streams to be lower resolution. Hope that helps! |
Thanks. Really helpful. I managed to get the last stream working based on your help! :) The coordinates seem to be the issue as the camera is streched over the bottom two windows of the small 4 cameras. It gives the appearnce or flashing picture becuase the camera 4 is overlayed on top of the streched camera 3. Just need to figureout what the coordinates relate to :) |
Is it possible to create a 7 camera window like attached? See the examples you have but couldnt find one for this?
The text was updated successfully, but these errors were encountered: