Insta360Develop / CameraSDK-Android

Android SDK to control Insta360 cameras
80 stars 9 forks source link

How to set the capture resolution? (android sdk) #34

Open BARNZ opened 1 year ago

BARNZ commented 1 year ago

Its not clear from the docs how to set the resolution when I call InstaCameraManager.getInstance().startNormalCapture(false)

I've got a new X3 camera and I dont want to capture 72MP images right now.

The insta360 app has an option to toggle this - I'm wondering what function I can call to do the same in my app?

image

image

Tkorn commented 1 year ago

use this function com.arashivision.sdkcamera.camera.InstaCameraManager#setPhotoResolutionToCamera to set 'java/com/arashivision/sdkcamera/camera/resolution/PhotoResolution.java'

etrigan21 commented 1 year ago

Is there a way to change the instacamera recording resolution from 1440 X 720 to 2880 X 2880? The official app has a mode to change from 5.7k, 4k, and 3k.