Search results

  1. VideoDad

    Camera is always hitting the AI server

    In addition, if you want static object detection, be sure you type only the model you are using for that camera or else you'll see every installed custom model running.
  2. VideoDad

    Need help with CPAI and delivery.pt

    Which module are you using (YOLOv5 6.2, YOLOv5 .NET, YOLOv8)? I've had the best recognition using the YOLOv8 delivery model. Also, if anyone wants to DM me with any images with false positives or missed detections, I can add them to the next training session. I need images that are clean...
  3. VideoDad

    What does this mean? Are there people connecting to my Blue Iris?

    Anyone want to claim this set-up? Blue Iris Site 1 = http://alts.execmgtsecurity.com:81 Blue Iris Site 2 = http://alts.execmgtsecurity.com:82 CodeProject.AI Dashboard = http://alts.execmgtsecurity.com:83 Home Assistant = http://alts.execmgtsecurity.com:84 ALPR Database =...
  4. VideoDad

    Full ALPR Database System for Blue Iris!

    The app isn't the thing that would do it. You want to set up an incoming VPN so you have an encrypted tunnel into your home network using OpenVPN, Tailscale, Wireguard, ZeroTier, etc. You can then use that for accessing Blue Iris, the ALPR DB, etc. Do NOT do port forwarding. I suggest reading...
  5. VideoDad

    Full ALPR Database System for Blue Iris!

    Thanks for keeping the PLATE method available for those using other APIs like PlateRecognizer. And the MEMO method is working for my delivery detections.
  6. VideoDad

    How to capture multiple plate reads in quick succession?

    Did you add the zones and get it so it triggers when the vehicles are in the middle of the frame? With 12 frames, you've only got 1.2 seconds of footage to find an image with a plate. Plus your processing time is about 5000ms (5 seconds) so it's going queue them up and take about a minute to...
  7. VideoDad

    Full ALPR Database System for Blue Iris!

    There are 3 possible versions: Plate (one plate) Memo (possibly multiple plates) AI dump (possibly multiple plates, plus additional info for each plate). The 3rd is the preferred version and is now mentioned first on the GitHub page. At this point, the comments in the readme about PLATE and...
  8. VideoDad

    How to capture multiple plate reads in quick succession?

    I agree with Mike, rather than triggering just on motion, setup a zone on the left of the screen and the other zone for the right of the screen. Then trigger based on crossing from one to the other. Now the plate should be close to the middle of the screen (or at least fully visible) and AI...
  9. VideoDad

    Full ALPR Database System for Blue Iris!

    You seem to have an HTML encoding of ampersand &. Change that to just & and it should work. However the first version (ai_dump) is the preferred version because it gets additional information such as the position of the plate, confidence level, etc.
  10. VideoDad

    How to capture multiple plate reads in quick succession?

    Can you look at the .dat file in the viewer?
  11. VideoDad

    Full ALPR Database System for Blue Iris!

    Somewhere in the notes for the ALPR Database, it should be mentioned that having a working LPR camera (correctly zoomed and focused, and configured for day and night capture) with the correct AI settings for detecting and recognizing plates in BI is the prerequisite. I wouldn't mind like seeing...
  12. VideoDad

    Full ALPR Database System for Blue Iris!

    Could it be the extra spaces after the colon in ALERT_PATH and ALERT_CLIP?
  13. VideoDad

    Full ALPR Database System for Blue Iris!

    Did you get the latest migration.sql when doing the last update? It sounds like you are missing the most recent DB update.
  14. VideoDad

    How to capture multiple plate reads in quick succession?

    Putting anything in the To Cancel field that isn't an expected object means it will continue processing through all the frames. I was suggesting it be left blank, but maybe that's not necessary now you've lowered the frame count. The AI settings screen has the "Default object detection" turned...
  15. VideoDad

    Full ALPR Database System for Blue Iris!

    I got bitten by this too. I had two reads of the same plate in quick succession and went to remove one and it removed every read that had ever occurred. This is not very intuitive and I'm not sure why it behaves that way.
  16. VideoDad

    How to capture multiple plate reads in quick succession?

    I ran this through the standard object model. It didn't detect the pizza. ☹️
  17. VideoDad

    How to capture multiple plate reads in quick succession?

    Here are a few of my thoughts. You are using a CPU for all your detections. I'm seeing typical times in the 500ms+ range for each call, from looking at your screenshots, sometimes up towards 900ms which is close to 1 full second. You are asking for 20 frames to be tested and quicker than CPAI...
  18. VideoDad

    OpenVPN home IP address

    I have my domain (and several of its subdomains) hosted on CloudFlare. Can you tell me more how you've got yours setup? I'm looking for the best way to have a subdomain set to go to my public IP at home and also get updated automatically if the ISP changes it.
  19. VideoDad

    Dahua Inaccurate Time Related Issues

    Assuming your cameras don't have internet access (they shouldn't), you should have an internal source of network time (NTP server). That could be your NVR, a PC, or your router. In my case, the router (e.g. 192.168.1.1) is setup to be the source of NTP so that's what is configured in the NTP...
  20. VideoDad

    Full ALPR Database System for Blue Iris!

    It's the "roadmap" accessible directly from the top of the dashboard page. It's the 3rd icon that looks like a road.
  21. VideoDad

    Full ALPR Database System for Blue Iris!

    There are some known issues with converting back and forth from local to UTC. There are a couple bugs already written up related to similar problems: https://alprdatabase.featurebase.app/p/dashboard-time-distribution-graph...
  22. VideoDad

    Full ALPR Database System for Blue Iris!

    Out of curiosity, is there a way to see the statistics on number of installs, record counts, earliest read, etc.?
  23. VideoDad

    Full ALPR Database System for Blue Iris!

    Can you try running the migration manually like @hopalong did? https://ipcamtalk.com/threads/full-alpr-database-system-for-blue-iris.79082/post-917256 Also, what do you see in your ALPR DB log (second to last icon)? Are you still seeing database errors?
  24. VideoDad

    What does this mean? Are there people connecting to my Blue Iris?

    Yes, I'm just reminding people that while it may seem convenient, having your computers open via port forwarding is risky. Try putting in your city and state and you might be surprised how many ones you see nearby you.
  25. VideoDad

    Full ALPR Database System for Blue Iris!

    @svalvasori, is your install of ALPR Database on Windows or Linux? Those MD5 hashes do seem to match the latest files. Have you tried rerunning the docker commands from your ALPR folder? docker compose pull docker compose up -d
  26. VideoDad

    Which version of BI are you running with ALPR Database + CPAI?

    I've run this with a much older version of BI and the most recent. And also an older version of CPAI and the most recent. As long as you are seeing plates detected and recording as flagged clips, then it shouldn't matter which versions you are using. The call to the ALPR Database is identical...
  27. VideoDad

    How to enable OpenWeatherMaps on camera video in Blue Iris 5.9.9.32 ?

    They are built-in macros as explained in the help file:
  28. VideoDad

    Full ALPR Database System for Blue Iris!

    You have the exact same symptoms as that earlier thread. Your database schema doesn't seem to be up to date. Can you look in your ALPR folder and post the timestamps of your schema.sql, migrations.sql and docker-compose.yml?
  29. VideoDad

    Full ALPR Database System for Blue Iris!

    Did you do the rest of the steps including the docker compose statements at the end of that post?
  30. VideoDad

    Full ALPR Database System for Blue Iris!

    Sounds like a DB schema issue again. Try the solution presented in post 660 https://ipcamtalk.com/threads/full-alpr-database-system-for-blue-iris.79082/post-914757