Search results

  1. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    Just wanted to follow up here to see if your experience running Deepstack on a raspberry pi with an Intel NCS2 has changed after using it for a while? I’m getting ready to pull the trigger on a raspberry pi 4 and a Intel NCS, but wanted to see how it performs when multiple images are sent to it...
  2. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    Check to see what your break time is set to on your HD cam. This is what defines how long to record after motion stops.
  3. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    Thanks for this info. Can you report back after testing under a heavy load? I'm still deciding on buying another machine to run Deepstack on or to buy a Pi with a NCS2. For most of my cameras I have BI taking a snapshot every 3-5 seconds depending on camera location. My response times are...
  4. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    When sending images to the PI with the NCS2, are these times under heavy load, i.e. how many cameras/images are you sending to be analyzed? The reason that I ask is because I have 11 outdoor cameras which about 3-6 that overlap at any given time so AI Tool can throw multiple images to Deepstack...
  5. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    Is this the masked image from AI Tool? The reason that I ask is because the masked area should show as black and not white. I believe that you have the mask inverted. When you open the actual .png image of the mask that AI Tool uses you should only see the masked area and not the...
  6. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    Can you share your MP load for the cameras that you’re sending images to Deepstack on the Pi 4? I’m looking to buy a separate machine to just run Deepstack on, but if the Pi 4 is capable, I’ll buy a Pi 4 instead. Sent from my iPhone using Tapatalk
  7. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    How are you load balancing the two Deepsack servers, are you using the VorlonCD fork to do this? /
  8. pmcross

    Mowing the lawn...

    I have a night/after hours profile that switches when I arm my alarm system for the night. I have a different alert sound via push as well as text notifications which are set as an emergency override on my phone so that I am sure that I receive attention grabbing alerts while sleeping.
  9. pmcross

    Mowing the lawn...

    I record 24/7 and have a temporary profile set up to not send push notifications (alerts still get captured as usual) while I am cutting grass, etc. I just change the profile when I start and either change it back manually when done, but if I forget to change it back I have the temporary...
  10. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    I agree. The only reason to have clones is so that your alert view is cleaner because if you didn’t all motion events (including valid alerts) would show in your alert view since the “capture alert image” needs to be checked on the main cameras. To mitigate this you can flag the alert so that...
  11. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    I believe that you have an additional clone that you don’t need. I have one clone for each camera. The main records 24/7 like yours. I then have motion detection enabled only on the clones. AI Tool then triggers my main camera(s) if an object meets the criteria. I like your thinking with the 0...
  12. pmcross

    Any Updates to Sentry/BI

    I haven't used Sentry in almost a year now, so I was wondering if it has progressed in terms of accuracy since then. When I left and switched to @GentlePumpkin AI Tool and Deepstack it seemed like Sentry wasn't as accurate (especially at night) that it had been during their roll out. Couple...
  13. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    I am currently running Deepstack in Docker on Windows and it is performing fairly well in regards to CPU consumption with the exception of certain times when the CPU is maxed out due to images with human activity (at the same time) in the front and back of my house, which doesn't happen...
  14. pmcross

    I have tenants that I'm willing to share SOME cameras with. How can I?

    This should still work in BI 4
  15. pmcross

    I have tenants that I'm willing to share SOME cameras with. How can I?

    You just need to create a login for them and then create a group in BI and then add the cameras to the group (that you want them to have access to). If the smart TV has an app store, (such as Roku, etc.) you can install IP Cam Viewer. The free version lets you connect one camera for free. You...
  16. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    I’m honestly not sure. @GentlePumpkin may be able to shed some light on the instructions. Sent from my iPhone using Tapatalk
  17. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    You're right, you don't need both. The second one flags and triggers.
  18. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    The noavx version is only supported in Docker, not Windows natively. Not sure if you're going to run Docker Desktop or run Docker inside of a Linux box, but for Docker Desktop run the following commands to pull and run the noavx version: docker pull deepquestai/deepstack:noavx docker run...
  19. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    Do your PC’s processors support AVX? If not you’ll have this issue. If they don’t support AVX then you’ll need to run the noavx version of Deepstack. Sent from my iPad using Tapatalk
  20. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    Try this: BI IP:port/admin?camera=LivingRm&trigger&memo=[summary]&user=XXXX&pw=XXXXX Sent from my iPhone using Tapatalk
  21. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    172.17.0.1 is the virtual network that Docker Desktop creates when it spins up the VM to run Deepstack.
  22. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    This correct, you will only get alerts in BI if you have External selected.
  23. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    Try this: http://192.168.1.60:911/admin?camera=Backyard&flagalert=1&trigger&memo=[summary]&user=XXXX&pw=XXXXX
  24. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    Can you show what URL you are using in AI Tool to trigger BI?
  25. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    This goes in the camera tap for each camera. You can test the URL from a browser to confirm that the syntax is correct. Sent from my iPhone using Tapatalk
  26. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    Glad to help. It sounds like you’ve got Deepstack running the noavx version in Docker. Below is the URL to put into AI Tool to trigger the camera: http://BI IP:port/admin?camera=Camera short name&trigger&user=username&pw=password Sent from my iPhone using Tapatalk
  27. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    I’m guessing that your CPU doesn’t support AVX. If it does please refer to post 238 in this thread; I went over the application requirements to run Deepstack on Windows. Sent from my iPhone using Tapatalk
  28. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    Just wanted to provide a quick update since switching to Docker Desktop. My performance is significantly better. My response times are anywhere from 500ms to just under 1 second now. Also, my CPU hovers around 35 to 40% and spikes to the 70 to 80’s when human activity is present, which is a...
  29. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    I got this working now, thanks! Now I will monitor to see how my CPU handles running Deepstack on Docker Desktop rather than the Windows version.
  30. pmcross

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    I have Docker Desktop set up and am trying to get Deepstack to run on it. Can you provide a high level how you set up Docker Desktop? It is different than standard Docker that I'm used to running on Ubuntu. I'm able to do a pull for deepquestai/deepstack, but can't get it to run. I'm getting...