Search results

  1. P

    Stop analyzing when confirmed

    Thanks for the suggestion, I'll give it a shot. I moved back to .29 from .33 and it's no longer canceling the alerts. I added "confirm: *" to the config (it was blank before) and "fire only on confirmed" (was set to always). I am not sure if these were the needed changes, or if .29 is good.
  2. P

    Which version of BI are you running with ALPR Database + CPAI?

    I'm struggling with a number of issues, and they've changed over the last few months with each release. My main instance is .24 and aside from not processing about 2-4% of the plates, it's been super solid. This issue is said to be fixed in new versions, but each version after .24 has had...
  3. P

    Full ALPR Database System for Blue Iris!

    I don't want to clutter up this thread, but if you can take a quick poll of the version of BI you are running, I'd appreciate it. https://ipcamtalk.com/threads/which-version-of-bi-are-you-running-with-alpr-database-cpai.81001/ Pls reply in that thread, thanks
  4. P

    Which version of BI are you running with ALPR Database + CPAI?

    If BI and ALPR Database is working well for you, please share which version of BI you are running. Well = BI behavior is consistent, it handles calls out to CPAI without failures and the motion triggers all work as expected, and you are running on the recommended HW. For this poll, I am only...
  5. P

    Stop analyzing when confirmed

    ...glad I found this post. In 5.9.9.33 it seems to cancel very aggressively, my ALPR catches are down 50% because it no longer waits for the vehicle to get into frame.
  6. P

    Full ALPR Database System for Blue Iris!

    Can you post the md5sum of your migrations.sql and schema.sql files? pdp11:/alprdash-lift# md5sum migrations.sql schema.sql 68299a0cc953f95cf27525b3c3023d41 migrations.sql c11e379d5e7946a667b01a031086eb70 schema.sql
  7. P

    Full ALPR Database System for Blue Iris!

    Have you tried just running the update script? This takes care of all of the details like using the latest migration.sql and schema.sql. I use to update manually, but the update in 0.18 has worked really well for me.
  8. P

    Full ALPR Database System for Blue Iris!

    Check your settings on the dashboard under Home Assistant for the whitelisted IP, maybe you have that enabled. How did you install this? Using the installation script, or manually?
  9. P

    Full ALPR Database System for Blue Iris!

    Anyone getting any plate reads below confidence threshold? My threshold is around 70%, but once in a while, I am seeing these show up with v0.18, which I wasn't getting before: And a little more weirdness: The reading of 8XBZ466 has the image of the vehicle above (9MOA506). Here is...
  10. P

    Full ALPR Database System for Blue Iris!

    Thanks! Just updated to the latest and the plate correct flag works now. Going to update my production version tmrw. Thanks again!
  11. P

    Full ALPR Database System for Blue Iris!

    Is this a fresh install or an update?
  12. P

    How to reduce trigger delay

    I have BI setup so for LPR. Generally, it works fine. However, I have noticed that there is a delay in when it starts sending images to LPR. What I mean is, if I watch the video clip of the event, I can clearly see the vehicle enter the frame, but the images sent to LPR are captures later...
  13. P

    Full ALPR Database System for Blue Iris!

    It looks like it does not flip the bit if you have either of these enabled: If you do not, then it works as expected.
  14. P

    Full ALPR Database System for Blue Iris!

    Did you use the update.sh script or doing it manually?
  15. P

    Full ALPR Database System for Blue Iris!

    You need ":" between "ai_dump" and &JSON , like this "ai_dump":&JSON
  16. P

    Full ALPR Database System for Blue Iris!

    I'm also not seeing the flag being flipped, I just did a docker pull, made a few changes, and no change after about 30 mins.
  17. P

    Full ALPR Database System for Blue Iris!

    It worked the first time, but the next plate that gets corrected does not flip the confirm bit. I can flip it manually, tho.
  18. P

    Best Image settings for night moving vehicle capture on Hik 12mm 1/2.8" 8MP

    https://www.ebay.com/itm/387881953395?_skw=vigilant+vsr&itmmeta=01JPKAV3ABQN78X34M3EH9JE8M&hash=item5a4f90e873:g:PFQAAOSw8CJnnnPs&itmprp=enc%3AAQAKAAAA8FkggFvd1GGDu0w3yXCmi1chOef6WH9nkGh2mZseCPp%2BRGopj3yO14fwxQ8Wgt2uZkQnfEcy2peHfMkhMYsR2Dc3IxGR4ZzqroddqFdkxB14hotghV609aSRpDUD%2B%2BY%2BWEDgjETDTf...
  19. P

    Best Image settings for night moving vehicle capture on Hik 12mm 1/2.8" 8MP

    Here is a $35 camera at about 90ft. Gain, DNR, WDR, etc are all going to hurt the image quality for LPR.
  20. P

    Full ALPR Database System for Blue Iris!

    I updated again to get the confirmation feature, looks like that confused the update script.
  21. P

    Caught Catalytic Converter Thieves On My Andy IPC-Color4K-T Camera

    I've some cars around my area with fake paper plates, at night they are not reflective so it's very difficult to read. Sometimes they just take the plates off completely. Here is what a legit paper plate in CA looks like, VI N and expiration is printed on the plate: This is what I see on...
  22. P

    Full ALPR Database System for Blue Iris!

    Thanks, I think this is going to be useful.
  23. P

    Full ALPR Database System for Blue Iris!

    The new live view is fire!
  24. P

    Full ALPR Database System for Blue Iris!

    That fixed it for me, thanks!
  25. P

    Full ALPR Database System for Blue Iris!

    3/17/2025, 8:34:02 PM [ERROR] Error: Unable to optimize image and unable to fallback to upstream image 3/17/2025, 8:34:02 PM [ERROR] Error: Unable to optimize image and unable to fallback to upstream image 3/17/2025, 8:34:02 PM [ERROR] Error: Unable to optimize image and unable to fallback to...
  26. P

    PTZ w/stored focus points and HTTP scripting?

    Your camera might be too old to support V8 of the http APIs, but looks like there is some ability to adjust the focus. I have not tried this with my Reolink PTZ, so I am not sure how well it works. But just a few days ago, I needed to be able to set focus manually on another PTZ in very...
  27. P

    Not my cam but someone needs a hug then needs to be fired

    That reminds me, I need to order some bottled water and 40 bags of concrete mix.
  28. P

    Full ALPR Database System for Blue Iris!

    So just a docker compose pull to update, then go to then http://url/update to complete the update? Or do we need to grab the migration.sql first Thanks!
  29. P

    Full ALPR Database System for Blue Iris!

    I think these devices wake it up by sending pulsing an electromagnet and I think they only work when it's within inches of the sensor, but I haven't taken one apart to confirm.
  30. P

    Vigilant Solutions VSR-60-02MP1 IP Camera IPC262ER9-X10DU 24V, 1.5A, 50/60Hz.

    You will not find any firmware updates for these cameras via the normal avenues. You might be able to install the original Uniview firmware on them if the firmware is not signed with Vigilant's certs. I haven't tried, so I am not sure if it will work. When you are ready for some fun, go to...