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

@Chris Dodge Today I've noticed multiple events where it shows in the History as no object detected, no green check mark. Here's one of them. Any idea what may be going on? Thanks

[25.09.2020, 12:04:33.272]: DetectObjects> 127.0.0.1:81 - Starting analysis of S:\BI_AI\Driveway_AI.20200925_120431927.jpg...
[25.09.2020, 12:04:33.276]: DetectObjects> 127.0.0.1:81 - (1/6) Uploading a 341570 byte image to DeepQuestAI Server at [25.09.2020, 12:04:34.395]: DetectObjects> 127.0.0.1:81 - (2/6) Posted in 1119ms, Received a 118 byte response.
[25.09.2020, 12:04:34.402]: DetectObjects> 127.0.0.1:81 - (3/6) Processing results...
[25.09.2020, 12:04:34.407]: DetectObjects> 127.0.0.1:81 - Detected objects: Car (96.31%),
[25.09.2020, 12:04:34.409]: DetectObjects> 127.0.0.1:81 - (4/6) Checking if detected object is relevant and within confidence limits:
[25.09.2020, 12:04:34.410]: Outsidemask> ->Camera has no mask, the object is OUTSIDE of the masked area.
[25.09.2020, 12:04:34.411]: DetectObjects> 127.0.0.1:81 - Car (96.31%) confirmed.
[25.09.2020, 12:04:34.414]: DetectObjects> 127.0.0.1:81 - The summary:Car (96.31%)
Are you running the latest version as their was one version that did that?
 
I'm running 1.67 preview 7 where did you find .8 version? I don't see any links here and the I did not see it on GitHub either. Could post the link. Thanks!
 
i am using the vorlonCD fork @Chris Dodge and i had the gentlepumpkin before. Somehow the filter image filename doesnt work and any image i dump into the input folder (with other filenames) is processed. I also noticed that somehow it can read my old cameras (configured on the old AI tool from gentle pumpkin) is there a config file or something that i need to delete if i had the gentlepumpkin version?
 
I think it imports your old cameras when you first install the vorlonCD version and note their is a default camera in the camera list.
 
I think it imports your old cameras when you first install the vorlonCD version and note their is a default camera in the camera list.
i noted that apparently what it does, is that it reads the camera list from blue iris, so whatever you have in blueiris, shows up in that list
 
I think it imports from you old AITool folder as i have cameras in BI that are not in the camera list.
 
I think it imports from you old AITool folder as i have cameras in BI that are not in the camera list.
it could be however, i deleted my old AItool folder and somehow was still able to find them. On another question, do you know when does the "cancel" payload is triggered?
 
@satoshi - View the log from the date you first ran the VorlonCD mod and search for these lines - they will show where the old config file and cameras files are loaded from on first load (or if no cameras are configured)

"First time load, reading old config file"
"No cameras loaded in settings, trying to load old camera files from"

The old config file can sometimes be be buried under C:\Users\username\Appdata\Local\WindowsFormsApp2\user.config, but I dont think cameras would ever load from there. on first run, If we find both AITOOLS.EXE.CONFIG and a USER.CONFIG, we take the most recently modified one to import settings from. So it may not always be the one from the EXE folder.

Cancel payload is triggered when Deepstack did not find anything, or it was masked out
 
@satoshi - View the log from the date you first ran the VorlonCD mod and search for these lines - they will show where the old config file and cameras files are loaded from on first load (or if no cameras are configured)

"First time load, reading old config file"
"No cameras loaded in settings, trying to load old camera files from"

The old config file can sometimes be be buried under C:\Users\username\Appdata\Local\WindowsFormsApp2\user.config, but I dont think cameras would ever load from there. on first run, If we find both AITOOLS.EXE.CONFIG and a USER.CONFIG, we take the most recently modified one to import settings from. So it may not always be the one from the EXE folder.

Cancel payload is triggered when Deepstack did not find anything, or it was masked out

thanks. i deleted the log by accident earlier so i can't tell.

A couple of more unrelated questions:

1. Is there a way to send the MQTT messages with retain flag?
2. Somehow the history tab is only showing older events. But newer ones are processed succesfully - is there something that i need to enable?
 
thanks. i deleted the log by accident earlier so i can't tell.

A couple of more unrelated questions:

1. Is there a way to send the MQTT messages with retain flag?
2. Somehow the history tab is only showing older events. But newer ones are processed succesfully - is there something that i need to enable?

1. In the next release in a day or two, close the app, edit aitool.settings.json in notepad and search for "action_mqtt_retain_message" and set to true for each camera you need.
2. History tab has been overhauled for the next release too. It should fix missing items, and will actually show you skipped images due to cooldown or other failure.
 
  • Like
Reactions: aesterling
Hello, I am struggling with the windows service. I have tried to set it up multiple times but when the service is running I get no activity at all. There is nothing happening in the log file, no detections or anything. I have tried to set it up with local services account, an admin account plus more. When I run the tool interactively it works just fine. I am running it on a windows 10 pro installation. Is there a way to start the service with more logging? Maybe an option to pass to the service directly?

I am running version 1.67 preview 7.
 
Hi guys

I reciving too many times this error:

ERROR: Can't write to cameras/history.csv!

Where can i found the problem and how can i fix it?

Thank you