Recent content by VideoDad

  1. VideoDad

    Full ALPR Database System for Blue Iris!

    @algertc, I went ahead and did an update using the ps1 script and it does appear that this list of updates is there. Do you have any further info on the next big release and when it might be arriving?
  2. VideoDad

    Full ALPR Database System for Blue Iris!

    Let's go back a step. Are you calling the ALPR module (CodeProject.AI) correctly? Are you getting plates detected and returning the plate value in Blue Iris?
  3. VideoDad

    Full ALPR Database System for Blue Iris!

    Are these updates already available for download? And what's the timing on the next big release?
  4. VideoDad

    Full ALPR Database System for Blue Iris!

    Is it possible your database password isn't set correctly?
  5. VideoDad

    Full ALPR Database System for Blue Iris!

    You shouldn't be getting an error about JSON. Are you sure you changed it to the following? { "plate_number":"&PLATE", "Image":"&ALERT_JPEG", "camera":"&CAM", "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": "&ALERT_CLIP", "timestamp":"&ALERT_TIME" }
  6. VideoDad

    Full ALPR Database System for Blue Iris!

    Check the Blue Iris log files to confirm what happens when a plate is detected. You should see a successful call to the ALPR database, or an error. If you see an error there, then the problem is with the call. I'd start by verifying the IP of the ALPR DB server hasn't accidently been changed...
  7. VideoDad

    Funny / Satire

  8. VideoDad

    Blue Iris and CodeProject.AI ALPR

    Have you tried creating two zones (left third and right two-thirds) and using a crossing from right to left as the trigger to search for a plate? I agree that more zoom would help give the license plate model a better chance to see a plate.
  9. VideoDad

    Can I Train CP.AI to Recognize Certain Cars?

    It might be easier to set up an LPR camera and detect the desired plates rather than trying to just detect the make/model of car. First, you'd need a good amount of training data so that it could discern each specific car without a lot of false negatives for the wrong make/model, but even then...
  10. VideoDad

    Blue Iris and CodeProject.AI ALPR

    Sorry, in your version, it's the Alert tab for the camera.
  11. VideoDad

    Blue Iris and CodeProject.AI ALPR

    I believe you need to look on the AI tab now.
  12. VideoDad

    Algertc ALPR database and VPNs

    The problem, I think, is the database schema is different than what the code is expecting. From that prior post I linked, I'd try those separate db container calls. Try them one by one and report back if you can get through them without an error.
  13. VideoDad

    Algertc ALPR database and VPNs

    1. The JSON should not be in quotes. 2. The path and file names for the images are long; probably not an issue. 3. The timezone shouldn't affect the reading of plates. They are actually sent and stored in UTC. Can you check your DB logs again? If you're still getting the ON CONFLICT error...
  14. VideoDad

    Algertc ALPR database and VPNs

    See if this helps: https://ipcamtalk.com/threads/full-alpr-database-system-for-blue-iris.79082/post-925239
  15. VideoDad

    End-of-Life for Remote Desktop?

    I'm still using RDC for access from other PCs. But for mobile devices, you must switch to the "Windows App".