Search results

  1. P

    Acceleration for Built-in AI?

    You might want to try one of the laptops with a built-in nvidia GPU, like this one...
  2. P

    Full ALPR Database System for Blue Iris!

    I think you and I have the same kind of neighbors. Mine also likes to go skiing and never wash their truck's plate. I would also love to have this feature, for the same reasons.
  3. P

    Acceleration for Built-in AI?

    I'm not a windows guy, but this is probably what I would use Process Explorer - Sysinternals
  4. P

    Acceleration for Built-in AI?

    Not sure if CPAI is lying, but it doesnt seem to use much vram.
  5. P

    Full ALPR Database System for Blue Iris!

    For this application, I dont think it matters. I have a RTX3000 (Turing architecture) with 6GB of vram.
  6. P

    Full ALPR Database System for Blue Iris!

    I had CPAI running on an 11th gen i3 and used the iGPU, and with Mike's YOLO v11 DirectML code, it was very good. Inference times were around 80-100ms. On another system, I'm running on an 11th gen laptop with an Nvidia GPU in Proxmox and it's 25ms with 4 cameras. The laptop is basically...
  7. 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
  8. 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...
  9. 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.
  10. 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...
  11. 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).
  12. 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/
  13. 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.
  14. P

    Blue Iris on Linux

    Yes
  15. 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.
  16. 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).
  17. 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.
  18. 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.
  19. P

    It appears Ring Cameras can be useful afterall

    Who ordered the fish tacos?
  20. P

    New CodeProject.AI License Plate Recognition (YOLO11) Module

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

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Does anyone know how to calibrate the vehicle speed calculation?
  22. 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.
  23. 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.
  24. P

    Hey Brown University

    None of your cameras work? Ask away.
  25. 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...
  26. 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?
  27. 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
  28. 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.
  29. 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.
  30. 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?