Search results

  1. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc out of the blue the API Key changed, I did the update this morning and everything was working fine then at about 1:00pm the ALPR-Dashboard stop logging plates. What I found is the API Key changed.
  2. MikeLud1

    Full ALPR Database System for Blue Iris!

    Did you add the Known Plate by clicking on the plus sign
  3. MikeLud1

    Best Dash Camera 2024

    Since I did not mount the dash cam yet I just used a USB type C power adapter. You can buy an extra base. https://www.amazon.com/VIOFO-Module-A229PRO-PLUS-Dashcam/dp/B0DMN8M5HF?gQT=1
  4. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc the Changelog is blank.
  5. MikeLud1

    Blue Iris and CodeProject.AI ALPR

    post a screenshot of orange pi CodeProject.AI Dashboard, like the below screenshot.
  6. MikeLud1

    Best Dash Camera 2024

    I received my VIOFO A329 today. I was able to pull a RTSP steam from it and add a camera to Blue Iris. The stream is only at 640x360 at 30FPS.
  7. MikeLud1

    Which nVidia GPUs are you using?

    The GTX 980 TI would be faster
  8. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc when are you going to release the next update? Thanks Mike
  9. MikeLud1

    Full ALPR Database System for Blue Iris!

    You can change it in the settings
  10. MikeLud1

    Full ALPR Database System for Blue Iris!

    Try this import requests import base64 from datetime import datetime, timezone # File path for the image image_file_path = 'test.jpg' try: # Open the image file in binary mode and encode it as Base64 with open(image_file_path, 'rb') as image_file: encoded_image =...
  11. MikeLud1

    Best Dash Camera 2024

    You guys are a bad influence. I just ordered the VIOFO A329. https://www.amazon.com/dp/B0DKDXY5HP?ref=ppx_yo2ov_dt_b_fed_asin_title
  12. MikeLud1

    CodeProject.AI Version 2.9.0

    Does it work if you run a test like below
  13. MikeLud1

    Full ALPR Database System for Blue Iris!

    Most likely a Software-defined radio (SDR) like the below...
  14. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc can you add the Tag and Known Plates Name to Top 5 Plates (24h).
  15. MikeLud1

    Full ALPR Database System for Blue Iris!

    The reason is not to clutter up the database with plates I do not care to track. Also I do not want the plates to show up on the Top 5 Plates (24h) because I know who the plate belongs to. In my ALPR camera field of view I have parked cars that are family and this plate can have over 1000 reads...
  16. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc can you add the ability to excluded a Tagged and/or Known plate from adding it to the database, for example a plate that is tagged Family
  17. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc I am see the same issue, it is not on the main dashboard it is when you view the Insights for a plate.
  18. MikeLud1

    This is gonna be expensive

    FYI this is what motivated me to get a IPC-HFW5241E-Z12E camera and create my ALPR program. If I had my current setup I might of captured his rear plate.
  19. MikeLud1

    This is gonna be expensive

    He must be related to this guy, at least he did not take off like mine did. https://ipcamtalk.com/threads/what-the-f-crazy-driver-crashes-into-my-brick-fence.58768/
  20. MikeLud1

    Which nVidia GPUs are you using?

    Amazon has low profile RTX 3050s...
  21. MikeLud1

    Which nVidia GPUs are you using?

    You can look at the RTX 3050 or 3060
  22. MikeLud1

    CodeProject.AI Version 2.9.0

    The custom models has labels removed from the models for example (bench, handbag and many more) so if you do not need to detect them it will eliminate false positives also they are more accurate. The first detection is always slow because it loads the model into the memory, once it is in the...
  23. MikeLud1

    Youtube is at it again...

    This looks to fix Brave for me https://community.brave.com/t/ad-block-not-working-anymore-on-youtube/586778/75
  24. MikeLud1

    Youtube is at it again...

    I am using Brave, so YouTube does not want you to use an ad blocker but has ads for ad blockers.
  25. MikeLud1

    Blue Iris Updates - Official Thread

    I just went to update and it looks like Ken pulled the update
  26. MikeLud1

    Have you switched from DeepStack to CodeProject.AI? Poll

    You do not need to uninstall YOLOv5 6.2 just stop it
  27. MikeLud1

    Have you switched from DeepStack to CodeProject.AI? Poll

    Give Object Detection (YOLOv5 .NET) a try it will be faster then yolov5 6.2.
  28. MikeLud1

    CodeProject.AI Version 2.9.0

    https://www.codeproject.com/
  29. MikeLud1

    CodeProject.AI Version 2.9.0

    https://github.com/codeproject/CodeProject.AI-Server/discussions
  30. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc thanks for the fix, it working now.