Search results

  1. P

    Android TV devices recommended for tinyCam Monitor PRO w/ background mode and web server

    I use an NVidia Shield running android and it works great. No idea about Chromecast
  2. P

    Mini-Review - 5442-Z4E-S3 AKA B54IR-Z4E S3 - Replacement to the 5442-Z4E

    This is a definite upgrade from the prior version. I can't wait to get mine installed whenever I get the free time. Should we take up a donation for you to renew your BI? :)
  3. P

    CodeProject.AI Version 2.0

    I had a similar error. Seems like something's broken in 2.4.7. I reverted back to 2.3.4
  4. P

    Adding Nvidia GPU to Blue Iris and Code Project AI Install

    Have 8 18 Tb HDD and one 500 Gb SSD
  5. P

    Retirement Gift

    More time for more cameras. Congrats
  6. P

    Adding Nvidia GPU to Blue Iris and Code Project AI Install

    I went with the Meshify 2. Barely can fit all the HDDs and large motherboard in this case. I have a 12 gen i9 with plenty of power, but still am enjoying the GPU for AI.
  7. P

    Adding Nvidia GPU to Blue Iris and Code Project AI Install

    I used Fractal Design Meshify case for my BI build because I wanted lots of ventilation for my 8 HDD and GPU. Meshify Series by Fractal Design I just pulled it out of the closet yesterday to put in a 3060 replacing my older 1070ti. It is a nice case. I had trouble with the 1070. ALPR...
  8. P

    How to train a custom YOLOv5 model using CodeProject.AI Training for YoloV5 6.2 module

    How would I do this to add a vehicle to your delivery.pt? The Amazon people are always delivering in these white vans with "fluid" logo. I'd like to add those images somehow
  9. P

    Blue Iris and CodeProject.AI ALPR

    Welp 2.3.4 works including ALPR with new GPU. That's it. I'm not touching it ever again.
  10. P

    Blue Iris and CodeProject.AI ALPR

    yeah tried that and rebooted etc etc. Going back to 2.3.4 and see if that works.
  11. P

    Blue Iris and CodeProject.AI ALPR

    17:58:32:ALPR_adapter.py: Traceback (most recent call last): 17:58:32:ALPR_adapter.py: File "C:\Program Files\CodeProject\AI\modules\ALPR\ALPR_adapter.py", line 16, in 17:58:32:ALPR_adapter.py: from ALPR import init_detect_platenumber, detect_platenumber 17:58:32:ALPR_adapter.py: File...
  12. P

    Blue Iris and CodeProject.AI ALPR

    I noticed this when I updated BI from 5.8.0.x to 5.8.1.x. I reverted back and it's available.
  13. P

    Adding Nvidia GPU to Blue Iris and Code Project AI Install

    Count me in as one that has had trouble with my GPU, GTX1070ti. I've uninstalled and reinstalled CPAI probably a half dozen times. Have uninstalled and reinstalled different versions of CUDA several times. Aside from being a bit time consuming, it's not a big deal. Have a different GPU on...
  14. P

    anyone have an app or way to open a gate when a camera alerts you of the presence of a vehicle with something like

    If you want to control something directly through BI, only way I can think of it to set up a PTZ preset on you camera that sends out an MQTT or HTTP message to your home automation system that would open a gate, etc. Gate latch/switch could be controlled with zwave or zibgee or even directly if...
  15. P

    CodeProject.AI Version 2.0

    That's good to hear. Thanks for the reply. Looks like the RTX 3050 or 3060 is the newer model that replaces the 1650. But for twice the price and only a little more compute power it looks like the 1650 is the right choice if I go forward.
  16. P

    CodeProject.AI Version 2.0

    How are you liking that GPU? I'm wondering if my issues stem from my somewhat older GTX 1070 ti. Was thinking of maybe upgrading to see if that works.
  17. P

    CodeProject.AI Version 2.0

    No I have never got it to work. It didnt work on 2.3.4 but I thought it was the issue with CP.AI not finding CUDA. Also it never worked on 2.1.1. Not sure which ALPR modules those were with at the time. We had tried to troubleshoot this back in August but couldnt get it to go. I gave up at...
  18. P

    CodeProject.AI Version 2.0

    Last night I uninstalled CUDA 11.8 and installed CUDA 12.x. uninstalled the modules, then reinstalled the modules not using cache then rebooted. Had to modify the module.json file again to lower the compute minimum for my GPU. This brought a new issue, where the alpr.py timed out as it...
  19. P

    CodeProject.AI Version 2.0

    Thanks for all your help.
  20. P

    CodeProject.AI Version 2.0

    I thought I did. Just rebooted again to be sure I can read license with CPU enabled, but get no hits with GPU enabled.
  21. P

    CodeProject.AI Version 2.0

    So replacing my modulesettings.json with yours has returned the GPU option. However, when I test LPR using CP.AI Explorer I get no predictions returned. When I disable GPU and use CPU, I get a good license read. Here is my version that didn't work. { "Modules": { "ALPR": {...
  22. P

    CodeProject.AI Version 2.0

    Sorry, which file is that?
  23. P

    CodeProject.AI Version 2.0

    No luck
  24. P

    CodeProject.AI Version 2.0

    Ok I did that and no change
  25. P

    CodeProject.AI Version 2.0

    I tried refreshing and clearing browser cache. The option is not there.
  26. P

    CodeProject.AI Version 2.0

    That gear option is not available on my setup
  27. P

    CodeProject.AI Version 2.0

    I notice under LPR Info there is a line that says CanUseGPU False GPU: NVIDIA GeForce GTX 1070 Ti (8 GiB) (NVIDIA) Here is install log: 2023-12-16 18:56:25: ====================================================================== 2023-12-16 18:56:25...
  28. P

    CodeProject.AI Version 2.0

    Yes. I updated cuDNN to v8.9 and got Yolo to recognize GPU but not LPR
  29. P

    CodeProject.AI Version 2.0

    Mike, Ive reinstalled CUDA 11.8 and updated cuDNN to v8.9 I got GPU now working for YOLOv5 6.2, but LPR 2.7.5 has no option for GPU. I tried clearing the browser cache and same. EDIT: Under LPR info there is a line that says CanUseGPU False. Is there a way to edit this to say true...
  30. P

    CodeProject.AI Version 2.0

    Mike I am still having issues with CPAI seeing and using my GPU. I was getting Yolov5 6.2 to use my GPU on 2.3.4 but now it wont recognize it. LPR not seeing it again, like before. C:\Users\BlueIris>nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2022 NVIDIA...