Recent content by VideoDad

  1. VideoDad

    5.9.9 - January 17, 2025 - More Pre-6.0 feature releases

    When you get to the last digit of that, does it then roll over to 6.0.0.0?
  2. VideoDad

    Full ALPR Database System for Blue Iris!

    As I found, that doesn't seem to work until a user is manually logged in. So I have to RDP to the BI machine which logs in as a user, and then starts the docker engine. Again if anyone knows of a way to do this automatically in Windows (short of disabling user credentials) several of us would...
  3. VideoDad

    Full ALPR Database System for Blue Iris!

    I asked about running docker as a service in Windows awhile ago, but wasn't able to find a solution. If you figure something out, let me know. https://ipcamtalk.com/threads/full-alpr-database-system-for-blue-iris.79082/post-899295
  4. VideoDad

    Full ALPR Database System for Blue Iris!

    So @algertc, what's in the next update? Are you working on the AI integration? Or auto correction of plates? I'd also like to put in a reminder request for a method of creating rules for notifications, etc. If anyone else agrees, please add an upvote to this roadmap entry...
  5. VideoDad

    Full ALPR Database System for Blue Iris!

    There's a feature request in the roadmap for this: https://alprdatabase.featurebase.app/p/allow-for-misread-plates-to-forward-to-the-correct-plate
  6. VideoDad

    First Impressions of the new AI LPR camera

    For direction of travel, in my case I have two zones (left and right) with motion triggered from A>B. Then I cloned the camera and changed it to B>A. So I end up with two virtual cameras with cars traveling one way detected on the first and in the other on the second.
  7. VideoDad

    Recommend me a camera that can zoom

    A camera that only can zoom is always centered on the middle of the view. In your case you want that to be the bus stop which is up and to the left. If you zoomed the view pictured, you'd be looking at your immediate neighbor's mailbox and driveway. If you moved the camera so it was centered...
  8. VideoDad

    First Impressions of the new AI LPR camera

    Don't forget the awesome ALPR DB system that @algertc has created. If people are recognizing plates but not yet logging them into a database, this is definitely something to consider. https://ipcamtalk.com/threads/full-alpr-database-system-for-blue-iris.79082/
  9. VideoDad

    Recommend me a camera that can zoom

    The problem I see is that area is not in the center of your current view. If all the camera can do is zoom, then you'd need the zoomed in and zoomed out views to have the same center. So a PTZ instead?
  10. VideoDad

    The Typical picture of a Perp on Nextdoor-type Apps with Consumer Grade Cameras like Ring, Nest, Arlo, Canary, Wyze, etc.

    From Nextdoor: "Last night someone robbed a home on [redacted] around 9:03pm. There are plenty of good quality cameras on this court, the low life loser pieces of S, WILL get caught, that’s for certain. They had to scale a fence and knew what they were going after in the home. It was more than...
  11. VideoDad

    Full ALPR Database System for Blue Iris!

    I'm using Plate Recognizer for my detections and it is not infallible either. There are times with changing lighting conditions, physical obstructions, etc. where it gets a "close" but slightly wrong plate. Whether it be a database of corrections that have been made previously that it can auto...
  12. VideoDad

    Full ALPR Database System for Blue Iris!

    The place where I see the ALPR database having an advantage over just BI (whether it be an MQTT message or a notification) is that ALPR can do some lookup of the plate and add enriched data (such as fixing poor recognition with a fuzzy lookup), adding tags, checking for flagged vehicles, adding...
  13. VideoDad

    Full ALPR Database System for Blue Iris!

    I am not using MQTT. Anyway, I reran migrations.sql and it added the missing table(s) and plate reads are going through again.
  14. VideoDad

    Full ALPR Database System for Blue Iris!

    I ran the update.ps1 script on Friday and it looked like everything was working. However, I'm getting errors about 'mqttnotifications' doesn't exist and I haven't been getting plate reads for a couple days. I'll try manually updating migrations.sql to see if that fixes it. I'd recommend that...
  15. VideoDad

    Full ALPR Database System for Blue Iris!

    Before even considering the ALPR Database you need: 1) A camera capable of getting close-up photos of license plates, with the right settings for day and night, high shutter speed, gain, etc. 2) A working Blue Iris setup where the camera is configured and sending data into BI. 3) The camera...