Then how do I get notified when there is a car pull in my driveway?Just untick car detection?
Then how do I get notified when there is a car pull in my driveway?
@pbc what happens if in the Trigger tab on the main cam you enable capture image? And disable it on the clone AI cam?
I also have attempted port 83 and 5000 on linux and windows executable. Iptables opened all ports. Windows added firewall rule. No successRePost: Can someone help me?
I have the following issue:
Starting DeepStack with VISION-DETECTION=True gives me the following error:
[02.07.2020, 17:25:57.546]: (1/6) Uploading image to DeepQuestAI Server
[02.07.2020, 17:25:58.043]: Cleaning cameras/history.csv if neccessary...
[02.07.2020, 17:25:59.807]: System.Net.Http.HttpRequestException | An error occurred while sending the request. (code: -2146233079 )
[02.07.2020, 17:25:59.816]: ERROR: Processing the following image 'D:\BlueIris\aiinput/IPC08.20200702_172557513.jpg' failed. Can't reach DeepQuestAI Server at
.
When I visit the webpage
I can see DeepStack is running and activated.
When I start DeepStack with VISION-SCENE=True or VISION-FACE=True i get this error:
[02.07.2020, 17:21:26.236]: (1/6) Uploading image to DeepQuestAI Server
[02.07.2020, 17:21:26.249]: (2/6) Waiting for results
[02.07.2020, 17:21:26.257]: (3/6) Processing results:
[02.07.2020, 17:21:26.265]: System.NullReferenceException | Object reference not set to an instance of an object. (code: -2147467261 )
[02.07.2020, 17:21:26.273]: ERROR: Processing the following image 'D:\BlueIris\aiinput/IPC08.20200702_172126168.jpg' failed. Failure in AI Tool processing the image.
This seems logic to me since it needs VISION-DETECTION, but it shows DeepStack in this case can be reached.
This is how I start Deepstack (Linux Debian 10 in VM under MSWindows10):
sudo docker run -e VISION-DETECTION=True -v localstorage:/datastore -p 80:5000 deepquestai/deepstack
I already tried the windows version of deepstack in windows 10. Same problem after selecting the checkbox after DETECTION.
I tried to install DeepStack on a docker version in Synology NAS. When entering enviroment variable VISION-DETECTION=TRUE Same problem without this variable server can be reached but processing error.
Please Help.
PiTA
Have you tried the noavx version of Docker? Your CPU may not support AVX. Try the following commands:RePost: Can someone help me?
I have the following issue:
Starting DeepStack with VISION-DETECTION=True gives me the following error:
[02.07.2020, 17:25:57.546]: (1/6) Uploading image to DeepQuestAI Server
[02.07.2020, 17:25:58.043]: Cleaning cameras/history.csv if neccessary...
[02.07.2020, 17:25:59.807]: System.Net.Http.HttpRequestException | An error occurred while sending the request. (code: -2146233079 )
[02.07.2020, 17:25:59.816]: ERROR: Processing the following image 'D:\BlueIris\aiinput/IPC08.20200702_172557513.jpg' failed. Can't reach DeepQuestAI Server at
.
When I visit the webpage
I can see DeepStack is running and activated.
When I start DeepStack with VISION-SCENE=True or VISION-FACE=True i get this error:
[02.07.2020, 17:21:26.236]: (1/6) Uploading image to DeepQuestAI Server
[02.07.2020, 17:21:26.249]: (2/6) Waiting for results
[02.07.2020, 17:21:26.257]: (3/6) Processing results:
[02.07.2020, 17:21:26.265]: System.NullReferenceException | Object reference not set to an instance of an object. (code: -2147467261 )
[02.07.2020, 17:21:26.273]: ERROR: Processing the following image 'D:\BlueIris\aiinput/IPC08.20200702_172126168.jpg' failed. Failure in AI Tool processing the image.
This seems logic to me since it needs VISION-DETECTION, but it shows DeepStack in this case can be reached.
This is how I start Deepstack (Linux Debian 10 in VM under MSWindows10):
sudo docker run -e VISION-DETECTION=True -v localstorage:/datastore -p 80:5000 deepquestai/deepstack
I already tried the windows version of deepstack in windows 10. Same problem after selecting the checkbox after DETECTION.
I tried to install DeepStack on a docker version in Synology NAS. When entering enviroment variable VISION-DETECTION=TRUE Same problem without this variable server can be reached but processing error.
Please Help.
PiTA
OMG that seemed to work in my VM running Debian 10. Thank you so much!Have you tried the noavx version of Docker? Your CPU may not support AVX. Try the following commands:
sudo docker pull deepquestai/deepstack:noavx
sudo docker run -e VISION-DETECTION=True -v localstorage:/datastore \-p 80:5000 deepquestai/deepstack:noavx
Others who had this problem usually set up another camera clone and mask the are where the parked cars are usually parked. This camera would be set to only trigger on vehicles and the other clone should be not masked and set to only trigger on people. That way you get alerts for cars outside of the masked areas and alerts for people any where.Before I put a lot of time into this I thought I would throw this out to the group and see if this has already been sorted or if there is a better suggestion.
The issue I'm having is that something is triggering my cameras and because there are normally cars in 2 of my camera's they always trigger. Now I could take the car trigger out of these cameras but I want them to trigger when cars come down the road or up the driveway.
This got me thinking that Blue Iris can place a rectangle around the moving object that triggered the alert. If I read that picture and kept all the rest of the picture transparent except for the movement and passed that onto Deepstack (aitool) then it should stop all these false positives.
Has anyone headed down this track before?
Given that this is AI, will it become more accurate over time? Also what controls the speed for triggering a camera? By the time the camera is triggered the car or person is halfway across the camera's view.
deepstack:
container_name: deepstack
image: deepquestai/deepstack:noavx
volumes:
- [yourlocalpathhere]:/datastore
- /etc/localtime:/etc/localtime:ro
environment:
- TZ=America/Los_Angeles
- VISION-DETECTION=True
ports:
- 5000:5000
restart: "unless-stopped"
@IAmATeaf Just wondering if you've managed to move all of your cameras to the new Docker/Deepstack instance running on Windows and how your CPU utilization has been? The reason that I ask is because I am considering running Deepstack in Docekr on my BI machine, but I am running Server 2012 R2 which isn't supported by Docker for Windows. If the CPU savings is substantial I will reload my system with Server 2016, but before doing that I wanted to follow up with your results. I have 15 cameras and when running Deepstack directly on Windows my CPU was being maxed out and alerts were being missed due to this. I know that you had success after switching from Deepstack on Windows to Deepstack on Docker on Windows. Just wondering how things are going for you and how many cameras you have and what your CPU savings is?The trigger speed really depends on the processing time it takes for AITools to get the image, pass it to DQ and then get a reply back. For me that is around 3.5 seconds so in theory there would be a minimum of 3.5seconds before the cam gets triggered, so I have my pre cam recording time in BI set to 7 seconds so the cam when triggered will also record the previous 7 seconds of video.