Search found 57 matches
- Fri Jan 03, 2025 7:25 pm
- Forum: Blue Iris 5
- Topic: No AI response for dual stream cam
- Replies: 2
- Views: 1092
Re: No AI response for dual stream cam
Which of the two originally used cams did the AI work on, substream or main stream? This may be caused by a change in which exact frames CPAI analyzes in the new setup. I recommend enabling the DAT files and reviewing the exact calls BI makes to CPAI. When I troubleshooted my CPAI failure to confirm...
- Fri Jan 03, 2025 7:17 pm
- Forum: General discussion
- Topic: TP-Link Tapo C720
- Replies: 3
- Views: 245
Re: TP-Link Tapo C720
I just set up three wireless Tapo cams in BI. The steps are as follows. Set up the Tapo camera in the Tapo app by following the instructions. 1. In the Tapo app, Advanced options, enable Camera Account. 2. Create a simple user name and password (these can be anything and should be different from the...
- Fri Jan 03, 2025 7:05 pm
- Forum: General discussion
- Topic: Blue Iris Code Project not detecting - Animals- Birds???
- Replies: 11
- Views: 691
Re: Blue Iris Code Project not detecting - Animals- Birds???
Ok, I see. First off, let's distinguish between triggers and alerts. If you enabled and set up motion detection, and it used to work with DS, then you should be getting triggers, and clips should be recorded (you may even have continuous recording enabled). Alerts on the other hands are triggered ev...
- Thu Jan 02, 2025 4:48 pm
- Forum: General discussion
- Topic: Blue Iris Code Project not detecting - Animals- Birds???
- Replies: 11
- Views: 691
Re: Blue Iris Code Project not detecting - Animals- Birds???
For what its worth, ipcam-animal does not distinguish between a fox and a dog. Foxes visiting my yard, 5 ft from the camera, are all 90% dogs. I have a squirrel that is 75% person, and rabbits that are 75% dogs, but never a rabbit.
- Wed Jan 01, 2025 7:10 pm
- Forum: Network cameras
- Topic: EZVIZ H9c 3K Dual-Lens Outdoor camera blueiris integration
- Replies: 2
- Views: 262
Re: EZVIZ H9c 3K Dual-Lens Outdoor camera blueiris integration
Dual cameras on other models (at least on my TrackMix) show up as different streams from the same IP address. You can make one camera in BI, then make a duplicate of it, then just select that different stream URL in the Main / Sub stream fields.
- Wed Jan 01, 2025 7:02 pm
- Forum: Blue Iris 5
- Topic: Disk Can't Write Fast Enough
- Replies: 15
- Views: 4240
Re: Disk Can't Write Fast Enough
I wonder if the drive is failing? Maybe BI is trying to write to bad sectors and times out?
Have you run the HD write speed test in the console, lower left corner?
Have you run the HD write speed test in the console, lower left corner?
- Wed Jan 01, 2025 6:56 pm
- Forum: Blue Iris 5
- Topic: Can Blueiris automatically control a PTZ camera to an track person, car or pet and zoom in on it?
- Replies: 4
- Views: 360
Re: Can Blueiris automatically control a PTZ camera to an track person, car or pet and zoom in on it?
I have had auto-tracking working well 97% of the time for two years on a Reolink TrackMix, but I enabled it in the camera itself. It works reasonably well. I have another camera in BI point the TrackMix to a particular region of interest based on zone crossing to provide a closer view of the event t...
- Mon Dec 30, 2024 9:10 pm
- Forum: General discussion
- Topic: How to fix PTZ Controls Stopped Working (after enabling substreams)
- Replies: 5
- Views: 364
Re: How to fix PTZ Controls Stopped Working (after enabling substreams)
Have you re-run Find/Inspect? That usually re-populated PTZ presets for my PTZ cameras if I had issues.
Don't forget to hit Ok after / if it finds the PTZ.
Don't forget to hit Ok after / if it finds the PTZ.
- Mon Dec 30, 2024 9:03 pm
- Forum: Blue Iris 5
- Topic: Command line/Curl command /admin?db=rebuild help
- Replies: 2
- Views: 288
Re: Command line/Curl command /admin?db=rebuild help
Wouldn't you have to authenticate with the BI on machine #3 before it would accept an admin command? It seems that it throws an exit at a "login" : < Connection: close < Location: /login.htm?page=%2Fadmin%3Fdb=rebuild Manual: Authentication You may add &user=username&pw=password to...
- Mon Dec 30, 2024 8:47 pm
- Forum: Blue Iris 5
- Topic: What is the panoviewer.fastipview.com URL that BI calls?
- Replies: 4
- Views: 405
Re: What is the panoviewer.fastipview.com URL that BI calls?
http://panoviewer.fastipview.com/ leads me to the server test page of DeepStack (localhost:80) You are correct. I should have explored more before asking. A ping to panoviewer.fastipview.com returns 127.0.0.1, localhost. I guess that CPAI adds this record to known hosts table when it is set up. Why...