Recent content by PeteJ

  1. 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.
  2. 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...
  3. 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.
  4. 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 |...
  5. 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...
  6. 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...
  7. 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).
  8. P

    My IPC254EB-DX22GK-I0 is damaged?

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

    My IPC254EB-DX22GK-I0 is damaged?

    have you gone into demo mode and issued the config reset command from there?
  10. 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...
  11. 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...
  12. 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...
  13. P

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

    I'd love to see a gait recognition model that can be used to uniquely identify a person by their movement. The post-covid world has made wearing face coverings generally accepted, even on a hot sunny day, and has made identification much more difficult. If each person that is seen by the...
  14. P

    Algertc ALPR database and VPNs

    deleting the database and recreating it with the latest schema has fixed a lot of issues I've seen.