Recent content by wpiman

  1. W

    Anyone running Blue Iris on a mini pc? What HDD are you using?

    To jump on this bandwagon, I had 2 E3 Xeons--- one running Blue Iris in Windows, and the other running Linux with a bunch of docker containers (Homeseer/homeAssistant/etc).... I still have one E3 with 18 HDD left as a NAS. That will be expensive to replace with the price of HDD these days. I...
  2. W

    Hacked DAHUA cam and added that names

    Old. 2019. It was probably the only one I have not updated. It is the "boobie" camera.
  3. W

    Hacked DAHUA cam and added that names

    So I always had my Dahua's and other Chinese cameras firewalled. I recently replaced my router, and I did set up the firewall and add the cameras to the no internet list, but in the meantime it looked like they got one. I logged into the camera and then deleted the used they added. I had some...
  4. W

    Jetson Orin Super Nano

    That model isn't supported anymore and is pretty old. If you want an LLM there are way better options on the Nano.
  5. W

    Jetson Orin Super Nano

    I am. Working so well I don't even think about it anymore. About 40 ms per plates.. and maybe 40-75ms for object detection. 16:28:59:Response rec'd from License Plate Recognition (YOLO11) command 'alpr' (...dae857) ['Found 1 license plates: 1UFL23'] took 41ms 16:28:59:Response rec'd from...
  6. W

    License Plate Setup

    Just to highlight this a little more-- his codeproject.ai under the "mesh" had vision/alpr but not image/alpr. I think Blue Iris might use that? We just added a route.... { "Name": "License Plate Recognition (YOLO11 .NET)", "Route": "image/alpr", "Method"...
  7. W

    Jetson Orin Super Nano

    I am going to keep the Jetson exclusive use for CP.AI. I might get a second for mucking with. I also got a 16 Gb Raspberry pi with a Hailo 10 board.
  8. W

    Jetson Orin Super Nano

    How are the speeds? This platform is perfect for CP.AI...
  9. W

    Jetson Orin Super Nano

    Ok, I pushed it all to docker hub. If you do a docker pull wpiman/codeprojectai-jetson:latest the face detection will be there. Seems to run pretty fast I guess with the CUDA.
  10. W

    Jetson Orin Super Nano

    Yep. It should all be accelerated on there. Does it not default to that?
  11. W

    Jetson Orin Super Nano

    Ok, I managed to get it running here too. I was able to use CUDA too.. though not sure how much it actually helps here. I'll put it out later today.
  12. W

    Jetson Orin Super Nano

    I don't use it for Face Detection but I will try to add it this week. What sort of object detection times are you getting? Did you upgrade it to the Super Nano? Make sure your power mode in MAXN_SUPER. mike@JetsonOrinNano:~$ nvpmodel -q NV Power Mode: MAXN_SUPER 2
  13. W

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    https://hub.docker.com/repository/docker/wpiman/codeprojectai-jetson/general The Docker file I built starts with a Jetson Image which is ARM only. I tried to start it on my x86 Linux and it died a quick death. So you don't have a CUDA GPU on that system? I actually have a a x86 with Linux...
  14. W

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    I don't know how to say this other than "kind of". I took the ONNX file his directory and got it running in docker. What is your setup?
  15. W

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    So those changes I made worked for a bit.... and then went to crap. I have 3 clones of the camera-- One -> original ALPR on my Linux NAS-- works great.. but slow on my Linux CPU box. Two -> Mike Lud Yolo 11 ALPR-- windows/CUDA... worked on blue IRIS and then broke. Works fine on the server...