Skip to content

Tested configuration for OctoPi webcam #1470

@reboot81

Description

@reboot81

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    tested configA new tested configuration

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions