Skip to content

Camera lenses

The multicam API requires you to specify the type of camera that the video inputs where shot on. Only certain lenses are supported. You can find this list by making a query for listCameraSettings

{
    listCameraSettings {
       items{
         lens
       }
        after
        first
    }
}