Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create or capture 360 images? #3

Open
YogeshHCR opened this issue Sep 17, 2024 · 1 comment
Open

How to create or capture 360 images? #3

YogeshHCR opened this issue Sep 17, 2024 · 1 comment

Comments

@YogeshHCR
Copy link

Hello there. I’m working on a project using the Insta360 X3 camera to capture images with the insta360_ros_driver. I have a few questions:

  1. We are currently saving individual images (/front_camera_image/compressed, /back_camera_image/compressed) and trying to stitch them into a panorama using the MediaSDK. Since the header information is missing, the Media SDK is unable to create panoramas
5483 5483 I ExtraInfoAsset.cc:0263:  extrainfo asset Parse: iotool read header fail
5483 5483 E OffsetUtil.cc:0872:  merge offset v1v2v3 fail, offset v1 emtpy
5483 5483 I stitch_strategy.h:0071:

Is there a way to create panoramas using /front_camera_image/compressed, and the /back_camera_image/compressed
2. Is it possible to record panorama images directly from the camera (using the Camera SDK or the ROS driver)?

@Gaaaavin
Copy link
Member

@YogeshHCR Thank you for your interest in out project!

  1. We haven't tested with the MediaSDK as our project mostly uses the fisheye images. However, I think it's still possible to use the MediaSDK, if you first concatanate the two images and set up with correct parameters. Currently we don't have plan for this feature but any contribution is welcome! Moreover, we do have experience to stich the two fisheye images with ffmpeg. We are organizing the codebase and hopefully it will be made public soon.

  2. As far as I know, it's not easy to get equirecutangular stream directly from the camera SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants