Recent content by Janhaus

  1. J

    Full ALPR Database System for Blue Iris!

    I tried the suggestions in this thread: Full ALPR Database System for Blue Iris! But no joy, that led to no . I did start dumping the JSON to a file and it looks ok: Json: [{"api":"license-plate","found":{"message":"Found...
  2. J

    Full ALPR Database System for Blue Iris!

    Ok so on my subsequent wipe (full delete of directory, removal of containers/images/volumes in docker before re-installing using the docker image and also checking the MD5 of schema.sql and migrations.sql to match the official ones from the latest main Github), I forgot to update the API key in...
  3. J

    Full ALPR Database System for Blue Iris!

    Thanks so much @PeteJ @VideoDad - I did not see these earlier, but I did find the discussions on the Git project with several similar comments and same issues on my end. I'll go through a sequence of testing to see if I can get this to work, I'm running the current version of Docker Desktop, on...
  4. J

    Full ALPR Database System for Blue Iris!

    Thanks for the tip! I ran it earlier and updated successfully but didn't solve the error, trying it now to upgrade to nightly release and see if that works.
  5. J

    Full ALPR Database System for Blue Iris!

    Thanks for the clarification! It seems that the default docker image has some permission issues with the database, see thread here: https://github.com/algertc/ALPR-Database/discussions/55 At first I was getting this error: [ERROR] Error processing request: error: there is no unique or exclusion...
  6. J

    Full ALPR Database System for Blue Iris!

    Ok I saw a plate come through in the logs but it's not hitting the dashboard etc. just yet. Here's what the logs show:
  7. J

    Full ALPR Database System for Blue Iris!

    Just set this up - had a few alerts in BlueIris but not seeing anything in the ALPR Database just yet, followed the instructions shown here: GitHub - algertc/ALPR-Database: Fully-Featured Automated License Plate Recognition Database Platform for Blue Iris + CodeProject AI Server for the docker...
  8. J

    CodeProject.AI Version 2.5

    I deleted the app and restarted a couple times without fixing the dll issue, finally remembered I got the docker version to work at some point and ended up just using the latest cuda docker image, with directories bound (on Windows) so the modules persist. Also started running into an...
  9. J

    CodeProject.AI Version 2.5

    Ok just tried this and ran into an error I saw earlier today, "ALPR_adapter.py: Could not locate cublasLt64_11.dll. Please make sure it is in your library path!" What I did earlier was locate these missing cublas*.dll's and copy them directly over into the .py directory.. ---- Copied the 2 dll's...
  10. J

    CodeProject.AI Version 2.5

    I set up the my camera, BlueIris & CodeProject all working perfectly from a couple years ago but recently I updated CodeProject and license plates are no longer being recognized. Are we still supposed to be using Object Detection (YOLOv5 6.2)? In Explorer mode, object detection flags DayPlate...
  11. J

    Blue Iris and CodeProject.AI ALPR

    So I read the thread and set up BlueIris & CodeProjectAI, and everything is working great in terms of automatically capturing footage and recognizing license plates during the day. However, I do not get any alerts during night-time hours, my alerts basically start from say, 7am to 7pm and then...
  12. J

    First foray into LPR, with IPC-HFW5241E-Z12E

    Ok so I tested it a few more nights and I'm starting to pick up more at night with these settings: Zoom/Focus: On the slidebar: 1000 Zoom/1480 Focus Brightness 50 Contrast 60 Saturation 50 Sharpness 60 Gamma 50 EIS Off Exposure Anti-flicker Outdoor Mode Manual Shutter 1/1000 Gain 0-60 Iris 50...
  13. J

    First foray into LPR, with IPC-HFW5241E-Z12E

    Aha! Thanks for the advice. Now I am capturing some. Settings are: Night Profile Settings Picture Brightness 50 Contrast 50 Saturation 50 Sharpness 60 Gamma 50 EIS Off Exposure Anti-flicker Outdoor Mode Manual Shutter 1/500 Gain 0-60 Iris 40 3D NR on Grade 50 Backlight Mode HLC 65 WB Mode...
  14. J

    First foray into LPR, with IPC-HFW5241E-Z12E

    According to IPVM, it's ~132 ft from the camera to the capture point. Ok let me try it with 1/1000 and set the iris to <=40 to see if that gets me anything
  15. J

    First foray into LPR, with IPC-HFW5241E-Z12E

    I adjusted the camera angle more, finally figured out that I can actually swivel the physical base of the camera as well so now I have the camera physically tilted ~45 degrees (maybe a bit more) and I'm capturing images in 1920x1080 instead of having to rotate the image 90 degrees. Note: for...