Anonymousdog / displaycameras

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

Rotation of two cameras in just one slot #93

Closed CyberDefCon8 closed 3 years ago

CyberDefCon8 commented 3 years ago

Hi there, great great great little project - love the fact I'm now able to visualise a number of Unifi cams on some low cost/old hardware! Thanks...

I've played around with the configs and can't quite achieve what I'm trying to do.

For one deployment, I have 5 cameras - keen to keep 3 of them in the same space constantly, and the have the 4th slot rotate between cam 4 and cam 5.

Is there an easy way to achieve that?

Anonymousdog commented 3 years ago

Not with the current package.

Sorry, Andy

On Fri, Feb 19, 2021, 10:17 AM CyberDefCon8 notifications@github.com wrote:

Hi there, great great great little project - love the fact I'm now able to visualise a number of Unifi cams on some low cost/old hardware! Thanks...

I've played around with the configs and can't quite achieve what I'm trying to do.

For one deployment, I have 5 cameras - keen to keep 3 of them in the same space constantly, and the have the 4th slot rotate between cam 4 and cam 5.

Is there an easy way to achieve that?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Anonymousdog/displaycameras/issues/93, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHIYIKMDUJ72RUQS4XMNYUTS7Z6IXANCNFSM4X4RFDCQ .

CyberDefCon8 commented 3 years ago

Not with the current package. Sorry, Andy On Fri, Feb 19, 2021, 10:17 AM CyberDefCon8 @.***> wrote: Hi there, great great great little project - love the fact I'm now able to visualise a number of Unifi cams on some low cost/old hardware! Thanks... I've played around with the configs and can't quite achieve what I'm trying to do. For one deployment, I have 5 cameras - keen to keep 3 of them in the same space constantly, and the have the 4th slot rotate between cam 4 and cam 5. Is there an easy way to achieve that? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#93>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHIYIKMDUJ72RUQS4XMNYUTS7Z6IXANCNFSM4X4RFDCQ .

CyberDefCon8 commented 3 years ago

Ok no dramas - thanks anyway and chapeau for the work so far!

SvenVD commented 3 years ago

Something like this is possible with rpisurv with a little trick: https://gist.github.com/SvenVD/7b973cde2ce5dce6c8284606434e3a14 see example layout 6. The same trick can possible be used with displaycameras too?