Dusted down an old Mac with Ubuntu and running deepstack on it, getting sub second responses I am curious what other hardware people are using to run Deepstack?
DeepStack works best on Ubuntu because Docker is well optimized for Linux systems, allowing the full potentials of DeepStack to manifest.
For much higher performance, we also provide a version of DeepStack that leverages NVIDIA GPUs to provide 10X and more performance on both Linux and Windows systems. Installation guide for this can be found in the documentations linked below.
I have all my camera connected through zoneminder, I have minder event server turned on , it sends a MQTT message to HASS when it see motion in the ZM zones. I use the motion detection to trigger the image_processing.scan service
Doesn’t that defy the point of occupancy detection? You’re having to move to scan the picture. This sounds like it works as a very complicated PIR, unless you just want it for face detection?
I want it to sense if someone is in the room or not live so i can do proper accurate occupancy stuff.
I don’t use it for occupancy detection , all my camera are outside. When I am not at home I want to know what/who is in the yard or drive way or how many people are at the front door.
@TheDanShepherd cameras on the HA front end update 1 fps, so not exactly a live stream, but usable. I believe there are improvements in the pipeline. Personally I am using $10 USB webcams
Would it be possible (noob here), to make a short video of how you got it up and running on the Linux on your Mac?
Just the deepstack part and the link to HA?
Just my two cents, but the person needs to get into the room somehow, so the initial motion could trigger taking a snapshot of the room. Which is then analyzed for occupancy and stored in a sensor. Or if you want to just use a live stream, just have it analyze the feed in real time.
@Yoinkz theres many ways you could go about it, I actually replaced the whole OSX with Ubuntu, but equally you could run in Virtualbox. Then, I just followed the Deepstack docs, simples
I think for my room occupany stuff it would be best to have perhaps two cameras. One in the corner of the room looking over everything and one along the desk checking to see if anyone is sat down. The one in the corner would probably miss someone sat at the desk as its going to be almost behind a large chair.
I guess a standard PIR to capture initial movement for turning lights on quickly would complete the package.
It’s either than or a mixture of an IR beam and motion sensors.