Search results

  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.
  16. svalvasori

    Full ALPR Database System for Blue Iris!

    Completed. Error messages stay the same, complaining about the ON CONFLICT statements; of which there are only 2. I read some of the docs and it seems to indicate there is nothing unique to indicate a single row - but I'm certainly no DBA or developer.
  17. svalvasori

    Full ALPR Database System for Blue Iris!

    I downloaded directly from GitHub and compared md5 between the new and existing files, no difference. root@alpr:/opt/ALPR_Database# md5sum new/* 68299a0cc953f95cf27525b3c3023d41 new/migrations.sql 9caab0fb987b904a13f3e325f5fa5fbe new/schema.sql root@alpr:/opt/ALPR_Database# md5sum *.sql...
  18. svalvasori

    Full ALPR Database System for Blue Iris!

    I've done this: root@alpr:/opt/ALPR_Database# docker compose down [+] Running 3/3 ✔ Container alpr_database-app-1 Removed 1.2s ✔ Container alpr_database-db-1 Removed...
  19. svalvasori

    Full ALPR Database System for Blue Iris!

    68299a0cc953f95cf27525b3c3023d41 migrations.sql 9caab0fb987b904a13f3e325f5fa5fbe schema.sql
  20. svalvasori

    Full ALPR Database System for Blue Iris!

    That was my first thought, but it all looks okay and is using the same switch as other cameras. But I don't think it's related to this issue since the no stream appears exactly after each attempt to send data to ALPR.
  21. svalvasori

    Full ALPR Database System for Blue Iris!

    Just doing that for now so I can drop them in the AI tool to see what it see's. I found it interesting that only the trigger zone part of the image is sent to AI. As a tuning later, I was wondering if it can be setup with two zones, one for detection and a larger area that gets sent to the AI...
  22. svalvasori

    Full ALPR Database System for Blue Iris!

    Built an Ubuntu server VM on a different machine, did the install based on the instructions at alprdatabase.org, and still I see the same issue as was there on my Blue Iris Windows box. Identify plate correctly with CPAI: Not sure what 'No Stream' indicates - maybe that's my issue? I'm...
  23. svalvasori

    Full ALPR Database System for Blue Iris!

    Thanks. Other than the data sent as the alert - the windows instruction are the same as on GitHub
  24. svalvasori

    Full ALPR Database System for Blue Iris!

    Have now deleted everything in the ALPR directory and removed the containers/images. New install (as per GitHub Command) and still see the errors even before any plates sent.
  25. svalvasori

    Full ALPR Database System for Blue Iris!

    This is after running the update script. Still have the same issue.
  26. svalvasori

    Full ALPR Database System for Blue Iris!

    ok - I had used the one on the GitHub instructions. I've changed it to the one above, the log messages looks about the same other than I don't see the plate details in it. I'm assuming it's in the ai_dump. Still, the results are the same. 2025-03-22 08:13:42 POST /api/plate-reads 2025-03-22...
  27. svalvasori

    Full ALPR Database System for Blue Iris!

    Restarting the containers? I did.
  28. svalvasori

    Full ALPR Database System for Blue Iris!

    I replaced the file and restarted via Powershell, no change, the same errors persist. If it makes a difference, I installed ALPR before CPAI, or CUDA or any of that stuff - I mistakenly thought I just passed images to ALPR.
  29. svalvasori

    Full ALPR Database System for Blue Iris!

    Home Assistant is disabled. Installed as it was told on GitHub:
  30. svalvasori

    Full ALPR Database System for Blue Iris!

    I have plates working in CPAI and trying to send to ALPR database. I'm seeing these errors on the alpr-app-1 container: Received plate read data: { 2025-03-21 21:17:41 plate_number: 'CZCC 641', 2025-03-21 21:17:40 Error processing request: error: there is no unique or exclusion constraint...