Search results

  1. P

    image corruption

    Update: Intel Beta worked for about 6 hours before Miller Time. Back to CPU.
  2. P

    Blue Iris and CodeProject.AI ALPR

    ah makes sense. thanks.
  3. P

    image corruption

    Thanks @wittaj, I always learn a lot from your details replies. :) I just tried the Intel hw decode (was using intel +vpp) and I was still getting the corruption, so I switched to Intel Beta just to see what happens. Yeah, I was having some BI issues, and one of the first things support...
  4. P

    image corruption

    Disabling hardware accel worked. Doesn't seem to make the CPU work any harder either. The quality does seem poorer tho, i'm going to flip it back on and see if the quality improves.
  5. P

    Blue Iris and CodeProject.AI ALPR

    Hey @MikeLud1 I see this once in a while (maybe 1 in 1000 plates) where spaces in the middle causes the OCR to reverse the order, it only happens when there is a space in the middle. Any idea what's causing it? I'm running the current version on an RKNN. It doesn't happen every time either...
  6. P

    CPAI integration?

    Can't wait to see the beta.
  7. P

    image corruption

    I noticed that the image (stills) quality seems to be less sharp with decode accel disabled, is that my imagination? Thanks
  8. P

    image corruption

    This is from a Uniview camera on H.264 10fps, 1/5 key frame. I don't see this when looking at the web interface on the camera, but when I look at BI, this is pretty common at night, and happens from time to time during the day. Any idea what might be causing this? I am using decode...
  9. P

    How to capture multiple plate reads in quick succession?

    A quick way to see if more CPU would help would be to unpark the cores you have.
  10. P

    How to capture multiple plate reads in quick succession?

    What does your resource monitor show BI and CPAI as using?
  11. P

    How to capture multiple plate reads in quick succession?

    Yeah, one of the super annoying things about BI is that the DAT file doesn't tell you why it's canceled. If someone knows how to determine that, I'd love to know.
  12. P

    How to capture multiple plate reads in quick succession?

    Look at the other plate misses, if it's all the same pattern, where it would miss the plate if it wasn't found in the pre-trigger images (where the T values are negative) and a few in post, then you can try lowering the pre-trigger images to a smaller number (like 2) and see if that helps.
  13. P

    How to capture multiple plate reads in quick succession?

    Yeah, the logs on CPAI are not useful (unless you are seeing red, which means the module probably has to be restarted). .DAT file is where all of the answers are. My guess is that it was canceled well before all of your images were sent.
  14. P

    How to capture multiple plate reads in quick succession?

    My power bill use to be $800/month before the PG&E rate increases. Now I'm at around $350-400/month. That site is wrong for CA, it's much higher: # This is effective Jan 1 2025: # Total Energy Rates ($ per kWh) PEAK PART-PEAK OFF-PEAK # Summer Usage $0.62 (R) $0.51 (R) $0.30924 (R) That's an...
  15. P

    How to capture multiple plate reads in quick succession?

    7W to do it on the Orange Pi vs 180W on your Xeon. :) I'm in California, where power is more expensive than Fentanyl.
  16. P

    How to capture multiple plate reads in quick succession?

    Those look like the default, you can try bumping timeout to 30s or 45s if you believe it's taking a while for CPAI to return the results. If it's taking too long, then consider the Rockchip board, but I think you should take a closer look at your triggers and the DAT file first. Pay close...
  17. P

    How to capture multiple plate reads in quick succession?

    The settings are on BI, under the AI tab: The help file explains: Rockchip SBC: And it's performance: See avg inference time at the bottom.
  18. P

    Full ALPR Database System for Blue Iris!

    after dropdb, you might have to createdb -U postgres postgres before the schema, but either way, reinstall (fresh pull) would have accomplished the same.
  19. P

    Full ALPR Database System for Blue Iris!

    Have you tried deleting your database container and then doing a docker compose pull? and if it doesn't come up, do the database schema, migration, and see if that helps with a clean start? Or maybe just do this: dropdb -U postgres postgres psql -d postgres -U postgres -f...
  20. P

    How to capture multiple plate reads in quick succession?

    I am not sure that's the conclusion. My understanding is that as long as your BI is actually sending images with multiple plate, and as long as CPAI is able to process it before the timeouts on BI, this should work. Images are queued on BI until timeout, and if you hit timeout, it stops...
  21. P

    Full ALPR Database System for Blue Iris!

    Yeah, strange. Did you check the md5 of schema and migrations? Probably not the issue since it's complaining that the columns exist.
  22. P

    Full ALPR Database System for Blue Iris!

    What version of BI are you running? and what does your ALPRDB logs show (command line icon on the gui, bottom left)
  23. P

    Full ALPR Database System for Blue Iris!

    Can you issue the same db command but -f migrations.sql instead? Also, cut and paste this into BI on alert settings, just in case it's something simple {"ai_dump":&JSON, "Image":"&ALERT_JPEG", "camera":"&CAM", "ALERT_PATH":"&ALERT_PATH", "ALERT_CLIP":"&ALERT_CLIP", "timestamp":"&ALERT_TIME"}
  24. P

    Full ALPR Database System for Blue Iris!

    Did you try the suggestion in post #875? Full ALPR Database System for Blue Iris!
  25. P

    Full ALPR Database System for Blue Iris!

    Is this a new install or an upgrade--if it is an upgrade, was it working before without ai_dump?
  26. P

    How to capture multiple plate reads in quick succession?

    I was kidding about pizza:30 Sorry about that :)
  27. P

    BI PC Upgrade Time!

    It's from an UFF, essentially a laptop MB/CPU in a small case, and uses all laptop components. This is the part number: This also works. :)
  28. P

    BI PC Upgrade Time!

    You'd get an error on each boot, which requires you to click ok to continue the boot. Shorting pins 2-3 essentially simulates the button being connected. You can then enable wake on USB, so you turn it on by hitting any key on the keyboard.
  29. P

    BI PC Upgrade Time!

    That wont work on the UFF 7070/7090, which uses the connector from laptops with pin spacing around 1.0mm apart.
  30. P

    How to capture multiple plate reads in quick succession?

    Try more pre-trigger images and add pizza:30 to the To Confirm field.