homebridge-plugins/homebridge-camera-ffmpeg

Bambu Lab X1 Carbon

jocamero opened this issue · 0 comments

Manufacturer/Model:

Bambu Lab X1 Carbon
(camera located inside the enclosure of the 3D printer)

Homebridge Config:

{
    "name": "Camera FFmpeg",
    "cameras": [
        {
            "name": "X1 Carbon",
            "manufacturer": "Bambu Lab",
            "model": "X1 Carbon",
            "serialNumber": "OPTIONAL_SERIAL_NUMBER_HERE_12345678",
            "unbridge": true,
            "videoConfig": {
                "source": "-i rtsps://bblp:ACCESSCODE_GOES_HERE@PRINTER_LAN_IP_GOES_HERE/streaming/live/1"
            }
        }
    ],
    "platform": "Camera-ffmpeg"
}

Additional Information:

The access code that goes in the URL (aka "ACCESS_CODE_GOES_HERE"), on the latest firmware, is located on the printer's display under Settings (the hex nut icon), General and is in green text. Not on the Network page as in the screenshots on Bambu's wiki.