Insta360Develop / CameraSDK-Cpp

CameraSDK-Cpp is a C++ library to control Insta360 cameras.
https://www.insta360.com
115 stars 16 forks source link

Control camera power mode and photo resolution programmatically. Obtain data from gyroscope/accelerometer #21

Open ubi15 opened 1 year ago

ubi15 commented 1 year ago

On the X3 there is no way to control the:

@capjason and @capjason-insta360 : is there any hope of having these methods exposed in the next release?

As a piece of general advice to developers aiming at doing something more than taking pictures with default settings, I would not recommend the C++ implementation because it is very limited. The Android one may offer more options but requires the set-up of an android device and environment.

Tianweihaihaihai commented 1 year ago

camera power state (the wake on Bluetooth does not work even from the official app); ——cpp sdk donot have this function

camera resolution from the SDK, neither in picture mode nor in continuous shot mode. These mode will use the resolution settings that you manually set on the camera via its touchscreen but it is not very comfortable for remote/long term running installations; ——no continuous shot mode now

Only the video resolution can be set. ——photo resolution can set, pls update sdk version

There is no way to read data about acceleration or gyroscope as in the Android SDK. ——this need to contact with official support team and sign nda with insta360, also no android sdk to read, only cpp sdk