Search results

  1. Coloscott

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

    I just saved my AI Tool configs in a text file, deleted AI Tool, and started over. If it continues to be an issue I'll update here including the logs.
  2. Coloscott

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

    It is correct.
  3. Coloscott

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

    Yes, I copied the files from the zip, they are uncompressed. I'm just running the executable, no service yet.
  4. Coloscott

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

    I just looked in the input folder and the only files I see match the cameras that I've setup to monitor.
  5. Coloscott

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

    I'm getting a :no default camera found" error in the logs and and then the AI Tool says it's aborting. Does anyone know what I can do to fix this? I had deleted the default camera and then after I saw these errors I put it back in but still getting the errors. Thanks
  6. Coloscott

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

    Are any of you using the single camera method getting Auth errors when you try to test the URL in a browser? I can't get past this and AI Tool has these errors in the logs: The summary:person (66.53%) | truck (76.08%) [11.08.2020, 16:18:48.409]: (5/6) Performing alert actions: [11.08.2020...
  7. Coloscott

    AI motion detection with BlueIris: an alternate approach

    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...
  8. Coloscott

    AI motion detection with BlueIris: an alternate approach

    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...
  9. Coloscott

    AI motion detection with BlueIris: an alternate approach

    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). Thanks again for your help.
  10. Coloscott

    AI motion detection with BlueIris: an alternate approach

    Yes, I've been doing direct-to-disk for a few years now. With 15 cameras it's pretty mandatory. I don't see any of the issues outlined in the link you provided. Here is an excerpt of my logs: 2020-08-04T09:29:36-06:00 [Trigger Garage to House Camera] /aiinput/GTHSD.20200804_092935648.jpg...
  11. Coloscott

    AI motion detection with BlueIris: an alternate approach

    My setup using neile's all docker method is taking approximately 35 seconds per file. That sounds way too long to me and as BI is depositing an image every 5 seconds the simple math means it will be getting further and further behind especially with 3 cameras being analyzed. Am I missing or...
  12. Coloscott

    AI motion detection with BlueIris: an alternate approach

    Is there a way to see the object that met the trigger criteria like in the history tab in AI Tools? This morning I'm suddenly getting motion emails from BI but upon review I don't see any motion and I'm not sure what is triggering BI.
  13. Coloscott

    AI motion detection with BlueIris: an alternate approach

    I think this will help me a lot! Thanks!
  14. Coloscott

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

    It's working!! Awesome! Thanks so much eman! Thanks to ReXX as well! Offloading this to a cheap computer I had sitting around has taken CPU load on my BI server from ~99% to 58%.
  15. Coloscott

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

    I just found this and will try it now. sudo docker pull deepquestai/deepstack:noavx
  16. Coloscott

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

    I'm not familiar with this command but did google it. Do you know where in my command it should go?
  17. Coloscott

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

    ReXX, evidently case matters in the startup. TRUE didn't work but True did. It now status' /v1/vision/detection after startup. Now there's a new problem. getting this message and there is no updates on the deepstack terminal windows on the Ubuntu box: [02.08.2020, 15:14:10.144]: read config...
  18. Coloscott

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

    Apologies for not updating that part of the status, here is what it lists upon startup: $ sudo docker run -e VISION-DETECTION=TRUE -v localstorage:/datastore -p 82:5000 deepquestai/deepstack v1/vision/addmodel --------------------------------------- v1/vision/listmodels...
  19. Coloscott

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

    Thanks for the help ReXX, but I did make that change. The error, shown above, is different but still in an error state. Scott
  20. Coloscott

    AI motion detection with BlueIris: an alternate approach

    Can anyone who's gotten this to work send a copy of their triggers.json file? I'm having difficulting understanding how to modify mine using the example. Thanks.
  21. Coloscott

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

    Hoping someone can help with my problem. I'm using DeepquestAI running on the same computer that BI runs, Windows 10, i7 6700 with 48 gigs RAM, and the AI Tool version 1.67 but I wanted to offload this computer which hovers between 85 and >95% CPU utilization most of the time (I have 7 HD...
  22. Coloscott

    AI motion detection with BlueIris: an alternate approach

    When I put the IP address of the Linux box in my browser from any computer I get the "DeepStack Activated" screen.
  23. Coloscott

    AI motion detection with BlueIris: an alternate approach

    Ah! Good point! Apologies.
  24. Coloscott

    AI motion detection with BlueIris: an alternate approach

    Hoping someone can help with my problem. I'm using DeepquestAI running on the same computer that BI runs, Windows 10, i7 6700 with 48 gigs RAM, and the AI Tool version 1.67 but I wanted to offload this computer which hovers between 85 and >95% CPU utilization most of the time (I have 7 HD...
  25. Coloscott

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

    Done. Thank you! Do I need to restart anything after this change?
  26. Coloscott

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

    It sees a "person" in one shot and a "car" in another, neither of which are either and it shows them over and over. Both are stationary. It looks like it's showing the same alerts over and over again every 3 mins which is what I have set for Cooldown Time. This is coming together in my mind...
  27. Coloscott

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

    here's the setup and two history shots.
  28. Coloscott

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

    So, the clones did have motion turned on as you indicate is necessary. I looked at the motion alert in the BI console and the ones I have configured to use AI are being triggered by External so that AI suite is sending false positives which trigger the alerts to go out. Not sure where to go...
  29. Coloscott

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

    Yes, motion is detection is turned off on the main HD feed cameras but it IS turned on for the cloned low resolution feed clones. Does it need to be off for them as well? I thought from the step by steps it needed to be on? The step by step instructions did say to turn the clones detection to...
Top