Search results

  1. MikeLud1

    Full ALPR Database System for Blue Iris!

    The docker-compose.yml does have restart: unless-stopped. Make sure you changed the highlighted passwords https://github.com/algertc/ALPR-Database/blob/main/docker-compose.yml
  2. MikeLud1

    Full ALPR Database System for Blue Iris!

    Does the ALPR-Dashboard folder have the below folders and files
  3. MikeLud1

    Full ALPR Database System for Blue Iris!

    You should only call the Web Request for the Alert.
  4. MikeLud1

    Full ALPR Database System for Blue Iris!

    You need to ctrl + double left click
  5. MikeLud1

    Full ALPR Database System for Blue Iris!

    Make sure you have the below settings
  6. MikeLud1

    Full ALPR Database System for Blue Iris!

    Below is the workflow BI detects motion and sends image to the ALPR module The ALPR module uses the Object Detection module (license plate model) to detect if a license plate is in the image. If no license plate is found in the image the ALPR module returns a JSON that no plates were detected...
  7. MikeLud1

    Full ALPR Database System for Blue Iris!

    Check if your API key changed
  8. MikeLud1

    Full ALPR Database System for Blue Iris!

    Are you also having issues with the API key constantly change.
  9. MikeLud1

    Full ALPR Database System for Blue Iris!

    My log time is fine
  10. MikeLud1

    Full ALPR Database System for Blue Iris!

    I have two Blue Iris servers sending plates to the ALPR Dashboard. Every time I try to update the API key on any of the BI server the API key changes.
  11. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc the API key keeps changing, and I keep on getting kicked out of the Dashboard back to the login page.
  12. MikeLud1

    Full ALPR Database System for Blue Iris!

    It took my system just over 30 minutes to migrate 25K+ images
  13. MikeLud1

    Full ALPR Database System for Blue Iris!

    So far it looks to be working for me
  14. MikeLud1

    Full ALPR Database System for Blue Iris!

    Same thing for me
  15. MikeLud1

    Full ALPR Database System for Blue Iris!

    The migration is failing
  16. MikeLud1

    Full ALPR Database System for Blue Iris!

    Both files were changes with the last update
  17. MikeLud1

    Full ALPR Database System for Blue Iris!

    Did you manually update the two below files before pulling the latest? https://github.com/algertc/ALPR-Database/blob/main/migrations.sql https://github.com/algertc/ALPR-Database/blob/main/schema.sql
  18. MikeLud1

    Raccoon Package Pirate

    Before having his protein bars After having his protein bars
  19. MikeLud1

    Full ALPR Database System for Blue Iris!

    I just redid the new migrations.sql updates and it is working. Maybe I did not save the changes for the new migrations.sql
  20. MikeLud1

    Full ALPR Database System for Blue Iris!

    I get the below after doing this. Also my ALPR Recognition Feed has no records.
  21. MikeLud1

    Which nVidia GPUs are you using?

    FYI .NET(DirectML) will be the winner.
  22. MikeLud1

    Full ALPR Database System for Blue Iris!

    Here is how ChatGPT says to cool it, I estimated about 2 watts for the 2 SDRs and 4 watts for the Raspberry Pi 4 For the Raspberry Pi 4 you can use a heat pipe to transfer the heat outside the box...
  23. MikeLud1

    Full ALPR Database System for Blue Iris!

    Heat transfers from hot to cold so the heatsinks on the outside of the box should be colder then the inside of the box and pull the heat out of the box. The only thing is how efficient is it pulling the heat out of the box might be the issue.
  24. MikeLud1

    Full ALPR Database System for Blue Iris!

    You can add some heatsinks to the outside of the box...
  25. MikeLud1

    Full ALPR Database System for Blue Iris!

    What about an aluminum enclosure and use the enclosure as a heatsink. You can use a short USB extension cables and double sided thermal tape to affix the SDRs to the sides of the enclosure...
  26. MikeLud1

    Full ALPR Database System for Blue Iris!

    UI3 has these, you can check UI3 repo on how he is doing it.
  27. MikeLud1

    Full ALPR Database System for Blue Iris!

    Here is a list of all the TZs https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
  28. MikeLud1

    Full ALPR Database System for Blue Iris!

    It does not, all looks to be working. I added - TZ=America/New_York in both app & db
  29. MikeLud1

    Full ALPR Database System for Blue Iris!

    I made the below TZ adds and the time zone is correct in the log. version: "3.8" services: app: image: algertc/alpr-dashboard:latest restart: unless-stopped ports: - "3000:3000" # Change the first port to the port you want to expose environment: -...