Neil Sidhu
Getting the hang of it
Whats everyone doing not to get multiple notifications? So if my kids and i are outside the front, will i keep getting triggered alerts? Whats a good way around this?
Thanks,
Thanks,
I have a profile defined in BI that I changed the fire to never under the alerts tab for each camera for this profile for when I cut grass, etc. and don't want to receive alerts. I set my time to 120 minutes, but you can set this to whatever you prefer.Whats everyone doing not to get multiple notifications? So if my kids and i are outside the front, will i keep getting triggered alerts? Whats a good way around this?
Thanks,
I have a profile defined in BI that I changed the fire to never under the alerts tab for each camera for this profile for when I cut grass, etc. and don't want to receive alerts. I set my time to 120 minutes, but you can set this to whatever you prefer.
My solution uses Home Assistant. When I am home I have a profile with no alerts as soon as I leave the profile switches to one with alerts. I was using this method before this tool and still have it implemented as I generally don't need the alerts while home. The same could be achieved with the BlueIris geo location options in the app.Whats everyone doing not to get multiple notifications? So if my kids and i are outside the front, will i keep getting triggered alerts? Whats a good way around this?
Thanks,
My solution uses Home Assistant. When I am home I have a profile with no alerts as soon as I leave the profile switches to one with alerts. I was using this method before this tool and still have it implemented as I generally don't need the alerts while home. The same could be achieved with the BlueIris geo location options in the app.
I set this inside BI under the settings-->Profiles tab under temp time. I then manually change to this profile in BI and it changes back to whatever profile should be set after the defined time expires or I can switch the profile back manually.And what do you have to trigger that 120 min exemption? DO you use HA? Do you manually set that? or is it on an automation (on garage door open or something)
I set this inside BI under the settings-->Profiles tab under temp time. I then manually change to this profile in BI and it changes back to whatever profile should be set after the defined time expires or I can switch the profile back manually.
Hi again, are you willing to share the code? ThanksHey @GentlePumpkin just wanted to say thanks fo the tool and for posting the source on GitHub. I spent a few minutes in c# earlier and got it to work with my Synology Surveillance Station. Only had to make a couple changes to your code and it is working great.
Pretty manual work.. If your stepping outside, to start changing profiles..
You can still use the all of the motion detection functions of BI. DeepStack just helps it be a little smarter. So have you tried setting up zones in BI? You might be able to set a zone crossing so that it only triggers the ai if someone comes near the porch. That's what I'm doing with my porch cam, which used to trigger all the time from shadows and bushes.
I run Deepquest on my Windows 10 BI computer. In AITool, the Deepstack URL is localhost:80. Everything works just fine.
I installed Deepstack on another computer, 192.168.0.9 and in AITool I changed the Deepstack URL to 192,168.0.9:80
It doesn’t work and I get this error:
[03.09.2019, 18:47:13]: ERROR: Processing the image C:\BlueIris\aiinput/aiBYCam.20190903_184710895.jpg failed. Can't reach DeepQuestAI Server at localhost:81.
Has anyone been able to get AITool to communicate with Deepstack on a Windows computer that is different than the BI computer?
It almost looks like “localhost“ was hard coded and the port is changeable.
I've tried everything I can think of, but am still unable to get this to work.
- DeepStack installed through Home Assistant running through VirtualBox on a Windows machine. When I do this I get, the "Can't reach DeepQuestAI Server at 192.168.1.100:85" error. I get the Activated screen when I go to the site.
- DeepStack installed through Docker on an iMac. When I do this I get the "System.NullReferenceException | Object reference not set to an instance of an object. (code: -2147467261 )...Failure in AI Tool processing the image." error.
Any insight would be greatly appreciated.
Download Microsoft Visual C++ 2015 Redistributable Update 3 RC from Official Microsoft Download Center
This update is the latest in a cumulative series of feature additions and bug fixes for Microsoft Visual C++ 2015 Redistributable.www.microsoft.comDownload Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package MFC Security Update from Official Microsoft Download Center
A security issue has been identified leading to a vulnerability in MFC applications that are built with Visual Studio 2010 and ship the Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package.www.microsoft.com
The only thing I can think of to improve your situation is to set a mask on the first Blue Iris camera to only detect motion in the very small area that is your porch. When people step onto the porch it will generate the picture that the AI will then process. Then unmask enough of the deepstack image so it can identify them as a person. It just seems like your camera angle is very poor and captures too much false positive area for all the requirements you seem to have about what you don't want to get alerts for.Today i tested this tool some more as i masked the steet out which is in front of my door. Issues is, if i mask the street in the back, it also masks the person standing at the door as the street is right behind them... not sure how others are doing this
Also; if a person walking on the sidwalk shadow with the bright sub sets off the trigger in BI - AI will then look at the picture and see a person and alert me. To me this is false.