You can use CameraKey.KeyCaptureCameraStreamSettings on Mobile SDK V5 to set up photo storage. When configuring, you will need to pass an instance of CameraStreamSettingsInfo, which contains the types of photos you require.
It is important to note that the settings for the Mavic 3 series and Mavic 3 multispectral are different from other cameras.
Mavic 3E only supports VISION_CAMERA.
Mavic 3T supports VISION_CAMERA and INFRARED_CAMERA.
Mavic 3 multispectral only supports the following two settings:
- Store only RGB photos: RGB_CAMERA
- Store RGB and multispectral photos: RGB_CAMERA, NDVI_CAMERA, MS_G_CAMERA, MS_R_CAMERA, MS_RE_CAMERA, MS_NIR_CAMERA
Comments
0 comments
Please sign in to leave a comment.