Search results

  1. J

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

    If you find the syntax please post. I would also like to know how you end up using the dark mode in AITool (active time range, linked server, refinement server).
  2. J

    Deepstack on Docker Ubuntu Run At Startup

    I am running Docker Desktop on WSL2 and not Ubuntu. Here is the command I use to create the container. The --restart=always may work for you. docker run --restart=always -e MODE=High -e VISION-DETECTION=True -v localstorage:/datastore -p 8092:5000 --name deepstack3 deepquestai/deepstack:cpu-2020.12
  3. J

    Hell Yeah! Direct Deepstack Integration - 5.4.0 - March 31, 2021

    My cameras are IPC-T2431T-AS 3.6mm from EmpireTech. They are generic Dahau 4MP fixed turrets. 4MP Starlight Turret IP Camera | IP Cam Talk Store
  4. J

    Hell Yeah! Direct Deepstack Integration - 5.4.0 - March 31, 2021

    I am using AiTool with DeepStack and I have a few suggestions that worked for me to improve object identification in DeepStack. First some information about my hardware. The BI PC is an I7-6700 with 32GB RAM. My cameras are IPC-T2431T-AS 3.6mm from EmpireTech, 4 in total. Below are my camera...
  5. J

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

    AiTools offers these main features. Options for the program to dynamically mask out cars once parked until moved. You can create a static mask for an area to ignore certain objects. Both types of masks have scheduling capabilities. You can set detection thresholds for each object type. MQTT...
  6. J

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

    I don't use those settings in BI but I believe you could use the first setting to control how long to wait after an alert after an alert is sent (AiTool Cooldown should do same). The min/max time between triggers controls alert between multiple cameras.
  7. J

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

    You can adjust your cooldown period for triggering BI and for sending alerts within AiTool. For the dog you can schedule when you want to trigger for dogs. I send my triggers to HomeSeer via MQTT but I thought about sending to Node-Red as my first Node-Red project. What I do that my be helpful...
  8. J

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

    New version of AiTools out on GitHub. A few minor changes: Feature: In Relevant objects, you can now independently control if you ignore Image or Dynamic masks. Anything other than the main/default Relevant object list will have its objects min/max threshold and ignore mask settings...
  9. J

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

    If you don't get a reply here post the problem in GitHub VorlonCD/bi-aidetection
  10. J

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

    To use the code you are talking about I believe you have to download it into Visual Studio and the compile it. I follow the open issues section on GitHub. VorlonCD posts the new releases as zip files as an open issue is addressed so you don't have to compile it yourself. There is a member of...
  11. J

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

    Be sure you are on a fairly recent version. Objects are automatically added to the list as they are detected plus you can add an object. https://github.com/VorlonCD/bi-aidetection/files/6207947/AITool-VorlonCD-v2.0.1014.zip
  12. J

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

    I misunderstood your issue. It may be your camera settings i.e. frames per second or I-Frame interval. Trigger the camera by right-clicking and select trigger. View the video and see if it is still choppy. Settings that work for me are 15 fps and an I-Frame every 15 frames. You set those in the...
  13. J

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

    You want to increase the break time on the camera that is recording the clips. This will keep you from getting a bunch of short clips. I use the clones to create the jpegs. When creating jpegs the jpeg each X seconds and the break time determine how often and how many jpegs are created.
  14. J

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

    I suggest you upgrade to a newer version. VorlonCD posts the zipped package in the Open Issues section on GitHub. You have to search through the open issues. This is the most recent version that I have found. https://github.com/VorlonCD/bi-aidetection/files/6176514/AITool-VorlonCD-v2.0.988.zip...
  15. J

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

    In the log are you seeing "adding new image to queue"? My version of AiTool has a "Edit AI Server" button. You can browse to a jpeg and send it to DeepStack to help eliminate the possible problems.
  16. J

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

    My understanding of your problem is that you have too many short clips. My setup is the clone camera creates the jpegs on motion 1 time every 3 seconds. Below are the trigger settings for that camera. If the camera is re-triggered between the first and second jpeg the clone will generate at...
  17. J

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

    What is your break time on the trigger tab?
  18. J

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

    When my AiTool icon turns red it is because there are errors. What does the log show?
  19. J

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

    I triggered 4 cameras twice. They are triggering every 2 seconds. Below are the resources I am using. AiTool goes from 165.7MB at idle to 167.8MB under load. Did you get your DeepStack and Docker issue resolved.
  20. J

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

    I am triggering BI via HomeSeer. For example if the camera detects activity in the yard in the daytime when we are home BI is not triggered unless a car has been identified within the last few minutes (car pulling into the driveway and someone getting out) then I trigger the doorbell chime...
  21. J

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

    I have been using AiTool since 2.0.720 and MQTTT messages have worked for me with no issues. Make sure that on the Camera Actions tab you configure the triggering objects for MQTT and set the object priority and threshold the same or lower than under Relevant Objects. For example on the Cameras...
  22. J

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

    This was my first WSL2 and Docker setup so I do not know if there is something not configured right or not on your end. I would stop the DeepStack instances and see what the CPU usage drops to. That way you know if it is Docker or DeepStack. If Docker is still high you can probably find some...
  23. J

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

    I agree with Village Guy with keeping things local. I am running Docker on Windows WSL2 on an I7 6700 with 3-4MP cameras and 1-2 MP with 24-7 recording. With heavy motion from all cameras my CPU gets to about 40%. I have 5 DeepStack Instances in Docker. I am also using the CPU version of...
  24. J

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

    I had the same issue. I do not require a password either. I just populated the fields with bogus credentials and it worked.
  25. J

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

    I run 5 instances with four 4- MP cameras on a I7 6700. The max queued images AiTool shows is 2. Processor utilization gets up to about 45% if I trigger all 4 cameras at once. At idle the CPU usage is at 11%. You just have to change the port and instance name to run more Docker containers. Run...
  26. J

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

    This version allows you to set the detection threshold for each object. You can enter the same object multiple times in order to have different thresholds for day and night or to detect an object only during certain hours.
  27. J

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

    I forgot to mention that you should check the folder properties to see if the size of the folder is up to the 1 GB limit you set in BI. To limit wear on my SSD drive I have a 3 GB RAM drive configured. This is faster than the surveillance drive and an option if you have plenty of RAM in your...
  28. J

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

    It may be that the folder is filled with test images or other images that BI does not know is there. I do not believe it deletes the images if you submit them again with AiTool. I found a v2.0.845 in a zip on GitHub in the VorlonCD project. v2.0.845
  29. J

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

    I use a program called Startup Delayer. It allows you to specify the order that your programs start and other options as well. Startup Delayer
  30. J

    Turning on TCL Roku, change HDMI source, show Blue Iris outdoor camera grid, and power off via Home Assistant. Success!

    Thanks for the tip. I was disconnecting from the RDP session and then using UltraVNC to get the console logged back in. The PC automatically logs in on a restart. You have to execute the batch with elevated permissions for it to execute. On previous Windows 10 versions you could accomplish this...
Top