Recent content by Janhaus

  1. J

    Slow Triggers?

    Thanks, that worked better! Starting to capture a handful of plates at night now.
  2. J

    Slow Triggers?

    Just got this set up and on a schedule for sunrise/sunset. Here's my settings for daytime vs nightime, is this what you're suggesting?
  3. J

    Slow Triggers?

    Can you share your night settings or point me to a post if you already shared it elsewhere? I saw some people mention that for nighttime maybe not use zones at all, I can definitely try to widen my existing zone and see if that works. My image at night is also all black except for plates and...
  4. J

    Slow Triggers?

    Do you mean on this screen? This only allows me to turn it on/off right? I'm thinking of being able to set different trigger settings for day vs night
  5. J

    Slow Triggers?

    Wait you can do that?! Let me look into this. Also @wittaj I've noted your settings across like 4+ threads, definitely helped in my adjustment process as well, haha
  6. J

    Slow Triggers?

    Update: I went to full zoom, resulting in ~162ppf for license plates and changed FPS to 15 from 30. Also changed pretrigger to 0.5s, pre & post trigger analysis to 10 images, and motion sensor for just one zone (B) which is a vertical strip of ~8 blocks. Now I'm picking up almost all plates in...
  7. J

    Slow Triggers?

    So that definitely helped, but I'm still missing some obvious plates. See this .dat log: The very first frame already has the car leaving, without any chance of getting a look at the plate. However, the video captures the car in motion. I had pretrigger record time and pretrigger playback time...
  8. J

    Slow Triggers?

    Re-tweaking BlueIris after my initial setup, I'm finding that there's a number of missed triggers, i.e. a car drives by but I don't get an alert. I set up motion zones based on some thread suggestions, but not sure if I'm doing it right - thoughts? I live in a cul-de-sac, all rear plates are...
  9. J

    Full ALPR Database System for Blue Iris!

    Wow so I figured it out what the issue was, thanks so much @PeteJ and everybody else who helped debug this. Originally, I was on 5.9.9.19 and the settings shown in post 933 did NOT work for me. I then UPGRADED TO 5.9.9.44, adjusted my settings to post980, and it started working. So I downgraded...
  10. J

    Full ALPR Database System for Blue Iris!

    Original error after correct install: 5/1/2025, 1:21:28 PM [ERROR] Error processing request: error: there is no unique or exclusion constraint matching the ON CONFLICT specification After running: psql -d postgres -U postgres -f /docker-entrypoint-initdb.d/schema.sql 5/1/2025, 2:58:33 PM...
  11. 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...
  12. 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...
  13. 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...
  14. 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.
  15. 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...