Recent content by VideoDad

  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.