haydendonald / blackmagic-atem-nodered

A Blackmagic ATEM node red interface
Apache License 2.0
18 stars 5 forks source link

"Camera ID is missing"; #17

Closed kltv21 closed 1 year ago

kltv21 commented 2 years ago
 msg = { "payload": {
    "cmd": "cameraControl",
    "data": {
            "camera": 1,
            "iris": 0,
            "focus": 0,
            "overallGain": "6db",
            "whiteBalance": 3600,
            "zoomSpeed": 0,
            "lift": {
                "red": 0.0,
                "green": 0.0,
                "blue": 0.0,
                "yellow": 0.0
            },
            "gamma": {
                "red": 0.0,
                "green": 0.0,
                "blue": 0.0,
                "yellow": 0.0
            },
            "gain": {
                "red": 0.0,
                "green": 0.0,
                "blue": 0.0,
                "yellow": 0.0
            },
            "lumMix": 0,
            "hue": 50,
            "shutter": "1/75",
            "contrast": 50,
            "saturation": 0,
            "zoomPosition": 0
          }
       }
    }
haydendonald commented 1 year ago

Hi @kltv21 sorry for the late response. The camera id can be seen in msg.payload.data.camera above (1).

Thanks :)