Search results

  1. kferrero

    GPU memory full with CPAI

    How many models are you running? With a GPU with only 2gb of video memory you're not going to be able to run more than just a single model like ipcam-combined or ipcam-general.
  2. kferrero

    CodeProject.AI Version 2.0

    Hell I'm still running 2.08, seems every version afterwards has just caused problems or broken things and hasn't improved anything or added any new features. Not upgrading past 2.08 until there's a substantial reason to.
  3. kferrero

    ONVIF events

    If this just started with version 5.7, there's already another post about this, please look below your thread. There is a support ticket already open with BI to fix it. For a workaround, in your hikvision camera, please go to the security settings of your camera and disable replay attack...
  4. kferrero

    ONVIF events

    That error indicates the ONVIF account you are using to pull the events from the camera isn't authorized. Not as familiar with hikvision but I would try creating a new ONVIF user in the camera settings with admin permissions and then re-testing. Some cameras requires two accounts, one for the...
  5. kferrero

    ONVIF alerts not working on 5.7

    Following up on this, Ken emailed me back and agrees with my assessment, he also believes the issue has to do with the timestamp format UTC vs GMT. He says BI only sends timestamp in 1 format currently and is going to look at adding more based on what the camera is expecting to correct this...
  6. kferrero

    ONVIF events

    Check the date/time settings of this camera, what format is it in? GMT or UTC?
  7. kferrero

    ONVIF alerts not working on 5.7

    Submitted a ticket to BI support, I think I've narrowed the issue down. Out of all my cameras, the one with the problem is the only one that uses GMT date/time in the settings. All my other Dahua cameras use UTC. ONVIF authentication has replay attack protection which basically means...
  8. kferrero

    ONVIF alerts not working on 5.7

    Good thing I checked the forums before freaking out too much. Just noticed one of my Dahua cameras is throwing a GetEvents Error 8000fffff that seems to have just started out of nowhere. Looking at the ONVIF event logs in BI I see this <?xml version="1.0" encoding="UTF-8"?> <s:Envelope...
  9. kferrero

    Low Resolution Alerts

    Looks to me like you have the immediate action set on trigger instead of the action being on alert. The AI burned in image doesn't occur until after a trigger becomes a confirmed alert as far as I'm aware. Try moving this action from on trigger to on alert.
  10. kferrero

    2023 EmpireTech Spring Sales

    Congrats to the winners! Thanks Andy for an exciting spring sale and lottery, you should definitely do one of these every season sale!
  11. kferrero

    Main/Substream and poor alert image quality

    Same problem, unless I check "use main stream if available" on AI settings, alert images being sent on my alert actions are low-res
  12. kferrero

    Dahua SD49225XA-HNR step-by-step configuration and settings with BI and tracking

    Thanks man I knew there had to be a way to send commands to the PTZ only after a confirmed alert rather than just by a trigger but somehow I just couldn't find it. This is perfect!
  13. kferrero

    Dahua SD49225XA-HNR step-by-step configuration and settings with BI and tracking

    @wittaj how do you have your spotter cams configured for the 49225. I am trying to do the same thing but it appears spotter cams can only trigger the 49225 to move to a preset when the spotter cam is triggered, and not on confirmed alerts. The problem I am having with this configuration is my...
  14. kferrero

    CodeProject.AI Version 2.0

    @MikeLud1 is there a reason why .NET is so much more performant than 6.2? Reading all of the guides mention that you should be using 6.2 for GPU and .NET for CPU but it seems .NET works an order of magnitude faster for GPU?
  15. kferrero

    5.5.8.2 Update and H/A decoding

    Thank you, makes sense!
  16. kferrero

    5.5.8.2 Update and H/A decoding

    I am certainly not an expert but for my edification, logically I don't understand how that is possible. If an Intel i-series CPU has a purpose built sub-processor for decoding of h.264, how would that use more CPU% or not be more efficient than using the general processing unit? I also run a...
  17. kferrero

    5.5.8.2 Update and H/A decoding

    Figured I'd post this in case anyone else has a similar issue. After updating to 5.5.8.1 I started having issues with FPS drops when live viewing cameras in UI3, also affected recordings. Motion recordings when played back would be extremely jerky, video would freeze, then speed up a few...
  18. kferrero

    Poor IR contrast in new Tennessee license plates

    Fair enough, I've read the State's response and unsurprisingly they refuse to admit there's an issue and are not going to spend any more money on redesign, even though they also admit they did zero LPR testing. Outside of heavy pressure from law enforcement, I think waiting for a newer camera is...
  19. kferrero

    Poor IR contrast in new Tennessee license plates

    Good points and yes I agree, I live in TN, I still have one of the old style plates but I'd love to get an illuminator at 750nm to test the theory out. Anyone know where you can buy an IR illuminator with 750nm LEDs?
  20. kferrero

    Poor IR contrast in new Tennessee license plates

    That is certainly wonky behavior, in B/W mode the camera is concluding the box and cab are the same shade of color. From the B/W shot you'd think this truck was all white when it very clearly is not. This definitely offers some insight into whats happening with the TN plates, the camera thinks...
  21. kferrero

    How does Deepstack handle a PC with multiple discrete GPUs?

    I doubt deepstack has this functionality built in, but in the nvidia control panel you can assign specific GPUs to specific processes in Windows. I have had to do that before with some games that were defaulting to the built-in Intel GPU and not using my GTX 1070. I had to go into the nvidia...
  22. kferrero

    Deepstack Times to high?

    The patch 2 installer is a roll up, you don't have to install the base file and then patch 1 and then patch 2. You can just directly install the patch 2 file and it includes base, patch 1, and patch 2. I tend to agree with you though, if it ain't broke don't fix it.
  23. kferrero

    Deepstack Times to high?

    You may very well have hah! cudNN 8.2.2 Download https://developer.nvidia.com/compute/machine-learning/cudnn/secure/8.2.2/10.2_07062021/cudnn-10.2-windows10-x64-v8.2.2.26.zip CUDA 10.2p2 Download https://developer.download.nvidia.com/compute/cuda/10.2/Prod/patches/2/cuda_10.2.2_win10.exe...
  24. kferrero

    Deepstack Times to high?

    Update, thanks for the info! I uninstalled CUDA and cudaNN that I was running and matched your versions, that gave me an immediate, repeatable, measurable improvement of 100ms. I'm now averaging 180-200ms processing time. I'm going to further test by updating the graphics card driver to the...
  25. kferrero

    Deepstack Times to high?

    That would be cool, because it's really frustrating me to hear your average processing time even on HIGH 2-3x better than mine on MEDIUM. "Note: I’m now using ‘Medium’ mode. I was seeing an average of ~125 msec in ‘High’ mode." It just tells me there's something not optimized on my end, either...
  26. kferrero

    Deepstack Times to high?

    Following this thread, longtime lurker that just made an account. I just switched from Deepstack CPU to GPU and appear to not be getting that noticeable of an improvement. I'm getting roughly 300ms processing time with a Quadro T400 which is better than this P400 and yet my processing times are...
Top