Insta360Develop / CameraSDK-iOS

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

Is there any way i get raw data of video which i capture. #33

Open sssuourabh opened 7 months ago

sssuourabh commented 7 months ago

When i checked the code

typedef NS_ENUM(NSUInteger, INSCameraRawCaptureType) { INSCameraRawCaptureTypeOFF, INSCameraRawCaptureTypeDNG, INSCameraRawCaptureTypeRAW, //not support yet INSCameraRawCaptureTypePureshot, };

Any help @capjason @kelvinhkw @yunyiyunyi