CHAIR GAURDIAN
- 2 Devlogs
- 2 Total hours
Really simple motion detection software that will make sure you find the culprit to whoever steals your chair!
Really simple motion detection software that will make sure you find the culprit to whoever steals your chair!
Added DSHOW backend support, this will allow the use of virtual cameras and very old webcams. Once verified that this worked, added MSMF backend as a fallback if DSHOW fails. cameras should open up way faster, and program will support way more cameras.
🪑added a toggle camera button to my basic motion detection software (use case was to find out who steals your chair but you can use it for other things too :| )
and fixed some bugs - program crashing when no cameras detected, clear media button ran another script (which would break when running python program as .exe, so imported the other script instead)