Recent content by rkn

  1. R

    Does YOLOv5 6.2 work with CUDA 12.x?

    Thanks Mike, but I tried this and no change as it still only offers and uses CPU for YOLOv5. If its not going to be faster then its not worth me wasting much time on this but could the fact I am still running CPAI 2.6.5 rather than a later release have any impact on YOLOv5 not using the GPU?
  2. R

    Does YOLOv5 6.2 work with CUDA 12.x?

    I've added a 3060 12GB to my BI PC and installed CUDA 12.6.2 and ran the install script for cuDNN. Immediately I could see the existing YOLOv5 .NET using DirectML was indeed using the 3080 GPU instead of the integrated one. Simlarly if I switch to YOLOv8 it also starts and uses the GPU using...
  3. R

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    I finally upgraded from DeepStack today to CodeProject.AI and its seems to be working fine. However I note that the CodeProject.AI.Server.exe is writing a lot of temp files which appear to be the ASP.NET core request files it writes for requests over 30KB unless buffering is enabled. For...
  4. R

    Blue Iris UI3

    I really like the Timeline view but its highlighted an issue with camera labels. I've now enabled labels 'Above' the images for the benefit of people in the household who don't know the camera colours to match to the timeline events. However in certain browser window sizes the camera labels...
  5. R

    Blue Iris UI3

    Is there any way to make UI3 play alert sounds only for DS confirmed alerts instead of trigger and/or motion?
  6. R

    Blue Iris UI3

    Thanks @bp2008. I'll revert to flat storage for snapshots in the BI folders and reduce the number stored before export to the photo server for viewing garden and other changes over longer time periods.
  7. R

    Blue Iris UI3

    I am working through some revisions to how I store and view CCTV content and as part of that I've started storing camera snapshots images and I use year and month named subfolders within the root snap shot folder as I retain a large number of snapshots given the smaller sizes of snapshot jpgs...
  8. R

    Blue Iris UI3

    I would like to see the date for alert/recording tiles changed to also include the day of the week or an option to do so. The reason is that day of week is often important when reviewing old clips and I often find myself doing the mental arithmetic or calendar checking for older dates to...
  9. R

    Data being sent to OPENALPR - not even enabled?

    I've just enabled logging in my gateway for my BI server and an hour in there's nothing so far so does this happen all through the day for you? Also what version of BI 5 are you on and have you even enabled openalpr integration?
  10. R

    Blue iris, why not virtualized?

    Thanks, but it has a monitor connected all the time. I've tried four versions of the Intel graphics driver (from last 18 months) with no success so have parked this for now until I get some more time.
  11. R

    Blue iris, why not virtualized?

    When building a new server for BI I avoided virtualisation even though I much prefer that approach just so I could avoid pass through issues and have simple access to hardware acceleration for BI. Sadly whenever I use QuickSync hardware acceleration I get ghosting on playback despite trying...
  12. R

    Blue Iris UI3

    It's 100% reproducible for me on 3 different PCs all using Chrome 67 but live audio must be off as below. Steps: (Note: I disabled my js extensions file and fully refreshed to take that out of the equation) Configure UI3 to play sound on camera motion and triggers and disable live audio (this...
  13. R

    Blue Iris UI3

    Many thanks for this. On a different topic, the fairly recent policy change in Chrome for preventing auto playing audio in some cases is a pain for the way I use UI3. I often have motion and camera trigger sounds on and then miss the events (deliveries usually) due to audio being blocked as I...
  14. R

    Blue Iris UI3

    @bp2008 Thanks for the pointer as I hadn't noticed that volume handler. The new event handler is even better though, so thanks for that!
  15. R

    Blue Iris UI3

    @bp2008 I modified the sample event mute button overrides script your provided so it now uses local storage. This solves the issue of it getting out of sync when muting event sounds, navigating away/closing tab and then re-opening UI3. Without this change it looked like event sounds are...