Recent content by svalvasori

  1. svalvasori

    Full ALPR Database System for Blue Iris!

    This probably has to do with the above and is likely an issue with my install somehow. It's 10:30AM - 15:56 and 15:58 timestamps say 'Today'; clearly that time has not come yet. Any idea where this is getting mixed up?
  2. svalvasori

    Full ALPR Database System for Blue Iris!

    Another observation is the histogram display on the dashboard - is it possible to have an option where it is displayed as the past 24hrs in chronological order? (Not sure if that's actually what you call it). So if it's 17:00 when I look at it the chart X axis shows 17:00 (yesterday) to 17:00...
  3. svalvasori

    Full ALPR Database System for Blue Iris!

    When I have a parked car and it gets a lot of entries in the database, if I click on that from the dashboard (where it's listed at the top with the number of plates), I get a list of database rows for the plate. If I select delete next to one plate, I get this message: Which to me indicates one...
  4. svalvasori

    Full ALPR Database System for Blue Iris!

    It was 12hr time, I switched to 24 and it had the issue in both. I have Toronto on some and New_York on the other. Same actual timezone. I'll switch it to Toronto just in case.
  5. svalvasori

    Full ALPR Database System for Blue Iris!

    Thanks - I don't think I've seen that site before.
  6. svalvasori

    Full ALPR Database System for Blue Iris!

    looks like mine is already set to New_York, which is good.
  7. svalvasori

    Full ALPR Database System for Blue Iris!

    My histogram timing doesn't align with the plates for some reason. I've checked the timezone on the app and db containers and also my BI PC and all are EST. For instance, you see at 21:00, it say 8 plates were captured. But when I click on the 18:00 blue line it shows me 3 plates that are...
  8. svalvasori

    Parked Cars & Trigger Zones

    That's almost exactly what I was using, but then realized that the motion zone was the only part of the image used for AI recognition. If the plate is outside of that, it doesn't read the plate. Like this: Also wondering about parked cars? I got the same plate 70 times tonight of a parked car...
  9. svalvasori

    Parked Cars & Trigger Zones

    1. How does everyone deal with parked cars? Unless the new car happens to block the parked car's plate, I get two plates. I'm sending the data to ALPR, is that where the MEMO field comes into play or can I ignore static objects somehow? 2. What is the most successful motion settings/zones for a...
  10. svalvasori

    Full ALPR Database System for Blue Iris!

    It was this: :facepalm: { "ai_dump":&JSON, "camera":"&CAM", "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": "&ALERT_CLIP", "timestamp":"&ALERT_TIME" } I must have removed the image all together when I was troubleshooting this. Thanks for making me check! All better now.
  11. svalvasori

    Full ALPR Database System for Blue Iris!

    Done and no luck. Still no images
  12. svalvasori

    Full ALPR Database System for Blue Iris!

    Now that i'm digging into images, I see I have images and thumbnails from the past 2 days, but not today. Do those red circles mean error? I see they didn't copy. next to "Starting revalidation" and "Revalidation Completed" are red circles in the logs. 3/25/2025, 3:45:08 PM [INFO] Received...
  13. svalvasori

    Full ALPR Database System for Blue Iris!

    New question, now that I'm excited to have this functioning :-). None of the images are coming through - is that a setting on BI? Is there a max supported resolution?
  14. svalvasori

    Full ALPR Database System for Blue Iris!

    Scratch that. Apparently that did some good since I have my first few plates in. I thought most of this was a fail. root@alpr:/opt/ALPR_Database# docker exec -it alpr_database-db-1 psql -d postgres -U postgres -f /docker-entrypoint-initdb.d/schema.sql SET SET SET SET SET set_config ------------...
  15. svalvasori

    Full ALPR Database System for Blue Iris!

    Help me understand where to run the psql command. I'm thinking you mean inside the alpr_database-db-1 container. I tried that with docker exec without luck, so I'm going to need additional help with that.