Search results

  1. W

    Full ALPR Database System for Blue Iris!

    Wait, are you trying to log the tire pressure of all the cars driving on your road?
  2. W

    New Weather API built in BI 5.9.9.29

    I have an Ambient Weather station and use the observer2 module. It would be great to get the data directly off of that.
  3. W

    Full ALPR Database System for Blue Iris!

    " Step 5. states: Start the application: docker compose up -d. Where exactly do I have to be to run that command? Does this seem to be a logical next step or might I make matters worse?" You have to be where the docker-compose.yml file is-- or you can specify where it is with a -f flag.
  4. W

    Blue Iris and CodeProject.AI ALPR

    Why would Ken need to weigh in on your SFP issue? Sounds like an IT issue. I run CP.AI on a separate machine on docker. I do as little on Windows as possible as it is the most unstable part of my network and I minimize what I do on it. Docker installation is also super simple. Going to...
  5. W

    Full ALPR Database System for Blue Iris!

    What do you see when you open "http://127.0.0.1:3000" on that machine? The browser part works? "Now I need some guidance on the "mount migrations.sql on the same way as schema.sql" part and then where/how to "open postgres docker console and run: psql -U postgres -d postgres -f...
  6. W

    Blue Iris and CodeProject.AI ALPR

    I unchecked the box and restarted the BI service. It appears to be working. How many camera do you have if you need 10 Giga? I use maybe 50-60 mbps of my Gigabit link on the input...
  7. W

    Blue Iris and CodeProject.AI ALPR

    Yes. I did not uncheck the auto start though...
  8. W

    Blue Iris and CodeProject.AI ALPR

    I moved to .27 and enable the auto start. It works for me now.
  9. W

    Blue Iris and CodeProject.AI ALPR

    Thanks. I will try to upgrade later today. Thanks for being the Guian pig
  10. W

    Anyones CP.AI setup stop working?

    Ken got back to me, and if you have a remote server and auto-start is not set it gets confused and doesn't ping the AI. This will be fixed in the next rollout. I don't have time today, but does anyone with the same issue who didn't roll back their version of BI enable this feature and run some...
  11. W

    Blue Iris and CodeProject.AI ALPR

    Ok, regarding the issue that I originally posted about here that others seem to be having..... Ken got back to me, and if you have a remote server and auto-start is not set it gets confused and doesn't ping the AI. This will be fixed in the next rollout. I don't have time today, but does...
  12. W

    Anyones CP.AI setup stop working?

    That makes sense. Another posted said he didn't see anything on Wireshark.
  13. W

    Anyones CP.AI setup stop working?

    Are you using ALPR? That is where the issue seems to lay for me.
  14. W

    Blue Iris and CodeProject.AI ALPR

    I emailed support and they said Ken is on vacation and will address it when he gets back.
  15. W

    Blue Iris and CodeProject.AI ALPR

    Interesting. I didn't even think to use Wireshark.... I did stop the BI service and restart it.... I'll read out to Ken/support...
  16. W

    Blue Iris and CodeProject.AI ALPR

    Follow up: I went back to 5.9.8.5 (last version I had a file for) and the plates are working again. Sounds like a BI issue maybe with an external ALPR?
  17. W

    Blue Iris and CodeProject.AI ALPR

    I went back to this, and no dice..... If I put "license-plate" in there- I am now AT LEAST getting DayPlate/NightPlate. Not ALPR. I put both in there- just DayPlate. I tried "ALPR" as well in case it was some issue with capitalization on linux v windows.
  18. W

    Blue Iris and CodeProject.AI ALPR

    I wonder if he installs in locally and just doesn't use it.
  19. W

    Blue Iris and CodeProject.AI ALPR

    If I log into my docker container, I see this root@35475c912a73:/app# ls ./preinstalled-modules/ObjectDetectionYOLOv5Net/custom-models ipcam-animal.onnx ipcam-combined.onnx ipcam-dark.onnx ipcam-general.onnx license-plate.onnx root@35475c912a73:/app# ls...
  20. W

    Blue Iris and CodeProject.AI ALPR

    So I had my ALPR working great and reporting to the ALPR database. A couple of days ago-- it just stopped working. I might have updated Blue Iris? Definitely some of these settings changed since I set it up. I imagine I have something wrong here. When a car goes by-- I see it finds a car...
  21. W

    Anyones CP.AI setup stop working?

    About noon the other day my ALPR stopped pinging the AI service. I think that corresponds to when I updated to 5.9.9.27. Strangely, I rebooted my CP.AI instance. Rebooted the service. I get the trigger, but even the AI overlay isn't working. Strangely, I am getting an object detection...
  22. W

    AI: not responding

    I was getting this at one point. I have a separate sever for CP. It isn't super powerful. I found that in cases where these was a lot of movement, sometimes the AI would get inundated with requests from three camera. I just increased the AI timeout from 5 seconds to 15.
  23. W

    Troubling shooting my motion detection.....

    I made Zone A the left half of the screen and Zone B is right up against it on the right hand side. Set it to the most sensitive motion and changed from B-C to A-B. No gaps. (one of the videos on line recommended them) Changed the FPS to 10.... I also looked at my videos and realized now...
  24. W

    Troubling shooting my motion detection.....

    Zone A is the whole screen. I will remove the gap when I get home. Some Videos recommmend it.
  25. W

    Troubling shooting my motion detection.....

    Ok- so with about an hours of traffic-- the simple algorithm definitely saw improvement going to 10 FPS. The zone crossing still missed quite a bit.... This car went by--- totally missed...
  26. W

    Troubling shooting my motion detection.....

    Ok, I set it for 10 FPS across the board. Are you using substreams? I set those for 10 too...
  27. W

    Troubling shooting my motion detection.....

    So I have an ALPR camera that watches my street and I am happy with the photos it provides. Both day and night. I am also pretty pleased with the ALPR function, and I run codeproject AI on another machine and that runs well. iframe rate 24. frame rate 24. I shut off substreams for the time...
  28. W

    Full ALPR Database System for Blue Iris!

    So can I add "Motion Type" (&TYPE) to the database? And maybe put the confidence in the row as well? For example, I have a zone B and zone C (left and right respectively). When a car goes by, I have BI report via MQTT..... Plate detected: 2US673 Probability: 65% MOTION TYPE Motion_B>C...