Search results

  1. S

    Which nVidia GPUs are you using?

    Agreed. One of the reasons I like using the 3050 6GB card. No external power connector. Only uses the PCIX slot power. Most of the time it is only drawing 15 watts and it maxes out at 70 watts. Avg YOLO5 inference time is 35ms for 16 HD cameras I don't need the fastest GPU, I need power...
  2. S

    Gunshot Detection?

    You are not going to be able to determine the difference in the sound of a distant fireworks/gunfire using the quality of microphones built into cameras. Even fancy microphones are not going to really help with that problem. What is more feasible with good equipment is to detect the supersonic...
  3. S

    Which nVidia GPUs are you using?

    I am not sure how you configured yours but both of my BI systems running YOLO 5 on CUDA hovered around 10% utilization 99% of the time. Measured using task manager and GPU-z. Again, it all depends on what your priorities are. 1650 handled BI and CPAI running 16 cameras without breaking a sweat.
  4. S

    Which nVidia GPUs are you using?

    I was confusing you with the OP for a minute. You state your biggest problem is the accuracy. I am not confident that I can provide a good solution for that so I wont address that part. You have 6 cameras, that is not a heavy workload and most likely you could handle that without a dedicated...
  5. S

    Which nVidia GPUs are you using?

    Optimized decisions will depend on what is most important to your use case. My primary use case is CPAI connected to BI machine running 16 HD cameras. The optimum choice is whatever can handle that workload for the least amount of electricity cost, the cheapest card, and does not add a bunch of...
  6. S

    Which nVidia GPUs are you using?

    I am running 3050 6gb models. They only need power from the PCIe slot and no external connector. Max power is 70 watts, normal power usage is about 20 watts. I was running EVGA GeForce GTX 1650 XC and they worked just fine with CPAI and BI with 16 HD cameras. I would let one of the EVGA...
  7. S

    Gunshot Detection?

    My neighbors must have a source of good fireworks because they are setting them off quite frequently throughout the year. I would assume I would get a lot of false positives if I attempted any kind of gunshot detection. Most people cannot tell the difference between fireworks and gunshots even...
  8. S

    Blue Iris and CodeProject.AI ALPR

    TCP 0.0.0.0:32168 0.0.0.0:0 LISTENING This line means that some program is listening on port 32168 on all network interfaces. The lines that say ESTABLISHED means that something established a connection to your machine. Since the lines start with 127.0.0.1 (localhost) and the other end is...
  9. S

    Blue Iris and CodeProject.AI ALPR

    Open a command prompt and enter the command netstat -na | find "32168" You should see something like TCP 0.0.0.0:32168 0.0.0.0:0 LISTENING Copy and paste the results into a reply Also turn off your firewall or make sure you are allowing incoming TCP on port 32168
  10. S

    what GPU do i need for CodeProject.AI with my HP EliteDesk 800 G3 SFF?

    For what it is worth, the 3050 6GB will be a great choice for Code project AI and Blue Iris. My personal requirement is 16 HD cameras running as efficiently as possible. Low power usage to keep the power bill reasonable and help the UPS last longer. The 3050 6GB in my system with 16 cameras...
  11. S

    Suggested new GPU for a new build for a friend? Similar to gtx970

    The best will depend on what is important to you. I value; low power usage good price decent AI performance. I bought GTX 1650 for all of my Blue Iris machines. They only use 70 watts They do all of the coding/decoding for 16 cameras, handle Codeproject AI, and do some other AI/pytorch stuff I...
  12. S

    Starlink - anyone have it?

    I had Starlink from when it first available until this year when Gigabit fiber was installed. I went from Hughesnet(horrible) to Starlink and then just this year we had Gigabit Fiber installed on the power poles. I live in a rural area with no other options and there is no cell signal at my...
  13. S

    Web UI Not responding

    This issue has happened on two of my Blue Iris instances. Since upgrading to 5.9.8.x in order to try the AI detection, my webserver UIs have stopped working are returning an empty HTML page which displays as a white page in both Firefox and Edge. Upgraded both to 5.9.9.0 in the hopes that it was...
  14. S

    Blue Iris Teamviewer Lockup

    Running Blue Iris 5.9.6.4 Running fine locally. When I use teamviewer to access the system remotely the computer will lockup after about 5 minutes. Usually it just locks up and is unresponsive until a physical reboot and sometimes it blue screens. The minidump of the blue screen points to...
  15. S

    Upgrading parts in Blue Iris PC

    Experiment with AI with what you have first. If you really like it, I would suggest getting a GTX 1650 or 1660 GPU and run that AI on that. The 1650 and 1660 are best tradeoff on power usage versus CUDA ability in my opinion. Using substreams and direct to disc are two settings you want to use...
  16. S

    Lorex 4K Doorbell

    I picked up the Lorex 4K Doorbell on sale. So far it is working rather well. The App has given me a few issues however. I got it installed today and am still going through the config but I was able to get the video into Blue Iris. One frustration is figuring out which firewall ports I need to...
  17. S

    Codeproject or deepstack

    Honestly you will need to answer that for yourself depending on your own skills and desires. I waited for a while myself, mostly to let the big bugs get ironed out and for codeproject to support GPU. The move over was relatively painless and I feel that I am seeing improved performance but I...
  18. S

    Codeproject or deepstack

    @Dorsey Pender One system is BI: 5.6.9.8 CP: 2.07 The other is BI: 5.7.04 CP: 2.08
  19. S

    Codeproject or deepstack

    Deepstack was working for me with a few minor issues. I recently updated to Codeproject , on two machines ow that the GPU support has been out for a bit. I am pleased with how it is performing so far and my initial impression is that it is more accurate than deepstack.
  20. S

    Deepstack still supported

    I am currently running 5.7.11 with Deepstack and it is working. The last time I tried to update, I ran into multiple problems. Is the current version of BI still working with Deepstack?
  21. S

    Deepstack Object detection stopped working

    As a follow up. In preparation to uninstall/reinstall of Deepstack, I went into BI and stopped the service. Then I went to task manger to make sure the processes had stopped so I could delete the directory. I found a python process still running using about 1,700 MB of memory and 0% CPU. It...
  22. S

    Deepstack Object detection stopped working

    Thank You for the reply. C:\ drive is 800GB free About 33 rdb files in the directory Thank You
  23. S

    Deepstack Object detection stopped working

    Blue Iris 5.5.7.11 and Deepstack Sep 21 Windows GPU version. Everything was working fine until about 4PM on the 12th of July. At that point Blue Iris is reporting that all calls to deepstack are timing out. Log entry: Deepstack: Alert cancelled [DeepStack: timeout] 11937ms Prior to 4PM calls...
  24. S

    BEWARE: Issue with Deepstack 2022.01.01 and BlueIris

    For what it is worth, in June I upgraded Deepstack GPU to the newest version and the same thing happened. No Objects detected. Rolled back to 21-9 and Blue Iris detections started working again.
  25. S

    Deepstack timing out

    Great Question. Blue Iris is currently 5.5.8.0 Deepstack in 9/2021 version I think the problem may have started with the 5.5.7.11 version but I am not 100% sure.
  26. S

    Deepstack timing out

    After a recent Blue Iris update, one of my machines is having Deepstack timeout inside of Blue Iris. Log is filled with AI timeouts. Anyone else encountering this before I go down a rabbit hole?
  27. S

    GTX1650 for deepstack?

    GTX `650 in multiple Blue Iris machines. Works great on 12 plus HD camera installs. If I had to pick a downside is that it spends majority of time idle and uses more power than on the GPU on the CPU.
  28. S

    POE Switch Recommendations ??

    I would personally stay away from anything that says "cloud managed" .
  29. S

    POE Switch Recommendations ??

    You have received a number of different responses so far. You need to give your requirements and desires some serious thought before spending a bunch of money. You could go the dumb switch route for less complexity and less cost but also less features. If that meets your needs then go for it. I...
  30. S

    How to get PTZ controls to work?

    ON the Hikvision I had to enable ONVIF and add a user to the ONVIF access before PTZ would work.