Search results

  1. P

    Full ALPR Database System for Blue Iris!

    I have a question about the correct plate function. When you correct a plate and enable "Correct all occurrences of this plate number", does it correct the future errors that are occuring? Seems like I am making the same corrections over and over again, which would presume that future errors...
  2. P

    Full ALPR Database System for Blue Iris!

    Thank you for spending time on this request. I think it will be helpful for others down the road if there is more granularity in how MQTT can be sent. I do not think it would work well for the camera name in the payload...which you already have...because any new MQTT message overwrites the old...
  3. P

    CodeProject.AI 2.9.5 w/YOLOv5.NET (GPU/DirectML) memory growth/leak

    Also noticing this. My bandaid solution is to reboot every few days
  4. P

    B54IR-Z4E - Setting focus for Day/Night?

    Was fiddling with it last night. Seems like if I hit apply and refresh a bunch of times it’s sticking. Lol
  5. P

    B54IR-Z4E - Setting focus for Day/Night?

    Did you ever figure this out? I am having trouble getting the day and night focus settings to hold.
  6. P

    Full ALPR Database System for Blue Iris!

    @algertc From Earlier Post: 1) The payload should be sent like how Blue Iris sends things. For instance { "plate_number":"&PLATE", "Image":"&ALERT_JPEG", "camera":"&NAME", "timestamp":"&ALERT_TIME" } comes across as multiple payloads under one topic and sorts nicely on my home automation...
  7. P

    Full ALPR Database System for Blue Iris!

    Does this include the MQTT revisions?
  8. P

    Dual NIC setup on your Blue Iris Machine

    On my setup, I have my IPCAM network locked down using VLANS such that the only way to access the cameras is to be on the Blue Iris PC with the dual NICs. I can remote into that pc using UVNC which makes it more convenient. I would suggest doing something similar. I use Tailscale as my VPN...
  9. P

    CPAI or alternative for a RTX 50 series ??- SOLVED. Also Blue Onyx is sad :(

    @MikeLud1 Turns out my BI server case can not fit the 5060Ti. I went ahead and just replaced the 3060 and it's back up and running nicely.
  10. P

    CPAI or alternative for a RTX 50 series ??- SOLVED. Also Blue Onyx is sad :(

    Im a bit confused. Would I still use the RTX5060ti CUDA 12.8 for the license plate reader module then?
  11. P

    CPAI or alternative for a RTX 50 series ??- SOLVED. Also Blue Onyx is sad :(

    my RTX3060 got fried. Was thinking of upgrading to this RTX5060ti. Is it still recommended to use CUDA 11.8 for this GPU if Im running on windows?
  12. P

    Full ALPR Database System for Blue Iris!

    I got it going. Thanks for working on this. I would like to request a few changes. 1) The payload should be sent like how Blue Iris sends things. For instance { "plate_number":"&PLATE", "Image":"&ALERT_JPEG", "camera":"&NAME", "timestamp":"&ALERT_TIME" } comes across as multiple payloads...
  13. P

    Blue Iris and CodeProject.AI ALPR

    Thanks. I noticed it says this script is for version 2.6.1. Im running 2.9.3. Will it still work correctly?
  14. P

    Blue Iris and CodeProject.AI ALPR

    The link for the cuDNN install script seems to be dead: https://www.codeproject.com/KB/Articles/5322557/install_CUDnn.zip Is there a new link somewhere? I need to install for CUDA 11.8
  15. P

    Full ALPR Database System for Blue Iris!

    @algertc I tried updating using the update.sh script and I don't see any changes. Logs say Im on release 0.1.8. I updated with option stable release. Was I supposed to use nightly release? Or has this new version not been pushed yet?
  16. P

    Full ALPR Database System for Blue Iris!

    For my use case I am not using Home Assistant. I am using another home automation program called HomeSeer. I just need a generic MQTT topic and payload to be sent across the network. I don’t need an image sent. It’s been a while since I updated your program. Are we still using the update...
  17. P

    Full ALPR Database System for Blue Iris!

    One other data point I forgot to mention that is important. Need to also include which camera alerted. Looking forward to testing this out
  18. P

    Full ALPR Database System for Blue Iris!

    For my use case, I would like to be able to send the tag associated with the plate, ie Delivery, Family as well as the the Known Plate data if present, ie Bill's Truck. The plate itself also needs to come over. So I would have at least these three options as choices. Thanks for getting to...
  19. P

    Can I use a spotter cam to trigger an LPR cam to analyze plate data?

    How do you determine the pixel size of the license plate by looking at a clip in BI?
  20. P

    Can I use a spotter cam to trigger an LPR cam to analyze plate data?

    Wait. you can set them up under night and day profiles? ... ok got to go figure that out now.
  21. P

    Can I use a spotter cam to trigger an LPR cam to analyze plate data?

    Update: Didnt seem to take me that long to set up BI motion with crossing two zones and it works well. I can filter out the traffic on the road by using a larger minimum object size. It seems to trigger more quickly than IVS. I was able to reduce the pre and post trigger images on the AI...
  22. P

    Can I use a spotter cam to trigger an LPR cam to analyze plate data?

    Unfortunately the field of views are close. This may not work after all. My family thinks Im crazy driving up and down the driveway all the time trying to get this right. Ive never spent the time to learn the details of BI motion. Ive always used default or IVS on the cam. Guess I'll give...
  23. P

    Can I use a spotter cam to trigger an LPR cam to analyze plate data?

    Thanks for this. I am using the spotter cam as an overview for the delivery code project model. It works great for picking up delivery vehicles. So I would probably clone this cam and use it only for triggering the LPR cam. Curious why it would take so much time for a spotter cam to trigger...
  24. P

    Can I use a spotter cam to trigger an LPR cam to analyze plate data?

    That’s good news on using another cam to trigger. Just need a few hints on how it’s done. Those IVS examples were just a few of many many tries. If I use larger ones I get the street traffic which I’m trying to avoid
  25. P

    Can I use a spotter cam to trigger an LPR cam to analyze plate data?

    I've been trying for weeks to get one of my LPR cams at the front driveway to trigger correctly and ignore the busy street in the background. Im beginning to think its going to be impossible based on the cam position. The cam is in the ground in a cement pole with a fake rock so please don't...
  26. P

    Was tweaking my LPR settings tonight and caught this speeder on my driveway

    Correct. They are pretty destructive to our pine trees. They like to eat the bark off the upper trunk.
  27. P

    2025 New Arrivals From EmpireTech

    Looks to me like it's the headlights that are oscillating. Seen discussion about this on other threads.
  28. P

    Full ALPR Database System for Blue Iris!

    I’m still waiting on MQTT integration for plate data. This is vital for my home automation needs which I prioritize above AI search functions
  29. P

    Criminal spy camera inside Logitech mouse

    Yeah that won’t work with the latest military grade microwave spectrum spy cams.