Recent content by wpiman

  1. W

    Full ALPR Database System for Blue Iris!

    Those are the post gres commands I wrote. Everything appears to be working with my new command-- just not sure when things got derailed... I like the idea of saving the file. I'll add that and wait for a car.
  2. W

    Full ALPR Database System for Blue Iris!

    Yeah, I am not sure why the ai_dump stopped working for me. I cloned a camera and one is working with Codeproject and the second ALPR one is working with working with the Blue Iris AI. Both are showing up with that change.
  3. W

    Full ALPR Database System for Blue Iris!

    So I ran the database command listed above... Still didn't work. I ended up having to change my Blue Iris HTTP alert POST body from: {"ai_dump":&JSON, "Image":"&ALERT_JPEG", "camera":"&CAM", "timestamp":"&ALERT_TIME"}...
  4. W

    Full ALPR Database System for Blue Iris!

    Error processing request: SyntaxError: Unexpected token ',', ...""ai_dump":, "Image":"... is not valid JSON Error processing request: SyntaxError: Unexpected token ',', ...""ai_dump":, "Image":"... is not valid JSON Error processing request: SyntaxError: Unexpected token ','...
  5. W

    Full ALPR Database System for Blue Iris!

    I am on 6.0.3.8
  6. W

    Full ALPR Database System for Blue Iris!

    I was just looking at my and realized the database hasn't update in a month. I'll take a look at it... I think the format from Blue Iris might have changed? There messages are still going in but it is complaining about the key I think
  7. W

    Homeseer Blue Iris plugin

    FYI- there is a native HS4 plugin now for Homeseer that interfaces to Blue Iris. https://shop.homeseer.com/products/michael-scott-hm-blue-iris-software-plugin-for-hs4
  8. W

    Camera quit working in the cold

    Your theory is that it gets too cold and the camera electronics stop working. The camera generates heat internally, so if you were to wrap it temporarily you would help keep that heat in. You are just trying to rule out problems.
  9. W

    Camera quit working in the cold

    I'd try some electrical grease first, and then I would try wrapping the camera up at the cold spot. Maybe with a few towels and wrapped in aluminum foil and taped.
  10. W

    Camera quit working in the cold

    The fact that it took 10 minutes for it to work inside plugged in with a short cord indicates that is might not be a power problem-- unless perhaps a cold camera just needs more juice? https://empiretech01.com/products/empiretech-8mp-full-color-fixed-focal-turret-camera-ipc-color4k-t Does the...
  11. W

    BI AI on older GPU cards?

    I just upgraded an old Xeon E3 to use a 3060. It was a PITA to get t e drivers working correctly on windows, I ad to install proxmox to get it to play well wit old ardware....But I get speeds maybe 6x was doing before.. I do mostly alpr... spilled coffee on my kb so some keys arent working...
  12. W

    Version 6

    I have a NAS with 18 hard disks. I probably have to hot swap out one every 2 years or so. They are 3 TB drives.
  13. W

    Version 6

    I didn't upgrade, but I read that some people said their frame rates didn't come over and they had to redo them.... Once they did this, the usage went back. I have no idea what they mean exactly but look into it.
  14. W

    Jetson Orin Super Nano

    https://www.nvidia.com/en-us/autonomous-machines/embedded-systems/jetson-orin/nano-super-developer-kit/ I recently got one of these Jetson Super Nanos and I got Ubuntu running on it. I got codeproject to work in a container, but I think there is an issue with the ARM and CUDA...