seydx / homebridge-camera-ui

Homebridge plugin for RTSP Cameras with HSV, motion detection support, Image Rekognition, Web UI to manage/watch streams and WebApp support
MIT License
621 stars 92 forks source link

HSV is not working for Tapo C320WS #931

Open vtonderp opened 1 month ago

vtonderp commented 1 month ago

Describe the bug HSV don't want to work for my TPLink Tapo C320WS camera

To Reproduce Steps to reproduce the behavior

Expected behavior Apple Homekit HSV to work

Logs No errors

Screenshots { "name": "CameraUI", "port": 8082, "atHomeSwitch": false, "logLevel": "info", "mqtt": { "active": false, "tls": false, "port": 1883 }, "http": { "active": true, "port": 7272, "localhttp": false }, "smtp": { "active": false, "port": 2727, "space_replace": "+" }, "ftp": { "active": false, "useFile": false, "port": 5050 }, "ssl": { "active": false }, "options": { "videoProcessor": "ffmpeg" }, "cameras": [ { "disable": false, "name": "Front Door View", "manufacturer": "TPLink", "model": "C320WS", "serialNumber": "223C834002101", "motion": true, "motionTimeout": 15, "unbridge": true, "hsv": true, "prebuffering": true, "prebufferLength": 4, "hksvConfig": { "maxWidth": 1920, "maxHeight": 1080, "maxFPS": 30, "maxBitrate": 2048, "audio": true }, "videoConfig": { "source": "-rtsp_transport tcp -i rtsp://vtonderp:Bloubulle01@192.168.50.145:554/stream1", "subSource": "-rtsp_transport tcp -i rtsp://vtonderp:Bloubulle01@192.168.50.145:554/stream1", "stillImageSource": "-rtsp_transport tcp -i rtsp://vtonderp:Bloubulle01@192.168.50.145:554/stream1", "maxWidth": 1280, "maxFPS": 15, "vcodec": "copy", "acodec": "libfdk_aac", "audio": false, "debug": true }, "smtp": { "email": "Front Door View" }, "videoanalysis": { "active": false }, "mqtt": {} }, { "name": "Front Overview", "manufacturer": "TPLink", "model": "C320WS", "serialNumber": "223C834002087", "motion": true, "motionTimeout": 15, "unbridge": true, "hsv": true, "prebuffering": true, "prebufferLength": 4, "hksvConfig": { "maxWidth": 1920, "maxHeight": 1080, "maxFPS": 30, "maxBitrate": 2048, "audio": true }, "videoConfig": { "source": "-rtsp_transport tcp -i rtsp://vtonderp:Bloubulle01@192.168.50.131:554/stream1", "subSource": "-rtsp_transport tcp -i rtsp://vtonderp:Bloubulle01@192.168.50.131:554/stream1", "stillImageSource": "-rtsp_transport tcp -i rtsp://vtonderp:Bloubulle01@192.168.50.131:554/stream1", "maxFPS": 15, "vcodec": "copy", "acodec": "libfdk_aac", "audio": false, "debug": true }, "smtp": { "email": "Front Overview" }, "videoanalysis": { "active": true }, "mqtt": {} } ], "platform": "CameraUI" }

Environment

mkz212 commented 1 month ago

@vtonderp this is problem with code. See #855 . Author know about this.