Search results

  1. P

    What can I change to improve ability to identify teenage delinquents

    Before you spend the $, check with BPD to see if they care enough to watch your videos when it's just gun shots and not a murder. If your PD is anything like my PD, they'd just close the case and move on.
  2. P

    Full ALPR Database System for Blue Iris!

    Okay, looks like it is running but not sure why you have 5433 to 5432 port mapped. I run a few different instances of ALPR and by default, none of them do this. I'm on Linux, so maybe this is normal for Windows.
  3. P

    Full ALPR Database System for Blue Iris!

    you shouldnt change it, but that confirms the IP belongs to the internal network for docker. Is your postgres database running? docker ps
  4. P

    Full ALPR Database System for Blue Iris!

    docker network ls to see what your container is called
  5. P

    Full ALPR Database System for Blue Iris!

    docker network inspect alprdash_default might give you some insight on the internal network of docker. The last line in your log says it cannot connect to the database port.
  6. P

    Full ALPR Database System for Blue Iris!

    Your DB port is wrong. should be 5432, not 5433 (unless you did that intentionally)
  7. P

    Full ALPR Database System for Blue Iris!

    This one on top looks correct. What version of BI are you running? Are you getting correct plate reads in BI?
  8. P

    OCR models are not ready for this

    Dude has been rolling around with this plate for MONTHs. Cops be like :idk:
  9. P

    Full ALPR Database System for Blue Iris!

    Got the right API key? And right payload on alert?
  10. 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...
  11. 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
  12. 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: -...
  13. 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
  14. 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...
  15. 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...
  16. P

    Full ALPR Database System for Blue Iris!

    wow, you've been busy! :)
  17. 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...
  18. 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.
  19. 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.
  20. 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...
  21. 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.
  22. 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 |...
  23. 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...
  24. 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...
  25. P

    My IPC254EB-DX22GK-I0 is damaged?

    The failure is very strange, these cameras do not have a backup firmware, so if you corrupt the flash, the camera normally just wont boot, and you'd have to use the serial interface to try to restore it (I think it would tftp firmware from the local network once you have the IP configured).
  26. P

    My IPC254EB-DX22GK-I0 is damaged?

    https://download.discomp.cz/UNV/Firmware_kamery/ Maybe you can find the firmware there
  27. P

    My IPC254EB-DX22GK-I0 is damaged?

    have you gone into demo mode and issued the config reset command from there?
  28. P

    Full ALPR Database System for Blue Iris!

    I haven't had this happened, but for a while BI would randomly crash. Not the entire computer, just BI. Nothing in the logs. You may want to monitor system resources and see if you are running out of mem or something. Some users have reported mem leak in CPAI, and they've resorted to...
  29. P

    BYOB - Build Your Own Beijing | Crazy, game-changing things you can do with latest AI

    I know we are all thinking about adding these new AI features as "real-time" features, but it would be great to see some features added as post-process features. For example, if we can pull images from ALPR database and have AI retro-actively add make/model/color to it when cycles are...
  30. P

    BYOB - Build Your Own Beijing | Crazy, game-changing things you can do with latest AI

    I think China uses it at many of their airports, but I can only find data on IMU-based system and marked-based systems, and they are very accurate, but don't know about video only based one. The difficulty is that this cannot be image-based, it has to be video-based where multiple frames need...