Closed ozett closed 3 years ago
Currently support questions should be asked on https://community.rpisurv.net/. Please redirect your support question there in the future.
For vertical screen 1x3 example om 1080x1920 on Rpisurv 3 with a Rpi4, nothing should be changed in /boot/config.txt:
`minimal config (1x3 vertical):
camera_streams:
- url: "put url here"
force_coordinates: [0, 0, 1080, 640]
freeform_advanced_vlc_options: " --mmal-vout-transform=270 --codec avcodec,none"
- url: "put url here"
force_coordinates: [0, 640, 1080, 1280 ]
freeform_advanced_vlc_options: " --mmal-vout-transform=270 --codec avcodec,none"
- url: "put url here"
force_coordinates: [0, 1280, 1080, 1920]
freeform_advanced_vlc_options: " --mmal-vout-transform=270 --codec avcodec,none"
`
looks cool, i will give it a try tonight.
sorry that i did not found it in the readme.md or other docu.. 😢
big thanks
hi, i tested rpisurv and found it great.
but as i have my screen "rotated" (not meaning the cycling, that you call "rotation" in the readme.md) the rpisurv dont show a screen anymore. screen-resolution does not change with rotation.
so what to configure for a raspi-rotation in config.txt?
(latest raspian used, also rpiusrv3)
thx.