Recent content by hubbend

  1. H

    Alert playback starting at beginning of clip versus the trigger point

    Just a brief update. I filed a support request with Blue Iris and got a pretty quick response from Ken. He and I have been exchanging ideas and data. I sent Ken a video of the issue. If I double click the alert clip, it appears that it is loaded and a few frames latter in my screen capture video...
  2. H

    Blue Iris and CodeProject.AI ALPR

    I updated the link but here it is Re: ALPR INSTALLATION, NO MODULE NAME "PADDLE"
  3. H

    Alert playback starting at beginning of clip versus the trigger point

    Thanks @jaydeel for the response. I will change over to continuous sub + triggered and just kind of flow with the oddity in playing back clips for now.
  4. H

    Alert playback starting at beginning of clip versus the trigger point

    I pulled out the DB items from the latest log and there is this: 202407.txt:20250:0 7/3/2024 9:24:11.297 AM DB DBRegenerate: started 202407.txt:20251:1 7/3/2024 9:24:12.047 AM DB DBRegenerate: corruption skipping 730720 bytes...
  5. H

    Alert playback starting at beginning of clip versus the trigger point

    If I double click and alert clip, sometimes playback will be from the beginning of the saved clip versus at the trigger point. I have my video setup for continuous sub + alerts and combine or cut video every hour. For example, lets say I have an alert at 07:35. If I double click that alert in...
  6. H

    Blue Iris and CodeProject.AI ALPR

    Installing the new version, 3.2.2, but it fails to install paddlepaddle 2024-06-29 08:32:39: - Installing PaddlePaddle, Parallel Distributed Deep Learning...(⌠failed check) done which leads to problems when it tries to apply the paddleOCR patch. I re-ran setup with verbosity set to...
  7. H

    Blue Iris and CodeProject.AI ALPR

    Also with the GPU support, the model stops after sometime. When restarted, it dequeues a whole bunch of request. If I run the model with GPU disabled, I get license plate recognition.
  8. H

    Blue Iris and CodeProject.AI ALPR

    I finally got things squared away in my installation. The CUDA/CUDNN installation isn't really an issue. It is the fiddlyness of paddle. I tracked the error message of Note: [Recommend] copy cudnn into CUDA installation directory. down to code in Paddle. The file is...
  9. H

    Blue Iris and CodeProject.AI ALPR

    Only CUDA 11.8 installed: Ouptut from set:
  10. H

    Blue Iris and CodeProject.AI ALPR

    I am also seeing this as well: 2024-06-02 16:12:06: License Plate Reader: [AttributeError] : Error during main_loop: Traceback (most recent call last): File "C:\Program Files\CodeProject\AI\modules\ALPR\../../SDK/Python\module_runner.py", line 618, in main_loop...
  11. H

    Blue Iris and CodeProject.AI ALPR

    Getting CPAI to work with my GeForce 1650 GRTX has been exciting :banghead: I have finally gotten things working on the YOLO side but ALPR has some issues. I am running CPAI 2.6.5 with LPR 3.1.0. I am getting errors every time BI fires off a request to the ALPR module. I have read through this...
  12. H

    2.1.9 beta and NVidia GTX defect (Solved)

    I am getting the same behavior, no AI processing for triggered events, but with use GPU unchecked in BI. 2.1.8 was working fine.