Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tested configuration for OctoPi webcam #1470

Open
reboot81 opened this issue Jan 26, 2025 · 0 comments
Open

Tested configuration for OctoPi webcam #1470

reboot81 opened this issue Jan 26, 2025 · 0 comments
Labels
tested config A new tested configuration

Comments

@reboot81
Copy link

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

@reboot81 reboot81 added the tested config A new tested configuration label Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tested config A new tested configuration
Projects
None yet
Development

No branches or pull requests

1 participant