Search results

  1. G

    BYOB - Build Your Own Beijing | Crazy, game-changing things you can do with latest AI

    I took a little time to see what Qwen does. Wow. Unbelievable. Here's a general video: , Apparently it's good at OCR. So instead of trying to extract a license plate from three or four frame grabs from a four second video, as BI/Codeproject AI is doing, Qwen can look at every frame. It...
  2. G

    BYOB - Build Your Own Beijing | Crazy, game-changing things you can do with latest AI

    One thing I love about algertc's alpr database is that I can run it, Blue Iris and Codeproject AI all on a very low power pc, though I may have to add a gpu. I wonder how much bloat would be involved in making the analysis more powerful?
  3. G

    BYOB - Build Your Own Beijing | Crazy, game-changing things you can do with latest AI

    A little digging suggests some methods: Levenshtein distance Description: This algorithm calculates the minimum number of single-character edits (insertions, deletions, substitutions) required to change one string into another. You can set a threshold to determine if two license plates are...
  4. G

    BYOB - Build Your Own Beijing | Crazy, game-changing things you can do with latest AI

    I'd like to send the computer through the database to clean up misread plates. Things like Bxxxnnn which should be 8xxxnnn. This should be easy for ai given that a common pattern for recent plates is (7, 8 or 9) xxx(letters) nnn (numbers). Also, if it saw 10 reads of a plate, say 8xxxnnn...
  5. G

    Unshielded CAT5 cable in EMT conduit outside?

    If you have time, haunt the government liquidation sites. They almost give it away, but I don't see it that often within a driveable radius. If you don't need a whole reel, look on Craigslist. Some guy who bought 1000 feet has 700 left he wants to get rid of. There's always a few of those...
  6. G

    how to block wind rumble physically - wheres mic

    Maybe glue a bit of fur over the hole.
  7. G

    Owl Giving a Ride

    Talk about yer night vision...Owls!
  8. G

    What could be the role of old-school motion-detector lights in the security camera world?

    Your neighbors will hate you if the wind makes your lights flash on and off all night.
  9. G

    Firmware update – if to do, and how

    There are a lot of horror stories about cameras losing features etc. and plain old bricked cameras with updated firmware. Consensus says don't update without a good reason. I'd trust an Andy update over a factory update, as he is responsive in a way Dahua isn't. Also, search the update in the...
  10. G

    Unshielded CAT5 cable in EMT conduit outside?

    Also, use Cat6 or better. Even if some corrosion starts, it will take longer to disrupt the signal with thicker wires than with wimpy cat 5.
  11. G

    Full ALPR Database System for Blue Iris!

    Try running the following commands in the db container (per janhaus): Code: psql -d postgres -U postgres -f /docker-entrypoint-initdb.d/schema.sql Code: psql -d postgres -U postgres -f /docker-entrypoint-initdb.d/migrations.sql If you get an error because there was no schema or migration file...
  12. G

    Algertc ALPR database and VPNs

    Just a post mortem comment to help anyone in the same boat. When I ran the first command: psql -d postgres -U postgres -f /docker-entrypoint-initdb.d/schema.sql I got a bunch of messages telling me that a bunch of files were already there. When I ran the second command: psql -d postgres -U...
  13. G

    BYOB - Build Your Own Beijing | Crazy, game-changing things you can do with latest AI

    Yes, I have read posts about custom models that ID various trucks, and perhaps uniforms? Still waiting for the "pre-crime" custom model that tells me the guy walking around outside has larceny in his heart. I'm sure the wait won't be long However precisely we can discriminate among the data...
  14. G

    BYOB - Build Your Own Beijing | Crazy, game-changing things you can do with latest AI

    I've noticed that each improvement in the amount of information available creates a need for a corresponding degree of analysis. When I first set up cameras, it was a big deal just to be able to look at what was happening, but soon I needed to set up alerts so I could know when something...
  15. G

    Blue Iris Control Room App/Client app

    My server is hard to reach, so I use windows remote desktop to access it. Every once in a while it balks at connecting, but 95 percent of the time it's transparent. When it balks, I plug a keyboard and monitor in to the server and it wakes up, then remote desktop works again.
  16. G

    Algertc ALPR database and VPNs

  17. G

    Algertc ALPR database and VPNs

    Here's perhaps the problem. The db1 log shows the following error, apparently repeating with each new jpeg: 2025-05-24 19:22:02.967 PDT [11662] ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification 2025-05-24 19:14:28.945 PDT [11662] STATEMENT: WITH...
  18. G

    Algertc ALPR database and VPNs

    I tried following Janhaus's instructions, running psql -d postgres -U postgres -f /docker-entrypoint-initdb.d/schema.sql and the equivalent migrations commands inside the database container, and got a message that everything after ...-initdb was a superfluous argument and would be ignored. I...
  19. G

    Algertc ALPR database and VPNs

    Looks like the same thing. I know I read that before but my mind glazed over. I started this thread because I found the first one unwieldy. I'll try it and report. Thanks VideoDad.
  20. G

    Algertc ALPR database and VPNs

    I'm still struggling. I've fixed a few errors, so the lpr-app-1 container is receiving an image and data from BI/Code Project. The log for lpr-app-1 shows an error which seems to postgres trying to resolve a conflict. Here's what I think is the relevant bit. I'd love it if someone could tell...
  21. G

    Algertc ALPR database and VPNs

    I've been trying to setup algertc's ALPR database to handle the lpr data from Blue Iris with no luck. My first setup had the database running on my BI computer. The program seemed to be installed correctly, and I could see jpeg images and thumbnails going to the correct folders in the...
  22. G

    Vigilant Solutions VSR-60-02MP1 IP Camera IPC262ER9-X10DU 24V, 1.5A, 50/60Hz.

    If these were made to spec for ALPR systems, they probably left the mics out as unnecessary in order to save a few Yuan.
  23. G

    Vigilant Solutions VSR-60-02MP1 IP Camera IPC262ER9-X10DU 24V, 1.5A, 50/60Hz.

    That's why you hang out here.
  24. G

    Vigilant Solutions VSR-60-02MP1 IP Camera IPC262ER9-X10DU 24V, 1.5A, 50/60Hz.

    I'd be interested if you're able to find any LPR features. I looked on Vigilant's website. They seem very law enforcement oriented. It would be great if there were some LPR AI loaded in the camera and just waiting for some secret access code to come to life.
  25. G

    Vigilant Solutions VSR-60-02MP1 IP Camera IPC262ER9-X10DU 24V, 1.5A, 50/60Hz.

    I'm using Blue Iris. I just got three of them. I'm hoping to set it up for alpr using code project and BI, but I am still fiddling with it.
  26. G

    New guy

    Welcome! Hang out and search the archives. We've had some discussions about similar situations. I remember talking about cell modems and low bandwidth solutions like LORA. You may find what you need is an alert or a low-res snapshot at the edge of the property, and a video feed only near the...
  27. G

    Vigilant Solutions VSR-60-02MP1 IP Camera IPC262ER9-X10DU 24V, 1.5A, 50/60Hz.

    I did the update Waterbug mentioned and now Brave and Duck Duck Go display the live view. I also found pale moon now won't display the login page with the bare ip address of the camera. That also happened after the first update I did, but the problem went away when I updated pale moon to its...
  28. G

    Vigilant Solutions VSR-60-02MP1 IP Camera IPC262ER9-X10DU 24V, 1.5A, 50/60Hz.

    The QIPC-R1201.30.42.220623 firmware Waterbug mentions is from 2022, according to the release notes: https://download.aras.nl/Video/Uniview/Cameras/Firmware/QIPC-R1201/QIPC-R1201.30.42.220623%20Release%20Notes.pdf So a couple of years newer than the one I found.
  29. G

    Vigilant Solutions VSR-60-02MP1 IP Camera IPC262ER9-X10DU 24V, 1.5A, 50/60Hz.

    The version that came with mine had some of these issues aready, like the 9 character password, and the plug-in messages. I used 32 bit pale moon browser and firefox to display live view. Brave and Duck Duck Go won't display live. I do still get the message about the browser not compatible...