Search results

  1. kb0rpj

    lost key?

    finally i was able to fix it! i ended up having to download a registry viewer and view the file that way and copy/paste
  2. kb0rpj

    lost key?

    i saved the backup reg entry to the new pc, when i try to load it in regedit, it tells me it is not a valid windows registry file
  3. kb0rpj

    lost key?

    i already ran blue iris on the new computer, that is how i found it did not transfer the key during the backup
  4. kb0rpj

    lost key?

    that is the strange part, i have an email that shows i paid for it, but i do not have any emails with a key, i have looked in all my folders and trash. i am not sure it ever emailed me one
  5. kb0rpj

    lost key?

    no dice
  6. kb0rpj

    lost key?

    i followed the information the help screen
  7. kb0rpj

    lost key?

    how do i find my key.. i was trying to move BI from one PC to a different one, following the steps shown by google, I created a backup on the old pc, downloaded to a new PC and when deactivated the old key, when i go to install on the new PC it asks for key, however, i no longer have the key...
  8. kb0rpj

    Full ALPR Database System for Blue Iris!

    has anyone ever tried to get this working with agentDVR? any luck?
  9. kb0rpj

    Full ALPR Database System for Blue Iris!

    Without looking at GitHub I believe it is it was the issue of the token not matching or something like that I'd have to go look on GitHub
  10. kb0rpj

    T a p o c500 won't add

    I have been trying to add a tapo c 500 to Blue Iris but it won't add it it shows up on the Ovif but when I add it it tells me that it cannot connect check username and password The username and password is correct it works fine on agent DVR anyone have any ideas?
  11. kb0rpj

    Full ALPR Database System for Blue Iris!

    WHEW! finally got it working! thank you everyone, i followed the information on that last post
  12. kb0rpj

    Full ALPR Database System for Blue Iris!

    I am stuck at the first steps.. postgres@blizzard:~$ psql -d postgres -U postgres -f /docker-entrypoint-initdb.d/schema.sql psql: error: /docker-entrypoint-initdb.d/schema.sql: No such file or directory sorry i am somewhat stupid on debian 12
  13. kb0rpj

    Full ALPR Database System for Blue Iris!

    this is running on debian 12, i picked 5433 because years ago i had a testbed on 5432. it appears that my issue is that i am unable to get BI to send the &PLATE out, it returns a blank entry
  14. kb0rpj

    Full ALPR Database System for Blue Iris!

    a2acad44a76c postgres:13 "docker-entrypoint.s…" 36 hours ago Up 12 hours (healthy) 0.0.0.0:5433->5432/tcp, [::]:5433->5432/tcp alpr-db-1
  15. kb0rpj

    Full ALPR Database System for Blue Iris!

    alpr_default "IPAM": { "Driver": "default", "Options": null, "Config": [ { "Subnet": "172.18.0.0/16", "Gateway": "172.18.0.1" } ] i have no idea how to change those, or if i...
  16. kb0rpj

    Full ALPR Database System for Blue Iris!

    making some progress, I added a second alert action using the JSON code found on the project github page.. https://github.com/algertc/ALPR-Database/tree/main { "ai_dump":&JSON, "Image":"&ALERT_JPEG", "camera":"&CAM", "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": "&ALERT_CLIP"...
  17. kb0rpj

    Full ALPR Database System for Blue Iris!

    Error response from daemon: network alprdash_default not found
  18. kb0rpj

    Full ALPR Database System for Blue Iris!

    { "plate_number":"", "Image":"&ALERT_JPEG", "camera":"Cam2", "ALERT_PATH": "Cam2.20250704_104805.460025.5-0.jpg", "ALERT_CLIP": "@-1", "timestamp":"2025-07-04T16:31:43.218Z"} that is the json it is outputting.. &PLATE appears to be returning nothing
  19. kb0rpj

    Full ALPR Database System for Blue Iris!

    that is correct port and it connects to the DB ok BI has a recording that is tagged with the plate at 1106, but i the log just shows 7/4/2025, 11:06:51 AM [INFO] Received plate read data: [object Object] 7/4/2025, 11:06:52 AM [INFO] Received plate read data: [object Object] 7/4/2025, 11:06:53...
  20. kb0rpj

    Full ALPR Database System for Blue Iris!

    7/4/2025, 11:13:53 AM [INFO] Database connection successful 7/4/2025, 11:13:58 AM [INFO] Database connection successful 7/4/2025, 11:14:01 AM [INFO] Received plate read data: [object Object] it appears the issue might be that BI is not getting the plate data?
  21. kb0rpj

    Full ALPR Database System for Blue Iris!

    added... now i see in blue iris, the 400 error.. still no plates showing up log... 7/4/2025, 10:48:38 AM [INFO] Received plate read data: [object Object] 7/4/2025, 10:49:05 AM [ERROR] Error checking update status: Error: connect ECONNREFUSED 172.18.0.3:5433 7/4/2025, 10:49:05 AM [ERROR] Error...
  22. kb0rpj

    Full ALPR Database System for Blue Iris!

    7/4/2025, 12:41:25 AM [ERROR] Error processing request: SyntaxError: Expected ',' or '}' after property value in JSON at position 16 7/4/2025, 12:41:36 AM [INFO] Received plate read data: [object Object] 7/4/2025, 12:41:37 AM [INFO] Received plate read data: [object Object] 7/4/2025, 12:41:38 AM...
  23. kb0rpj

    Full ALPR Database System for Blue Iris!

    { "ai_dump":&JSON, "Image":"&ALERT_JPEG", "camera":"&CAM", "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": "&ALERT_CLIP", "timestamp":"&ALERT_TIME" } generates the errors above. { "ai_dump":"&PLATE", "Image":"&ALERT_JPEG", "camera":"&CAM", "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": "&ALERT_CLIP"...
  24. kb0rpj

    Full ALPR Database System for Blue Iris!

    1 7/3/2025 10:16:01.866 PM Cam2 Web: No stream: 500 7/3/2025, 10:18:40 PM [ERROR] Error processing request: SyntaxError: Unexpected token ',', ...""ai_dump":, "Image":"... is not valid JSON 7/3/2025, 10:18:41 PM [INFO] POST /api/plate-reads 7/3/2025, 10:18:41 PM...
  25. kb0rpj

    Full ALPR Database System for Blue Iris!

    It was giving me a 500 error I lowered the jpeg quality and now it says 400 error
  26. kb0rpj

    Full ALPR Database System for Blue Iris!

    I believe so I copied the payload from the website and I put the API key in as shown as well I will double check to make sure.
  27. kb0rpj

    Full ALPR Database System for Blue Iris!

    Ok i managed to get the ALPR system running, but i can not get the data from blue iris to the alpr system, it returns a "no stream: 500" error in blue iris
  28. kb0rpj

    Full ALPR Database System for Blue Iris!

    I am stuck on the opening screen, i have the option to verify and skip migration, or backfill,. when i choose verify and skip migration i get an erorr "relation "plate_reads" does not exist" how do i solve this issue (windows 11-docker)
  29. kb0rpj

    Xmeye NVR DVR Board

    currently I have 3 BNC cameras connected to a older dvr, and 3 IP cameras, 2 tapo and 1 reolink using ONVIF. below is the board i am currently looking at...
  30. kb0rpj

    Xmeye NVR DVR Board

    Anyone familiar with this board? I am looking at purchasing one, I only really need something to combine my analog cameras and IP cameras onto a display output i don't even need a hard drive for it, seems like a good low cost option to dispay all my cameras.