Search results

  1. P

    Full ALPR Database System for Blue Iris!

    You can try expanding the macro in BI and see what it does. https://ipcamtalk.com/threads/full-alpr-database-system-for-blue-iris.79082/post-954709
  2. P

    Full ALPR Database System for Blue Iris!

    The app is 2 parts, the database and the dashboard. From a previous screenshot, it was showing that the dashboard was chewing up all of the CPU while the database was basically idle. Have you checked the logs on the dashboard to see what it's actually doing? If things are normal, you should...
  3. P

    Full ALPR Database System for Blue Iris!

    maybe try limiting the cpu and mem on your docker compose and see what happens when it hits those limits.
  4. P

    Full ALPR Database System for Blue Iris!

    From your screenshots, looks like whatever is chewing up all of the cpu cycles is the alprdashboard and not the database. Have you looked at the logs on the dashboard to see what it's doing? Not sure about Windows, under Linux, the dashboard is pretty idle (but maybe you live on a busy street...
  5. P

    Full ALPR Database System for Blue Iris!

    Maybe it's a windows update that broke it? I'm and Linux and no issues so far, and the latest release of ALPR database is still v0.1.9 (8/15/2025).
  6. P

    Blue Iris on Linux

    I haven't tried this, but heard a lot of ppl are using it for Windows apps on Linux. https://www.winboat.app/
  7. P

    Full ALPR Database System for Blue Iris!

    Correct on correct plate. Confirm AI Label means you've fixed the incorrect read. It doesn't do anything else besides setting that flag in the database. There is no automated function to retrain the AI model--this is difficult to do.
  8. P

    Blue Iris on Linux

    Yes
  9. P

    Looking for 10x optical zoom as cheap as possible

    https://ipcamtalk.com/threads/vigilant-solutions-vsr-60-02mp1-ip-camera-ipc262er9-x10du-24v-1-5a-50-60hz.80818/page-2 These come up from time to time for around $30. I couldnt find the mic on the PCB, but it might be somewhere on the lens module.
  10. P

    Vigilant Solutions VSR-60-02MP1 IP Camera IPC262ER9-X10DU 24V, 1.5A, 50/60Hz.

    https://www.amazon.com/OOSSXX-Metal-Aluminum-Universal-Waterproof/dp/B09PBFSVWR This sort of fits, I think it uses the 4 holes on the edge, and skips the other 2. It's easier if you cut most of the cables you won't end up using (or at least trim them down to size).
  11. P

    Vigilant Solutions VSR-60-02MP1 IP Camera IPC262ER9-X10DU 24V, 1.5A, 50/60Hz.

    Maybe it's there to prevent it from focus hunting.
  12. P

    Vigilant Solutions VSR-60-02MP1 IP Camera IPC262ER9-X10DU 24V, 1.5A, 50/60Hz.

    I think there IR lamps have a far and near power setting so that you can get more light into the background w/o blowing out the foreground.
  13. P

    It appears Ring Cameras can be useful afterall

    Who ordered the fish tacos?
  14. P

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    that's it?! Thanks, will give it a shot.
  15. P

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Does anyone know how to calibrate the vehicle speed calculation?
  16. P

    Flock installed LPR's without permits and has now been banned from operating in two states

    You are 100% correct, I see this happening all the time too, once it warms up, there will be more stolen cars doing sideshows and then after they are done, they set the car on fire. The cops when it's over.
  17. P

    Full ALPR Database System for Blue Iris!

    The database is tiny, and will depends on the number of vehicles detected. I have about 163K reads, 21K unique plates, and my db is around 42MB and images around 46GB.
  18. P

    Hey Brown University

    None of your cameras work? Ask away.
  19. P

    Full ALPR Database System for Blue Iris!

    The errors would probably have been sent to the console during the install. You can try to get on the console of your postgres database and see if you can drop the database and recreate it using the schema on github. https://github.com/algertc/ALPR-Database/blob/main/schema.sql dropdb -U...
  20. P

    Full ALPR Database System for Blue Iris!

    It looks like BI is sending the right data to the dashboard, but it can't write the data to the database. Did you install this with the install script? Did it give you any warnings or errors? Maybe the schema is an older version?
  21. P

    We Hacked Flock Safety Cameras in under 30 Seconds. - Benn Jordan

    I'm not at all suggesting that there is an easier way. https://www.amazon.com/NEWFLY-Extension-Adaptor-Adjustable-Sprayer/dp/B0F32V3P2R/ref=sr_1_9?sr=8-9
  22. P

    Full ALPR Database System for Blue Iris!

    Can you try turning off object detection? I had a similar issue, I believe it was caused by either a bug in BI or the database. https://ipcamtalk.com/threads/full-alpr-database-system-for-blue-iris.79082/post-952527 I worked around it by turning off objection.
  23. P

    Full ALPR Database System for Blue Iris!

    I'm not sure if it matters, but you seem to have some spaces between the JSON pairs, maybe try removing those and see if it helps? Other than that, your string looks correct to me. Add alert list set to DB only should cause any issues, it will still make the on alert call.
  24. P

    Full ALPR Database System for Blue Iris!

    What's your On Alert string? Are you running it on the same computer? What version of BI?
  25. P

    Full ALPR Database System for Blue Iris!

    I think you might get more help if you provided some details about your setup.
  26. P

    IP Camera line in Microphone

    Post a pic of your setup once you have it done, I've been thinking about doing the same to get better audio.
  27. P

    Pickleball/Tennis "Line Judge" CPAI?

    Maybe Frigate + your cheap $30 camera could be lower cost. Frigate can run on a very low end PC, old laptop, and no license cost.
  28. P

    Loosing my patience with BI, what have they done to it..

    Most of my BI upgrades turn ugly, but 5.9.9.73 seems to be very stable.
  29. P

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Maybe it's a failed update? Because it's the same driver version as the last time.
  30. P

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Mike, It crashed again today. Looks like it's triggered by windows update, one of these 3 components: Is anyone else getting these updates and survive them? Thanks