Search results

  1. MikeLud1

    Full ALPR Database System for Blue Iris!

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

    Which nVidia GPUs are you using?

    FYI .NET(DirectML) will be the winner.
  3. 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...
  4. 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.
  5. MikeLud1

    Full ALPR Database System for Blue Iris!

    You can add some heatsinks to the outside of the box...
  6. 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...
  7. MikeLud1

    Full ALPR Database System for Blue Iris!

    UI3 has these, you can check UI3 repo on how he is doing it.
  8. 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
  9. 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
  10. 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: -...
  11. MikeLud1

    Full ALPR Database System for Blue Iris!

    I just used my GitHub account to login
  12. MikeLud1

    Full ALPR Database System for Blue Iris!

    Also some car manufactures use 433MHz. https://31inc.com/wp-content/uploads/2019/10/Charts-TPMS-Application-Chart.pdf https://itmtpms.com/wp-content/uploads/2019/04/ITM_APPCHART_040519.pdf
  13. MikeLud1

    Full ALPR Database System for Blue Iris!

    I think 3' is to big for 315MHz, it should be 17.9"
  14. MikeLud1

    Full ALPR Database System for Blue Iris!

    For auto-tagging have a rule that you can set if a plate shows up 3 (make it adjustable) times in 15 (make it adjustable) minutes tag it as Suspicious (have it user editable)
  15. MikeLud1

    Looking for a DOME PTZ Camera (ANY BRAND)

    https://empiretech01.com/products/empiretech-4mp-25x-starlight-ir-network-ptz-camera-ptz425db-at https://ipcamtalk.com/threads/review-sd4a425db-hny-1-2-8-cmos-4mp-25x-starlight-auto-tracking-miniptz.67235/
  16. MikeLud1

    Wow! This guy is genius!

    You do not need VLC to connect, I used Brave
  17. MikeLud1

    Wow! This guy is genius!

  18. MikeLud1

    Wow! This guy is genius!

    I am connected to one
  19. MikeLud1

    My Question Is How?

    On my way in to work my new dashcam captured this.
  20. MikeLud1

    Comparing object detection YOLOv5 6.2 with YOLOv8

    Just to let you know that the V5 models are not compatible with the V8 module and V8 models are not compatible with the V5 module. You should only have one Object Detection module enabled Also uncheck Auto start/configure: this causes issues with CodeProject.AI, it was added for DeepStack.
  21. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc the Insight Most active time does not show the correct Most active time.
  22. MikeLud1

    Comparing object detection YOLOv5 6.2 with YOLOv8

    The custom models are not showing up in the custom model list, restart Blue Iris service and it should update
  23. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc It does work when disabling Live Update Another issue is the Camera Filter looks to be a wildcard filter and does not filter Cameras if it contains same texts.
  24. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc I do not think it is a bug but when you have Live Update enabled the Hour Range filter is useless, you can not set the range.
  25. MikeLud1

    Full ALPR Database System for Blue Iris!

    So far I have not had anymore issues with the API Key.
  26. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc Clear Filters is missing from the Plate Database. Also the ALPR Recognition Feed Date Range filter is buggy, it works fine in the Plate Database.
  27. MikeLud1

    Full ALPR Database System for Blue Iris!

    I might have a Make & Model model working needs more testing, the last image the model predicted a Toyota Camry as a Cadillac CTX
  28. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc some more ideas for enhancements Have the Area Chart - Interactive show each camera (for users that have more then one camera) Have the First Seen and Last Seen show the full date and time Add a Camera Filter (All, Camera1, Camera2, ...) to the License Plate Dashboard
  29. MikeLud1

    Full ALPR Database System for Blue Iris!

    You can click on the top to view all plates
  30. MikeLud1

    Full ALPR Database System for Blue Iris!

    It works for me after the update, did you update the docker-compose.yml and migrations.sql files before update the Docker container.