Skip to content

Releases: Insta360Develop/CameraSDK-Android

v1.5.0

09 Sep 09:24
Compare
Choose a tag to compare

New features

  1. Support for Camera X3.
  2. WorkWrapper adds an interface for determine whether pureshot is supported.
  3. Add PureShot image generate algorithm.
  4. Add the interface ·InstaCameraManager.getInstance().getAllUrlListIncludeRecording()`.

Fix bugs

  1. Fix RS video file to get GyroInfo data timestamp abnormal.

v1.2.4

08 Sep 02:16
b23c955
Compare
Choose a tag to compare

New features

  1. Add transition animation interface when set Constraint.
  2. WorkWrapper adds an interface for obtaining the rolling shutter time.
  3. Export and PlayerView add failure error code callback.
    onFail(int errorCode, String errorMsg)
    If the GPU performance of the device is not enough, the error code is -10003 or -10005 or -13020.

Fix bugs

  1. Fix OneX 5.7k record preview stream abnormal.
  2. Fix OpenGLES crash.
  3. When Nanos is successfully connected, the SD card status and battery interface callbacks are not automatically triggered (because this interface is invalid for Nanos).

v1.2.0

08 Sep 02:08
b23c955
Compare
Choose a tag to compare

New features

  1. Open gesture setting interface.
  2. Open 3A parameter setting full interface.
  3. Support cellular network live streaming when wifi is connected to the camera.
  4. SD card status to judge whether the remaining space is insufficient.

Fix bugs

  1. If there is no SD card or the remaining storage space is insufficient, shooting will return to the wrong path.
  2. Fix the USB connection camera is easy to disconnect.
  3. Fix some Low-performance phones do not support OpenGL features.

v1.1.8

29 Jun 06:28
df0d41c
Compare
Choose a tag to compare

New features

  1. Add Full Demo and three preview modes Demo.
  2. Compatible with onex2 anti-shake
  3. Add preview interface for record (support 5.7k)
  4. Add SD card and battery status acquisition interface.
  5. When the camera is successfully connected, the SD card and battery status will be called back immediately.

Fix bugs

  1. To prevent the low-end machine GPU texture size does not support causing playback and export crash.
  2. Fix some devices to initialize crash when only armv7 is packaged.
  3. Fix H265 occasionally preview black screen.

v1.1.7

29 Jun 06:23
df0d41c
Compare
Choose a tag to compare

New features

  1. Preview supports customize Surface.
  2. Completion of capture type and interface.
  3. Add interface to get camera serial number, battery, SD card space.

v1.1.6

29 Jun 06:21
df0d41c
Compare
Choose a tag to compare

Fix bugs

  1. Fix preview cannot zoom.
  2. Fix export thumbnail black screen.

v1.1.5

29 Jun 06:19
df0d41c
Compare
Choose a tag to compare

New features

  1. Initially adapt to camera OneX2.
  2. Updated gyroscope data interface.

v1.1.4

29 Jun 06:17
df0d41c
Compare
Choose a tag to compare

New features

  1. Add String[] filePaths param of the callback onCaptureFinish.

v1.1.3

29 Jun 06:15
df0d41c
Compare
Choose a tag to compare

New features

  1. Add gyro data interface.

Fix bugs

  1. Fix the packaging problem of the last version of minicamera.

v1.1.2

29 Jun 06:12
df0d41c
Compare
Choose a tag to compare

New features

  1. Add Live module.

Fix bugs

  1. Fix camera NanoS NullPointerException.
  2. Fix preview occasionally crash.
  3. Fix incorrect rendering model when exporting wide-angle lens resources.