Manufacturer/Model:
OctoPi webcam
Homebridge Config:
{
"platform": "Camera-ffmpeg",
"name": "Camera FFmpeg",
"cameras": [
{
"name": "OctoPi Camera",
"videoConfig": {
"source": "-i http://192.168.0.141:8080/video",
"stillImageSource": "-i http://192.168.0.141:8080/snapshot",
"vcodec": "copy",
"maxWidth": 1280,
"maxHeight": 720,
"maxFPS": 25,
"audio": false,
"debug": true
}
}
],
"_bridge": {
"username": "0E:BC:11:5A:88:14",
"port": 38311,
"name": "Camera FFmpeg 1602",
"manufacturer": "Test",
"model": "12",
"pin": "563-10-127"
}
}
Additional Information:
OctoPi* 1.0.0cam (build 2024.11.05.100055)
Not a hardware camera per se, but should work with any camera that is setup to run on OctoPi (new camera stack).
Manufacturer/Model:
OctoPi webcam
Homebridge Config:
{ "platform": "Camera-ffmpeg", "name": "Camera FFmpeg", "cameras": [ { "name": "OctoPi Camera", "videoConfig": { "source": "-i http://192.168.0.141:8080/video", "stillImageSource": "-i http://192.168.0.141:8080/snapshot", "vcodec": "copy", "maxWidth": 1280, "maxHeight": 720, "maxFPS": 25, "audio": false, "debug": true } } ], "_bridge": { "username": "0E:BC:11:5A:88:14", "port": 38311, "name": "Camera FFmpeg 1602", "manufacturer": "Test", "model": "12", "pin": "563-10-127" } }Additional Information:
OctoPi* 1.0.0cam (build 2024.11.05.100055)
Not a hardware camera per se, but should work with any camera that is setup to run on OctoPi (new camera stack).