Insta360Develop / CameraSDK-iOS

iOS SDK to control Insta360 cameras.
33 stars 5 forks source link

Changing the video resolution with cameraOptions doesn't change the preview resolution #35

Open igalVhive opened 2 months ago

igalVhive commented 2 months ago

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