Insta360Develop / CameraSDK-Cpp

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

Stitching the dual fisheye stream #43

Open jojimmy1 opened 9 months ago

jojimmy1 commented 9 months ago

When the camera is in live stream mode, we can get dual fisheye stream in .h264 form. The MediaSDK does provide stitching code, but it only supports .insv. Is there any other way to stitch the dual fisheye stream efficiently (hoping to stitch it in real-time for live streaming)? When I'm doing stitching using FFmpeg, for each 1 second chunk it is taking more than a second to stitch, which is too long for live streaming requirement.

Thanks!

G4419 commented 3 months ago

I have the same requirement. Have you resolved it?