Recent content by PeteJ

  1. P

    Full ALPR Database System for Blue Iris!

    Personally, I'd love to see more features related to LPR than have agentic features to slurp out video snips or use it for super intelligent automation. Here is why: Limited by video quality. Our video sources are probably great in day time, but at night, it's usually a big compromise...
  2. P

    Running CPAI on OrangePi/RK3588--RKNN modules are "not available"

    I used some 25x25x7mm pure copper heat sinks from Amazon, and a Anvision 40x40x10mm DC 12v fan, wired it up to the 5v pins on the board. And I 3d printed the case: Orange Pi 5 Max Case with Fan and Antenna by Deez | Download free STL model | Printables.com
  3. P

    Running CPAI on OrangePi/RK3588--RKNN modules are "not available"

    this is my docker compose file: services: CodeProjectAI: image: codeproject/ai-server:arm64 container_name: codeproject-ai-server-arm64 privileged: True hostname: codeproject-ai-server restart: unless-stopped ports: - "5000:32168" environment: -...
  4. P

    Running CPAI on OrangePi/RK3588--RKNN modules are "not available"

    I'm using this image: ubuntu-24.04-preinstalled-desktop-arm64-orangepi-5-max.img.xz.sha256 sha256sum ubuntu-24.04-preinstalled-desktop-arm64-orangepi-5-max.img.xz.sha256 319d52b60398dfbc046b9761876e705f9545d0889ece4f0074c6290568111ca4
  5. P

    Running CPAI on OrangePi/RK3588--RKNN modules are "not available"

    I had this issue too when I used the Linux ISO from Orange PI, it would list the platform as Linux-Arm64. When it is listed as Linux-Arm64, CPAI will not let you install the RNKK modules. I was able to get it working when I switched to Joshua's ISO, and in CPAI, it will show the platform as...
  6. P

    I bet a lot of you belong to the "HVAC crapped out at the worst time" club.

    Hate to say it, but my experience has been that HVAC and water heater companies are generally pretty dishonest. $450 to replace a $15 cap, $2500 to replace a water heater. I know everyone has to make a living, but damn...
  7. P

    Full ALPR Database System for Blue Iris!

    wow, you've been busy! :)
  8. P

    Running CPAI on OrangePi/RK3588--RKNN modules are "not available"

    Yeah. that's a little weird, I didn't have any issues installing the image on the MAX. Maybe try a different mouse or monitor to see if it makes a difference? There is a few youtube videos that go over the install, depending if you are booting from microSD card or nvme. Update: I found my...
  9. P

    Running CPAI on OrangePi/RK3588--RKNN modules are "not available"

    I'm running 24.04, yeah, it should work fine with the Ultra. I'm running the desktop version, I think the only difference is that the server doesnt come with some apps and X.
  10. P

    Running CPAI on OrangePi/RK3588--RKNN modules are "not available"

    No complaints, it's running very well. Don't let Docker scare you, it's not that hard to learn, and you can install something like Portainer to manage it via a web interface.
  11. P

    Full ALPR Database System for Blue Iris!

    Okay, login problem solved, but I am not sure why, maybe someone with a bit more knowledge can explain. CPAI was in a wedged state. CPAI was running, but the ALPR module was dead, once I started it, I was able to login again, no more error. This is very odd because I have used the database...
  12. P

    Full ALPR Database System for Blue Iris!

    Okay, thanks. I've restarted the server, cleared browser cache/saved password, used a different browser, etc, but still no go. I have another instance of this running at another location and it is running fine, so this is kinda of weird.
  13. P

    Full ALPR Database System for Blue Iris!

    Login error today. No changes were made (I did not change my password), I logged in last night and everything seemed to be working okay, but this morning, I wasn't able to login. The logs in the docker window show: ✓ Starting... app-1 | ✓ Ready in 592ms app-1 | POST /login app-1 |...
  14. P

    Full ALPR Database System for Blue Iris!

    Yes, there is a way to backup and restore the database, but it's very manual. To backup a database: pg_dump -U postgres -d postgres > dump-filename.sql To restore it, the DB should be empty, so drop it: dropdb -U postgres postgres and then create an empty database: createdb -U postgres...
  15. P

    My IPC254EB-DX22GK-I0 is damaged?

    In the restricted shell, you might want to see if IR cut on/off helps. I doubt it tho, but probably wouldn't hurt to try. Does your camera require POE+ or POE++? My camera requires POE++, and it works fine as long as the IRs are off, or if the PTZ controls are not being used. With 23W of...