Recent content by netmax

  1. N

    Dahua day/night switch utility - DahuaSunriseSunset

    I have exchanged two older SD22204T-GN cameras against two DH-SD22204DB-GNY. The new ones also have the V5 web interface, but none of the commands posted here in the last three pages work. :( Trying the commands in the browser always returns an "OK", but the cam doesn't switch between day and...
  2. N

    Is the upgrade from SD22204T to Starlight SD22204DB-GNY worth it?

    Thanks @wittaj ! That's a great starting point for me!
  3. N

    Is the upgrade from SD22204T to Starlight SD22204DB-GNY worth it?

    Yes, the exposure is on auto. Any documentation how do acquire the best settings? Or recommended settings? But will a sensor with a 10 times better low light capability not deliver better pictures under the same settings?
  4. N

    Is the upgrade from SD22204T to Starlight SD22204DB-GNY worth it?

    Hi, I have a couple of SD22204T cameras around the house (equipped in 2018) and having some issues here in night time I wonder if an update to the SD22204DB-GNY is worth it. From the datasheet it has a 10 times lower minimum light conditions, but does anyone have experience in practice? The...
  5. 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...
  6. 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...
  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/

    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.
  8. 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...
  9. 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...
  10. 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...
  11. 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)...
  12. 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.
  13. 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:
  14. 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...