You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: