Closed cqsimple closed 3 years ago
Hi,
Support forums are over here /https://community.rpisurv.net/
For all config option and syntax for Rpisurv 2 example see here, indentation is important and only use spaces: https://github.com/SvenVD/rpisurv/blob/v2_latest/surveillance/conf/surveillance.yml
omxplayer is depecrated, Rpisurv 3 uses vlc as backend and is now in beta. https://github.com/SvenVD/rpisurv/tree/v3_latest config options for Rpisurv 3 https://github.com/SvenVD/rpisurv/blob/v3_latest/surveillance/conf/display1.yml
For your streams that are off try https://github.com/SvenVD/rpisurv/tree/v3_latest#troubleshooting : On a Raspberry Pi 3 and 4 it seems the default overscan settings are not good. If full screen is not used, if you have an unused bar in the bottom -> try to set disable_overscan=1 in /boot/config.txt
Thank you Sven,
I reinstalled the version 3 rpisurv and after much trial and error I have a screen working with 4 cameras. When I setup a 2nd screen with two cameras It flickered hen it switched to the second screen and continued to flicker without rotating to the 1st screen. Can I force the 2nd screen to be a 2x2 and show two unconnected feeds? It would keep the camera aspects the same and wouldn't get stretched out.
Thanks alot!
On Sat, Apr 3, 2021 at 9:33 AM SvenVD @.***> wrote:
Hi,
Support forums are over here /https://community.rpisurv.net/
For all config option and syntax for Rpisurv 2 example see here, indentation is important and only use spaces: https://github.com/SvenVD/rpisurv/blob/v2_latest/surveillance/conf/surveillance.yml
omxplayer is depecrated, Rpisurv 3 uses vlc as backend and is now in beta. https://github.com/SvenVD/rpisurv/tree/v3_latest config options for Rpisurv 3 https://github.com/SvenVD/rpisurv/blob/v3_latest/surveillance/conf/display1.yml
For your streams that are off try https://github.com/SvenVD/rpisurv/tree/v3_latest#troubleshooting : On a Raspberry Pi 3 and 4 it seems the default overscan settings are not good. If full screen is not used, if you have an unused bar in the bottom -> try to set disable_overscan=1 in /boot/config.txt
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SvenVD/rpisurv/issues/117#issuecomment-812866252, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJ73TVWCYKUE64LSHDCON7LTG4KL7ANCNFSM42JUR6SA .
-- Thank you Ed Lentz VP of Technical Operations CQ Simple LLC 5103 Eastman Ave. Ste 125 Midland, Mi USA 48640 989-492-7068
If you really want you can:
If the two unconnectable feeds are only to keep the remaining 2 connectable feeds not stretched out, you can also replace the unconnectable feeds with a local image by using imageurl.
flickering can have different causes, most observed in the field is that you have too many (and/or high cost) streams for the rpi gpu to handle at the same time. Caching caches the streams of the next screen so it will take up some gpu bandwidth for the benefit of seemless cycling to next screen.
You could disable caching with enable_opportunistic_caching_next_screen: True
OK message recieved. I was able to clean up the streams by lowering the resolution from the NVR to the lowest setting.
On Mon, Apr 5, 2021 at 2:29 PM SvenVD @.***> wrote:
Why would you want to show unconnectable feeds? If you really want you can
`# #NOT recommendeded to enable disable_probing_for_all_streams, it disables the removal of dead feeds which also disables auto-rearranging the screen layout.
Also if using multiple screens, enabling this will slow down rotation of
one screen to the next if there are unconnectable streams #Defaults to False disable_probing_for_all_streams: False`
flickering can have different causes, most observed in the field is that you have to many (high cost) streams for the rpisurv gpu to handle at the same time. Caching caches the streams of the next screen so it will take up some gpu bandwidth for the benefit of seemless cycling to next screen.
You could disable caching with enable_opportunistic_caching_next_screen: True
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SvenVD/rpisurv/issues/117#issuecomment-813560938, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJ73TVWCAZWECZURKY7CJATTHH6RLANCNFSM42JUR6SA .
-- Thank you Ed Lentz VP of Technical Operations CQ Simple LLC 5103 Eastman Ave. Ste 125 Midland, Mi USA 48640 989-492-7068
I just found this and I believe it will fit right into my scheme of things for my cameras. I have omxplayer version Build date: Thu, 01 Aug 2019 12:50:43 +0000 Version : f543a0d [master]
I have 4 streams running and two things are happening. 1. is the smearing I understand that I should add trtsp_over_tcp: true o the rstp url but what is the syntax? my url is :
Thanks for any ideas to get this working!