seydx/homebridge-camera-ui

HSV is not working for Tapo C320WS

vtonderp opened this issue · 3 comments

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

  • Node.js Version: v20.12.2
  • Homebridge Version: vX.X
  • Camera UI Version: v5.0.27
  • Operating System: Debian GNU/Linux Bookworm (12)
  • Browser: Safari

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

🎉 A new version of camera.ui

A new version of camera.ui is currently under active development. An initial alpha/beta release and previews are coming soon. Stay tuned for exciting updates: seydx/camera.ui#448 .

This version will no longer be developed / fixed. The new version contains many novelties and fixes (most important is for HKSV recording).

Sorry, where do I find n /homebridge-camera-ui/node_modules/camera.ui/src/controller/event/event.controller.js? and where do I find n: /homebridge-camera-ui/node_modules/camera.ui/src/controller/camera/services/videoanalysis.service.js