Recent content by strb173

  1. S

    2 Way Audio Frigate Hikvision AcuSence cam

    You need to ensure you're accessing frigate via https, either using your own reverse proxy or via port 8971 with tls enabled TLS | Frigate, this is a browser requirement for 2-way talk. Hikvision cameras might not support rtsp backchannel audio, they also have their own api that allows two-way...
  2. S

    Slow - Live Mode

    Make sure you're using go2rtc, it's included in frigate. If you just use the built-in detect stream, it gets decoded by frigate for motion, object detection and so there will be additional latency. Go2rtc will let you restream the RTSP feed via webrtc, you should see much lower delays as the...
  3. S

    Good deal Annke 180 degree dual 1/1.8 for $220?

    I managed to automate switching the LED mode between white light and IR on my FCD600. Just swap out USER/PASSWORD/IP_ADDRESS curl -X PUT -u USER:PASSWORD --digest -H "Content-Type: text/xml" -d '<SupplementLight><supplementLightMode>multiAzimuthWhiteLight</supplementLightMode></SupplementLight>'...