Recent content by netmax

  1. N

    Enabling Overlays for two Cameras drops the whole FPS in UI for all cameras to 2-3 fps

    As soon as I remove the overlay, either by deleting the object or by unchecking the "Display live overlay" all goes back to normal. When I just add one overlay graphic to one camera, all goes downhill and fps is back to 2-4 ... even when I watch just a different (!) single camera in UI3. BI is...
  2. N

    Enabling Overlays for two Cameras drops the whole FPS in UI for all cameras to 2-3 fps

    Hi have a very strange issue and can't find any solution. I have added a privacy mask for two cameras in BI via overlays. For these two cameras I needed to change the recording profile to re-encode, but recording is only done when the camera is triggered. The cameras are clones from their...
  3. N

    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/

    When checked, it uses the camera main stream. But as the AI resizes to 640px anyhow, it needs additional CPU power for resizing before analyzing. So in most cases feeding the sub stream is better.
  4. N

    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/

    However, you pay with preciseness as I've seen. Running both, the default and the combined model, the combined one often misses persons and cars which are quite small. The default model takes much more time, but detects ways better. I think the golden solution would be the default model with...
  5. N

    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/

    This is how I did it to use the combined.pt model (which boosts my detection by factor 3) with docker: This is my docker-compose.yml for SenseAI: version: "3.3" services: deepstack: image: codeproject/ai-server:latest restart: unless-stopped container_name: senseai ports...
  6. N

    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/

    OK, it is much slower in real life on the same server with the same resources. So not production-ready right now. Two usual alarms on my frontcam (person walking by): DeepStack: And after switching to SenseAI on the same cam: This is an average plus of 250ms (or 50%) per picture. So no...
  7. N

    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'm running my Deepstack in a separate VM, so it was pretty straight forward to spin up another VM running SenseAI. With the "Override server" checkbox it's extremely easy to switch between these two per camera by just checking the box and entering the IP of the SenseAI (Default is DeepStack)...
  8. N

    Hell Yeah! Direct Deepstack Integration - 5.4.0 - March 31, 2021

    I wrote this to Ken 15 minutes ago ;) (1-5 secs configurable) along with the proposal to integrate a checkbox "use main stream for AI" per camera.
  9. N

    Hell Yeah! Direct Deepstack Integration - 5.4.0 - March 31, 2021

    Just got a reply from Ken, the number of possible alarm pictures in 1s-interval will be extended to 30 in 5.4.2.2 :clap:
  10. N

    Hell Yeah! Direct Deepstack Integration - 5.4.0 - March 31, 2021

    @wittaj No CPU issues. BI is permanently around 18% CPU load, no peaks as AI is running separately in a dedicated VM on one of my R720, it can use 15 vCPU of the Dual Xeon E5-2650Lv2 setup of the machine. Runs on Linux, much better performance than on Windows (and I avoid the M$ crap where ever...
  11. N

    Hell Yeah! Direct Deepstack Integration - 5.4.0 - March 31, 2021

    I'm really excited that Ken has implemented native DeepStack support, that has eased my config by far! But there are still some issues in the implementation. Most important are these two: The Alarm action fires extremely delayed! In my hallway today BI confirmed me at 13:07:11 - this is the...
  12. N

    Yet Another Free Extension for Blue Iris Adding AI Object Dectection/Reduction in False Alarms/Enhanced Notification of Activity/On Guard

    Just a short question: When the reference points got messed up with previous versions ... how do I correct them?
  13. N

    Yet Another Free Extension for Blue Iris Adding AI Object Dectection/Reduction in False Alarms/Enhanced Notification of Activity/On Guard

    It's a perspective thing. Our driveway i.e. of course due to the perspective of the cam has a much lower width on top of the picture than at the bottom. The street, where I don't want cars to trigger the event, is an inclined line and not a fully horizontal thing on the camera picture. When I...
  14. N

    Yet Another Free Extension for Blue Iris Adding AI Object Dectection/Reduction in False Alarms/Enhanced Notification of Activity/On Guard

    Hmmm, OK ... I do get SQL errors: MainWindow - SQLException - GetNextMotion - Opening Connection: Netzwerkbezogener oder instanzspezifischer Fehler beim Herstellen einer Verbindung mit SQL Server. Der Server wurde nicht gefunden, oder auf ihn kann nicht zugegriffen werden. Überprüfen Sie, ob...
Top