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

hopalong

Getting the hang of it
Joined
Apr 19, 2021
Messages
89
Reaction score
47
Location
California
I'm currently trying to use this program to monitor a FTP folder that is a mapped drive. I am running this on Win 10. I am getting this error message:

ERROR> Last Image message: ' Could not gain access to the image in 6170ms, retries=101: ShippingContainers_00_20240614141443.jpg'. (30902ms, with 505 retries)

Any guesses?
 

Chris Dodge

Pulling my weight
Joined
Aug 9, 2019
Messages
99
Reaction score
125
Location
massachusetts
I'm currently trying to use this program to monitor a FTP folder that is a mapped drive. I am running this on Win 10. I am getting this error message:

ERROR> Last Image message: ' Could not gain access to the image in 6170ms, retries=101: ShippingContainers_00_20240614141443.jpg'. (30902ms, with 505 retries)

Any guesses?
Guess 1: You are running AITOOL as a service, and the service doesnt have access to the mapped drive letter. Dont use mapped drive letters for anything, only UNC paths \\server\share

Guess 2: Something else is keeping the image locked (reading or writing). Look a few lines above that in the log for a reference to "Lastfail=(something)" and you will see the actual failure error like (SharingViolation), (LockViolation), (Readonly), (Unexpected-xxx), etc.

Make sure you have write access to the share.

If the share is not a windows machine maybe there is some other kind of permissions issue going on.
 

warbux

n3wb
Joined
Aug 16, 2020
Messages
18
Reaction score
1
Location
United States
Is there an updated guide on how to setup this tool with CPAI? I have been using the built in CPAI integration and it is not as configurable as I would like. However, after adding my CPAI URLs and verifying they work with test images the aiinput folder fills up with images to analyze and nothing happens.
 

Schrodinger's Cat

Young grasshopper
Joined
Nov 17, 2020
Messages
54
Reaction score
23
Location
USA
Been using AITOOL with Telegram for awhile and it's been great, but I'm giving Pushover a try to see if I like it better. I have two pushover devices and I'm having trouble getting alerts to go to both. When I put either device in the field, they work. But when I put multiple, separated by pipes as the program instructs me to, neither work. Anybody have any luck with this?

The "TEST" feature in AI TOOL also seems to be buggy, not sure if it's related.
 

Schrodinger's Cat

Young grasshopper
Joined
Nov 17, 2020
Messages
54
Reaction score
23
Location
USA
Is there an updated guide on how to setup this tool with CPAI? I have been using the built in CPAI integration and it is not as configurable as I would like. However, after adding my CPAI URLs and verifying they work with test images the aiinput folder fills up with images to analyze and nothing happens.
Still having trouble?
 

Schrodinger's Cat

Young grasshopper
Joined
Nov 17, 2020
Messages
54
Reaction score
23
Location
USA
Been using AITOOL with Telegram for awhile and it's been great, but I'm giving Pushover a try to see if I like it better. I have two pushover devices and I'm having trouble getting alerts to go to both. When I put either device in the field, they work. But when I put multiple, separated by pipes as the program instructs me to, neither work. Anybody have any luck with this?

The "TEST" feature in AI TOOL also seems to be buggy, not sure if it's related.
Clarification: It only sends it to the device that is first in the list. For example:

Code:
desktop_main|galaxys23
Only desktop_main gets the pushover alert.

Code:
galaxys23|desktop_main
Only galaxys23 gets the alert.
 

Schrodinger's Cat

Young grasshopper
Joined
Nov 17, 2020
Messages
54
Reaction score
23
Location
USA
Following up with a solution: If you leave the "Device(s):" field in AITOOL blank, it will send to all of your Pushover devices.


@Chris Dodge What's the best way to donate to the AITOOL project? Git? The button in AITOOL? Doesn't matter? Something else? I really want to kick some $$ to whoever is currently/recently spending time on this.




Been using AITOOL with Telegram for awhile and it's been great, but I'm giving Pushover a try to see if I like it better. I have two pushover devices and I'm having trouble getting alerts to go to both. When I put either device in the field, they work. But when I put multiple, separated by pipes as the program instructs me to, neither work. Anybody have any luck with this?

The "TEST" feature in AI TOOL also seems to be buggy, not sure if it's related.
Clarification: It only sends it to the device that is first in the list. For example:

Code:
desktop_main|galaxys23
Only desktop_main gets the pushover alert.

Code:
galaxys23|desktop_main
Only galaxys23 gets the alert.
 
Top