Insta360Develop / CameraSDK-iOS

iOS SDK to control Insta360 cameras.
33 stars 5 forks source link

Issue with poor panoramic video export using CameraSDK-iOS. #21

Open DikeyKing opened 1 year ago

DikeyKing commented 1 year ago

Hi,

I have applied for and used the https://github.com/Insta360Develop/CameraSDK-iOS SDK to shoot and export videos using the demo, but the resulting panoramic video effect is far inferior to the video exported by the insta360 app on the App Store.

As shown in the attached screenshots, the demo shooting shows obvious edge breaks on the book, while the app downloaded from the App Store shows smooth edges.

Screenshot 2023-06-19 at 16 02 05 Screenshot 2023-06-19 at 16 02 13

What could be the reason for this?

I couldn't find options similar to the following in the documentation, as in the CPP SDK:

enum class STITCH_TYPE {
    TEMPLATE,
    OPTFLOW,
    DYNAMICSTITCH,
};