Anonymousdog / displaycameras

System for displaying RTSP feeds from IP cameras on the Raspberry Pi
Apache License 2.0
568 stars 114 forks source link

Display flashes between two cameras #54

Closed misterfab31 closed 4 years ago

misterfab31 commented 4 years ago

Hi all,

I have a problem configuring 2 cameras that must display alternatively on my 1280x1024 screen running on Rpi 3B+ and latest Rpi OS lite The screen is flashing with the 2 images simultaneously. Maybe I am wrong in my config file? I already configured on a 1080p display the same cameras with split screen left /right with no issue.

layout.conf.default.txt

Thank you in advance for your help

misterfab31 commented 4 years ago

Comparing the different examples, I think I have found what is wrong... I modify my config right now!

misterfab31 commented 4 years ago

Ok, problem solved! Putting the same coordinates for screen and off_screen was the problem Thank you Anonymousdog for this great program!!