Recent content by VideoDad

  1. 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.
  2. 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...
  3. 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/
  4. 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?
  5. 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...
  6. 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...
  7. 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...
  8. 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.
  9. 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...
  10. 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...
  11. VideoDad

    Full ALPR Database System for Blue Iris!

    @algertc, I went ahead and did an update using the ps1 script and it does appear that this list of updates is there. Do you have any further info on the next big release and when it might be arriving?
  12. VideoDad

    Full ALPR Database System for Blue Iris!

    Let's go back a step. Are you calling the ALPR module (CodeProject.AI) correctly? Are you getting plates detected and returning the plate value in Blue Iris?
  13. VideoDad

    Full ALPR Database System for Blue Iris!

    Are these updates already available for download? And what's the timing on the next big release?
  14. VideoDad

    Full ALPR Database System for Blue Iris!

    Is it possible your database password isn't set correctly?
  15. VideoDad

    Full ALPR Database System for Blue Iris!

    You shouldn't be getting an error about JSON. Are you sure you changed it to the following? { "plate_number":"&PLATE", "Image":"&ALERT_JPEG", "camera":"&CAM", "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": "&ALERT_CLIP", "timestamp":"&ALERT_TIME" }