Search results

  1. P

    Full ALPR Database System for Blue Iris!

    Anyone know what causes thumbnails to randomly disappear--it was there 20 mins ago. The full-size image is there, and browser refresh doesn't help. Thanks
  2. P

    Blue Iris and CodeProject.AI ALPR

    Do you have static object analysis enabled?
  3. P

    Blue Iris and CodeProject.AI ALPR

    Which module in CPAI is getting the queries? Is it the ALPR or the Object Detection?
  4. P

    Full ALPR Database System for Blue Iris!

    You have this in front of the key, right? "x-api-key:"
  5. P

    Full ALPR Database System for Blue Iris!

    Check your API key to make sure they match.
  6. P

    Dahua model number decoder?

    Thank you both, that's exactly what I was looking for!
  7. P

    Dahua model number decoder?

    ok, thanks. no one has decoded their part numbers?
  8. P

    Full ALPR Database System for Blue Iris!

    Default location is c:\BlueIris\Alerts
  9. P

    Full ALPR Database System for Blue Iris!

    Did you control-left click on the clip?
  10. P

    Full ALPR Database System for Blue Iris!

    On BI, go to clips and select alerts. Find the one where it should have read the plate, and control-click on it. This will bring up the AI stats, you can see how the image was processed.
  11. P

    Dahua model number decoder?

    Is there a quick guide to decode Dahua part numbers? I'm looking for a camera that has very good low light and will be pointing this from driveway toward the street. I want to be able to see clearly up to 80ft away, on camera AI would be great. From the posts, I can't tell which models are...
  12. P

    Full ALPR Database System for Blue Iris!

    I'm pretty new to BI also, but based on what I've learned, I think it goes like this: BI trigger (motion detection) > Alert/Confirm with AI > CPAI > ALPR module > BI Alert confirmed > ALPR DB If your LPR camera can be aimed at a license plate, you can manually trigger an alert in BI and watch...
  13. P

    Full ALPR Database System for Blue Iris!

    From the CPAI dash, I see there are 0 jobs executed, which might mean BI is not sending any detection requests to CPAI. What do you have on the camera Alert tab?
  14. P

    CPAI integration?

    wow, I dont know how I missed that part! Thanks, I'll definitely give that a try.
  15. P

    Full ALPR Database System for Blue Iris!

    I updated and it worked perfectly, no issues. Thanks!
  16. P

    Is a few dozen / day "no signals" in status normal?

    What does your log show? I get this a few times a day, and it does match what I see on BI's UI where the signal disappears briefly. One camera is color, the other is IR (monochrome). Like you, I also do not see signal drops when I watch directly via rtsp using a browser. I'm on the latest...
  17. P

    LPR database/archival software

    https://learnsql.com/blog/import-csv-mysql-database/
  18. P

    LPR on Aircraft-Registrations? Anyone?

    Non-towered airports are pretty common here in the US. Why not record broadcasts on CTAF frequencies to capture the tail numbers? ALPR will probably not recognize the tail numbers without some custom model? Maybe just run the images against OCR? There is a OCR module in CPAI that seems to...
  19. P

    Remote site, no broadband, power available

    That will depend on your camera and how you config it. If you want to control how much data you use, a more advanced camera with AI would probably give you more flexibility, for example, only sent alerts/images on detection of people rather than just motion. So spending more on the camera...
  20. P

    Remote site, no broadband, power available

    If you are not streaming from it all the time, 200G should be plenty.
  21. P

    Remote site, no broadband, power available

    If you have mobile service, maybe a cheap IP camera with a sim slot is the easiest way to do it. Reolink makes a few decent cameras a sim slot.
  22. P

    Remote site, no broadband, power available

    You didn't mention where in the UK, but if traditional broadband isn't available, have a look at WISP. https://www.ukwispa.org/members-list Sailing isn't cheap, so I am guessing Starlink might not be out of the question for your club. :)
  23. P

    CPAI integration?

    Interesting, were you on Coral on CPAI or CPU, GPU?
  24. P

    CPAI integration?

    Yeah, you are probably right, I didn't do that because I can already anticipate the responses: 1) frigate+ 2) someone in 2023 already tried (and mostly failed)
  25. P

    CPAI integration?

    I think you and I have very different experiences with Frigate AI. I am running it on a decent machine with Coral, and it's FAST but not accurate. It gets people and cars mostly right, but everything else is kinda poor. What I mean by integration is to call CPAI from Frigate, not actually...
  26. P

    CPAI integration?

    Any chance of seeing Codeproject AI integration in the future for Frigate? Would be awesome to see that.
  27. P

    Full ALPR Database System for Blue Iris!

    did you make a local "storage" directory in your docker-compose directory?
  28. P

    False positive tuning

    I do tell it to pre-trigger: However, the first 3 images are exactly the same (T-685, T-358, T0 are identical images only the yellow box gets changes):
  29. P

    False positive tuning

    Most recent frame would mean after make time, so if your make time was 1.0 sec, then the first frame it would send would be 1 sec after motion started, correct? I was wondering why for my LPR, I kept missing the plate because make time and zone trigger were capture the vehicle leaving the frame.
  30. P

    False positive tuning

    For "make time" = the amount of time motion has to take place before it is consider motion, so a 1.0 sec make time means it will not trigger if motion stops at 0.9 sec, right? While it is in make time, are the video frames queued to be sent to AI? If your camera is running at 25fps, does...