Search results

  1. VideoDad

    Full ALPR Database System for Blue Iris!

    That's a good idea. I used that for another app that wasn't a service.
  2. VideoDad

    Full ALPR Database System for Blue Iris!

    I'll check again but I think that only works after one logs in rather than running without someone logging in. Anyone else running it on the same Windows machine as BI?
  3. VideoDad

    Full ALPR Database System for Blue Iris!

    Unfortunately that only changes the password that is sent to the database, not what the database expects. That's how I was able to get it working by sending the default 'password' but I'd rather change it to something that's not the default.
  4. VideoDad

    Full ALPR Database System for Blue Iris!

    Thanks @MikeLud1, that did the trick! It also made me realize why nothing was going into the database previously because I only changed the default database password in one place and it looks like it needs to be changed in two places during setup. Do you know of an easy way to get into the...
  5. VideoDad

    Full ALPR Database System for Blue Iris!

    And yet one more request for help. I've got a list of plates and images that I would like to bring into the ALPR database. I'm trying to write a python program to call the API, but I'm apparently not clear on the format. Here's what I tried and got a 500 error. import urllib.parse import...
  6. VideoDad

    Full ALPR Database System for Blue Iris!

    I've just got around to installing this on the Blue Iris machine. I installed Docker Desktop for Windows as recommended, did all the steps and it was up and running. Overnight, the box rebooted for some reason, but the Docker Desktop (and hence the ALPR Database container) did not restart. My...
  7. VideoDad

    Smartthings automation

    Have you gone through all the steps above to diagnose an issue? I don't see any reason the latest version wouldn't run on Windows 11. But to answer your question, I don't believe @TAustin is actively developing EdgeBridge; it's been chugging along for several years without needing updates on my...
  8. VideoDad

    Custom Models for CPAI

    The YOLOv5 .NET module is pretty good on a CPU. Then you'll have access to the ipcam-combined model and its objects (person, bicycle, car, motorcycle, bus, truck, bird, cat, dog, horse, sheep, cow, bear, deer, rabbit, raccoon, fox, skunk, squirrel, pig)
  9. VideoDad

    Custom Models for CPAI

    Have you started one of the Yolo modules?
  10. VideoDad

    Custom Models for CPAI

    It should already be installed with CPAI. First on the AI settings tab, turn on custom models. (You also might as well turn off the default object models). For each camera, under the AI settings, type "ipcam-combined" as the custom model. Then type the items you want to detect under "To...
  11. VideoDad

    Smartthings automation

    SmartThings could natively support the ability for devices on the LAN (e.g. cameras or Blue Iris) to talk back and forth. But for the sake of security, they try to prevent Edge drivers having that ability. The Edge Bridge is a community member's workaround for that and I think it works pretty...
  12. VideoDad

    After renewing subscription BI5 99% CPU

    That is still high. Check the CPU optimization guide: https://ipcamtalk.com/wiki/optimizing-blue-iris-s-cpu-usage/
  13. VideoDad

    Smartthings automation

    Have you gone through the diagnostic steps I listed in the various posts above? It could be a lot of things from a Windows update, a SmartThings hub update, a network reboot, etc.
  14. VideoDad

    Codeproject AI and false positives

    For one, I no longer use the default object models (turn off on the AI settings page). I don't need to be detecting fire hydrants, parking meters, giraffes, frisbees, etc. Instead I choose one of the custom models (usually ipcam-combined, or ipcam-general) and configure the camera for those...
  15. VideoDad

    Code Project AI general configuration and alerts

    First, what are your global AI settings? I'm assuming, from your camera settings, you're using the default object model and not custom models? Also, it's odd that you've got just person and bicycle, but are trying to mark as vehicle for objects you're not even trying to detect. Anyway, the...
  16. VideoDad

    Help with deepstacks.

    Another few things: It looks like you have default object detection turned off. You'd might want to switch to 1 instance of Deepstack until you are sure it is working. Finally check the DS logs and consider turning on 'Save Deepstack Analysis' so you can check whether it is finding the clips you...
  17. VideoDad

    Help with deepstacks.

    Doesn't Deepstack normally run on port 5000? Is there a reason you are overriding that to use 82? Sorry, it's been quite awhile since I ran DS having switched to CPAI quite awhile ago.
  18. VideoDad

    First LPR Layout. Feedback?

    I would consider still bringing the cameras lower, maybe 9'-12'? Also, do you have pictures from the respective candidate locations, day and night?
  19. VideoDad

    Electrical Inspection Wall Of Shame

    But at least it doesn't let water get stuck in the bend in the pipe... because nobody wants that!
  20. VideoDad

    Blue Iris CodeProject AI Custom Model Setting

    You definitely want to pick a specific custom model for each camera. Technically you can run multiple models but for performance reasons, I find it best to pick a single model. First, read through the list of possible custom models and choose the one model you want to use on that camera...
  21. VideoDad

    CPAI Custom Models help

    First you need to enable custom models on the global AI settings tab. While you are there, turn off the default object detection. Now go to the camera settings and fill in the settings for the custom model you want to use. There are two possible custom models already loaded with CPAI that you...
  22. VideoDad

    Blue iris cpu usage when camera are triggered?

    I would guess that your AI settings aren't tuned correctly. You probably have the default object model and all the custom models firing concurrently on each camera. You generally only want one model per camera. Plus it's also possible that you don't have CodeProject.AI configured with a module...
  23. VideoDad

    HDMI output specific cameras

    It's a much older NVR that I use as a backup. I'm not even sure it's still made. But it's a Hikvision DS-7616NI-E2/16P
  24. VideoDad

    HDMI output specific cameras

    I have that view too (it's called 1+7 because it has 1 large view and 7 smaller views). But it also has a 1+5.
  25. VideoDad

    HDMI output specific cameras

    I have a Hikvision that has a 1+5 view (with the first camera showing double sized and the other 5 in a smaller size along the right and bottom edges). But typically you don't get to define much if the layout. The best I can suggest is you move cameras 7 and 8 to spots 9 and 10, so they aren't...
  26. VideoDad

    Are Evaluation Versions Now Fully Functional?

    The evaluation version isn't limited except for the "Evaluation" watermark. Since it was released, direct-to-disk has been an available feature in both evaluation and registered modes.
  27. VideoDad

    Eclipse April 8th. 2024

    My sister lives in VT in the path of totality. Her neighbor (Adam) took these pictures on his Nikon.
  28. VideoDad

    CodeProject.AI Version 2.5

    Thanks for the update @MikeLud1. I don't know if you saw my question on another thread about incorporating my "delivery" custom model into the CPAI install. I was just wondering if you know when that might be happening. When it does how does one see the updated models? Also, if I make updates in...
  29. VideoDad

    CodeProject.AI Version 2.5

    I have the same question for ipcam-combined.
  30. VideoDad

    CodeProject.AI Version 2.5

    I don't believe that BI has any reason to make calls to the Background Remover module.