Hey,
I face the following error while generating HDR images on my INSTA 360 ONE X, with the latest SDK version
implementation 'com.arashivision.sdk:sdkcamera:1.3.11'
implementation 'com.arashivision.sdk:sdkmedia:1.3.11'
The same works fine with version 1.3.3
Error stack
W/System.err: at libcore.io.Posix.rename(Native Method)
W/System.err: at libcore.io.BlockGuardOs.rename(BlockGuardOs.java:260)
W/System.err: at java.io.File.renameTo(File.java:1043)
W/System.err: at com.arashivision.sdkmedia.stitch.StitchUtils.generateHDR(:65)
android.system.ErrnoException: rename failed: EXDEV (Cross-device link)
Please help
@EternalSoySauce
Hey,
I face the following error while generating HDR images on my INSTA 360 ONE X, with the latest SDK version
implementation 'com.arashivision.sdk:sdkcamera:1.3.11'
implementation 'com.arashivision.sdk:sdkmedia:1.3.11'
The same works fine with version 1.3.3
Error stack
W/System.err: at libcore.io.Posix.rename(Native Method)
W/System.err: at libcore.io.BlockGuardOs.rename(BlockGuardOs.java:260)
W/System.err: at java.io.File.renameTo(File.java:1043)
W/System.err: at com.arashivision.sdkmedia.stitch.StitchUtils.generateHDR(:65)
android.system.ErrnoException: rename failed: EXDEV (Cross-device link)
Please help
@EternalSoySauce