homebridge-camera-ui
homebridge-camera-ui copied to clipboard
Not recording HSV
So I have camera.ui setup and running runs great but the issue I'm having is it's not recording. I set up using HSV Support when I first set it up months ago it worked but no longer shows any recording below is my config
"platforms": [
{
"name": "Config",
"port": 8581,
"auth": "form",
"theme": "dark-mode",
"tempUnits": "c",
"lang": "auto",
"platform": "config"
},
{
"name": "CameraUI",
"debug": false,
"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
},
"cameras": [
{
"name": "Front Door",
"manufacturer": "Ubiquiti",
"model": "G3 Instant",
"serialNumber": "001",
"motion": true,
"unbridge": true,
"hsv": true,
"prebuffering": true,
"prebufferLength": 4,
"videoConfig": {
"source": "-i rtsps://192.168.10.6:7441/xxxxxxxxxxx?enableSrtp",
"rtspTransport": "tcp",
"vcodec": "copy",
"acodec": "libfdk_aac",
"audio": false,
"stillImageSource": "-i rtsps://192.168.10.6:7441/xxxxxxxxxxx?enableSrtp",
"subSource": "-i rtsps://192.168.10.6:7441/xxxxxxxxxx?enableSrtp"
},
"videoanalysis": {
"active": true
},
"motionTimeout": 15,
"smtp": {
"email": "Front Door"
},
"mqtt": {}
},
{
"name": "Living Room",
"manufacturer": "Ubiquiti",
"model": "G3 Instant",
"serialNumber": "002",
"motion": true,
"unbridge": true,
"hsv": true,
"prebuffering": true,
"prebufferLength": 4,
"videoConfig": {
"source": "-i rtsps://192.168.10.6:7441/xxxxxxxxxxxxx?enableSrtp",
"rtspTransport": "tcp",
"vcodec": "copy",
"acodec": "libfdk_aac",
"audio": false,
"stillImageSource": "-i rtsps://192.168.10.6:7441/xxxxxxxxxxx?enableSrtp",
"subSource": "-i rtsps://192.168.10.6:7441/xxxxxxxxxxx?enableSrtp"
},
"videoanalysis": {
"active": true
},
"motionTimeout": 15,
"smtp": {
"email": "Living Room"
},
"mqtt": {}
}
],
"platform": "CameraUI",
"port": 8081,
"atHomeSwitch": false,
"options": {
"videoProcessor": "ffmpeg"
},
"logLevel": "info"
}
Is it fixed yet?
Is it fixed yet?
I've since moved back to Scrypted since they added HSV and works flawlessly
also get this problem. shows as recording in home app (red circle) but no recordings.
Do you see a camera view in the videoanalyse settings?
yes.
I too have this issue.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I have the same issue!
Same here!
Move to Scrypted works better and is still being worked on actively. I have zero issues with HSV recording movements.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.