Recent content by prsmith777

  1. 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...
  2. 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.
  3. 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?
  4. 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?
  5. 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...
  6. 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?
  7. 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
  8. 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?
  9. 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...
  10. 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
  11. 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...
  12. 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?
  13. 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.
  14. 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...
  15. 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...