INSCameraManager.shared().commandManager.setOptions(camOptions, forTypes: [NSNumber(value: INSCameraOptionsType.videoResolution.rawValue)]) { error, index in
print("applyCameraParams finished with error (error.debugDescription)")
}
`
It returns as succeeded (no errors)
But the camera resolution shown on the camera remains the same
The call is being made with:
` camOptions.videoResolution = INSVideoResolution2944x2944x25
INSCameraManager.shared().commandManager.setOptions(camOptions, forTypes: [NSNumber(value: INSCameraOptionsType.videoResolution.rawValue)]) { error, index in print("applyCameraParams finished with error (error.debugDescription)")
} ` It returns as succeeded (no errors)
But the camera resolution shown on the camera remains the same