Search results

  1. algertc

    Full ALPR Database System for Blue Iris!

    Tailscale is easy to use which is nice. I'd look for a youtube tutorial. Wireguard is comparatively way more involved and less intuitive to set up, but is faster. If you have a Unifi network, ignore all of those options and use the wifiman app from unifi. It has a feature that they call...
  2. algertc

    Full ALPR Database System for Blue Iris!

    I'm not suggesting that it's good to expose blue iris, but I would like to share that I have done some penetration testing on UI3, and it does seem to be pretty alright in terms of security against common attacks. I personally have BI on the internet with nginx proxy manager and a cloudflare DNS...
  3. algertc

    Full ALPR Database System for Blue Iris!

    I've also only ever done it once before. Niche use case and not that well known. This is a networking question and not something that the app could circumvent. You still need to be able to connect to your docker machine, regardless of how you are accessing it. Same as the Blue Iris app. For...
  4. algertc

    Full ALPR Database System for Blue Iris!

    Same url you use to connect from anything else. IP address of your docker machine with the port as 3000. I realize now that my images may be slightly confusing because of the "alpr.database". That is a local DNS record that I created for my container. Yours will probably be something like...
  5. algertc

    Full ALPR Database System for Blue Iris!

    @VideoDad Agreed. Just removed it. Details for the other options are still in the API reference page in the docs site for the tiny set of users that might need it. I also added some clarification to the prerequisites in the Readme that working ALPR is required. Does anyone have a recommendation...
  6. algertc

    Full ALPR Database System for Blue Iris!

    @svalvasori @VideoDad I hadn't noticed the delete issue. Agreed that it should only delete that specific record. I think I reused some code from the database page without thinking about it. I'll change that soon. Thanks! I'll add a delete all option too.
  7. algertc

    Full ALPR Database System for Blue Iris!

    Is it correct if you switch it to 12 hour time? The hour filter is kind of tricky the way it works with the timestamps. Also make sure you have the full correctly formatted time zone: List of tz database time zones - Wikipedia Why not use one of the Canadian ones?
  8. algertc

    Full ALPR Database System for Blue Iris!

    He’s getting records, just missing images now.
  9. algertc

    Full ALPR Database System for Blue Iris!

    Your logs didn’t seem to have any error. Can you share your alert action?
  10. algertc

    Full ALPR Database System for Blue Iris!

    You should add the alert path macros for the open in blue Iris button. { "ai_dump":&JSON, "Image":"&ALERT_JPEG", "camera":"&CAM", "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": "&ALERT_CLIP", "timestamp":"&ALERT_TIME" }
  11. algertc

    Full ALPR Database System for Blue Iris!

    Red emojis do not mean error.
  12. algertc

    Full ALPR Database System for Blue Iris!

    Any errors in the logs? If not, double check your alert payload. Else, I think your computers are just cursed against this app. Hopefully somebody else might know why. There’s not a max resolution, but if it’s huge, the file size will be too large and it will be rejected. @Vettester says that...
  13. algertc

    Full ALPR Database System for Blue Iris!

    Should or should not? Super peculiar that that was happening for you. I’ll add that solution to the troubleshooting section. Still doesn’t make any sense to me how the issue was caused.
  14. algertc

    Full ALPR Database System for Blue Iris!

    This is sort of a long shot, but can you try replacing your migrations.sql file with this: ALPR-Database/migrations.sql at 962103071ce468cd3282b740a6a8b5648ec85555 · algertc/ALPR-Database And see what happens? This is the version of the file before the update. It is possible that people...
  15. algertc

    Full ALPR Database System for Blue Iris!

    I can see these in Cloudflare. I could make it public and considered making some basic endopoints to get that sort of data for the little widgets/shields at the top of the GitHub readme, but I don’t really think it’s worth the time to do that right now. - Total docker pulls can be seen on the...
  16. algertc

    Full ALPR Database System for Blue Iris!

    Please do if you have some sort of unique angle on it. I'd be very interested to hear. A mac address really only useful to us if we can associate it to a license plate with the data that we collect from our own systems though. A mac address on its own won't do much at all. While I don't doubt...
  17. algertc

    Full ALPR Database System for Blue Iris!

    Actually, I think that trying to intercept toll road/bridge RFID units would probably be the next best thing after TPMS. In Calfiornia there is a state code that standardized the protocol that the toll transponders had to communicate on. There was a Defcon presentation on it many years ago. Of...
  18. algertc

    Full ALPR Database System for Blue Iris!

    They usually don't change that often, but that isn't the main issue. As you mention, it is the fact that they have to broadcast in pairing mode. We have raised other angles such as generic public/or common SSIDs. None work really well, but TPMS is not a fool proof solution either. I'm...
  19. algertc

    Full ALPR Database System for Blue Iris!

    This is a good point. If we can figure out why Unraid complains, I can add more specific errors that will make things easier to debug.
  20. algertc

    Full ALPR Database System for Blue Iris!

    No, there is no difference between the fresh install and the update. If you see anything in the application’s logs about a “relation does not exist” or similar, that is the problem. ---- Your migrations.sql and schema.sql did not download correctly It is extremely strange that you’re...
  21. algertc

    Full ALPR Database System for Blue Iris!

    The OCR works the same for all states/countries, including those with multiple line number plates. @MikeLud1 has taken care to ensure this works, and I have tried to continue that in the AI training export. As far as mac addresses go, you're talking about BLE or WiFi. It's not so much a matter...
  22. algertc

    Full ALPR Database System for Blue Iris!

    Yes, please, that would be very helpful. Doesn't need to be all formatted and beautiful or anything. If you could just send me an explanation for unraid that would be perfect.
  23. algertc

    Full ALPR Database System for Blue Iris!

    When I get a chance to work on this, I'll update the scripts to have them check themselves this way. Ty for the idea.
  24. algertc

    Full ALPR Database System for Blue Iris!

    I think it's just a confusingly written error from BI. Seems like any 500 error code says that. In those screenshots it was caused by the missing database schema.
  25. algertc

    Full ALPR Database System for Blue Iris!

    1.8 Released. Correct plate number fixed in the final release. I also created a full separate site for documentation, which looks way more professional than this actually is, LOL. There are definitely quite a lot of people using it, which I find so incredibly cool, and the goal of this...
  26. algertc

    Full ALPR Database System for Blue Iris!

    @PeteJ I think others weighed in on this with BI settings recommendations. It isn't anything to do with the app. The new live view makes it extremely clear if you are missing any plates that drive by, which is great. I actually had this issue myself and only realized it after having that...
  27. algertc

    Full ALPR Database System for Blue Iris!

    I had a feeling this might be the case… will fix.
  28. algertc

    Full ALPR Database System for Blue Iris!

    I highly recommend using the update script so you don’t have to worry about what changed and getting the different files. It will just take care of it all for you. I use it myself.
  29. algertc

    Full ALPR Database System for Blue Iris!

    PWA/mobile app video guide: I whipped this up pretty quickly, so it's kind of choppy. You may need to pause the video to read the text if it's too fast.
  30. algertc

    Full ALPR Database System for Blue Iris!

    Just tried and my correct validate/confirm functionality works exactly as it should. Idk why it isn't for you guys. I'm gonna tweak one other thing before releasing it, so maybe it will work when I build it again. That's super odd though... Rly not sure how it's behaving differently for you.