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
For now, I only have one "Camera". It's simply a restream of my Octoprint webcam stream, and so far I have only gotten a still picture every 20 seconds (or more), but as soon as I want to see the stream, it just doesn't load and eventually just stops trying to connect.
This version will not be fixed or improved anymore. A completely new version is being created from scratch.
At this moment new version of camera.ui can be installed via NPM on each device, so also next to Homebridge (Homebridge plugin is planned).
New version is in alpha stage, but it is very stable and every option that is at this moment implemented works much better than in old plugin (e.g. HomeKit, Motion detection, Web panel), but not all options are implemented yet (eg. Local recordings will be soon).
For now, I only have one "Camera". It's simply a restream of my Octoprint webcam stream, and so far I have only gotten a still picture every 20 seconds (or more), but as soon as I want to see the stream, it just doesn't load and eventually just stops trying to connect.
My Config:
"cameras": [
{
"name": "Octoprint",
"motion": true,
"motionTimeout": 15,
"unbridge": false,
"hsv": true,
"prebuffering": true,
"forcePrebuffering": true,
"prebufferLength": 4,
"hksvConfig": {
"source": "-i http://192.168.188.159/webcam/?action=stream"
},
"videoConfig": {
"source": "-i http://192.168.188.159/webcam/?action=stream",
"subSource": "-i http://192.168.188.159/webcam/?action=stream",
"stillImageSource": "-i http://192.168.188.159/webcam/?action=stream",
"maxFPS": 15,
"vcodec": "copy",
"audio": false,
"debug": true
},
"smtp": {
"email": "Octoprint"
},
"videoanalysis": {
"active": true
},
"mqtt": {}
}
],
"_bridge": {
"username": "0E:4C:D7:29:F0:7B",
"port": 58778
I am also sometimes getting this error:
[7/23/2024, 6:55:37 PM] [CameraUI] ERROR Octoprint: FFmpeg exited with code: 1 and signal: null
The text was updated successfully, but these errors were encountered: