Yes, but I read it again. I've changed the BI setting to only post a jpg in the AIINPUT directory when it sees motion so now I have to wait for an animal or somthing to trigger a jpg post (the system is remote and I can't just walk in front of one of the cameras).Did you read the section on high cpu usage?
This is Docker on Windows I'm assuming? I was having this problem as well only mine would stop processing after only 6 or so hours. The "fix" that is working so far is to give it much less work to do by sending images only when a low resolution camera detects motion (these SD cameras are set to a very high sensitivity) and thus the AI engine is only having to analyze about a half dozen images per hour.I'm having a strange problem. After I had to reinstall docker, my setup runs for about 15-20 hours then stops processing images. The containers are running, there are no errors in the logs, but they just stop processing anything. On restart it works again. Having a real hard time diagnosing this one.
Just to be clear, I have set the motion detection on the cloned or SD cameras to be very sensitive which will produce false detections but the AI engine will sort that out and only send a trigger to the HD version of the camera when one of the trigger definitions (person, dog, truck, car, etc...) is fired. This may send a lot of false motion images during fog, rain, snow, etc,... but it will be FAR LESS images then when I was having each clone SD camera send an image every 5 seconds regardless of motion or not which was overwhelming the AI engine in the Docker container and making it unstable / unreliable. And yes, I have BI keeping only an hour's worth of files in the AIINPUT directory.I see. Yes, running on Windows docker. Funny thing is the PC is way overpowered, just a i9 gaming PC that I wasn't using, so even with BI running, it doesn't ever get too taxed.
I figured that I'd tell BI to also not save past a day of images in the directory, I had it set at 3 days, but that's a lot of image files in one directory...
I do currently have all of cameras, which are set to SD, sending images on motion, I have the cameras cloned and only record alerts if the deepstack config verifies motion. But maybe I can try to up the detection thresholds to send fewer images.
Thanks for the idea.
I highly recommend setting BI to clear the folder after 1 hr or 1GB of data. The more images you have in the folder the slower things will get due to how new file detection works.
But how do you "link" from a notification direct to the clip? Can you share please? Tx