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

can this tool use to Calibrate insta360 camera? #45

Open
XUTONG1024 opened this issue Jun 25, 2024 · 7 comments
Open

can this tool use to Calibrate insta360 camera? #45

XUTONG1024 opened this issue Jun 25, 2024 · 7 comments
Labels
enhancement New feature or request

Comments

@XUTONG1024
Copy link

No description provided.

@urbste
Copy link
Owner

urbste commented Jul 9, 2024

At the moment, there is no real sperical camera model implemented in pytheiasfm: camera types. However, I might actually implement it soon, as I am also interested in calibration 360 cameras. As soon as this is done, we would just have to extend this part here:

if (theia::CameraIntrinsicsModelType::DIVISION_UNDISTORTION ==

@urbste urbste added the enhancement New feature or request label Jul 9, 2024
@XUTONG1024
Copy link
Author

At the moment, there is no real sperical camera model implemented in pytheiasfm: camera types. However, I might actually implement it soon, as I am also interested in calibration 360 cameras. As soon as this is done, we would just have to extend this part here:

if (theia::CameraIntrinsicsModelType::DIVISION_UNDISTORTION ==

Thank for your reply.I would like to know if Insta360 cameras can utilize their built-in IMU to implement some kind of VIO algorithm, similar to how you implemented ORB-SLAM3 with a GoPro. If you are also interested, I look forward to hearing about your future results.

@urbste
Copy link
Owner

urbste commented Jul 11, 2024

I am pretty sure it is possible. You just have to find out how to extract the IMU data from the INSTA360. Is that possible? For GoPro it is fortunately pretty straightforward using the gpmf parser.

@Richard-coder
Copy link

@XUTONG1024 , Hello, I am also trying to run VIO using data from a panoramic camera. Would you be willing to share the software package for extracting IMU data from the insv file? I'm curious about how you handle timestamp alignment and unit conversion. I am quite familiar with VIO and am just starting to learn how to process insv data.

@XUTONG1024
Copy link
Author

@XUTONG1024 , Hello, I am also trying to run VIO using data from a panoramic camera. Would you be willing to share the software package for extracting IMU data from the insv file? I'm curious about how you handle timestamp alignment and unit conversion. I am quite familiar with VIO and am just starting to learn how to process insv data.

you have to apply for insta360 sdk in insta360 official website, i have not figure out how to align the timestamps between camera and imu, unit conversion is easy just g to 9.81.if you have any advance ,very glad to communicate with me. i am also doing this 360vio.

@varunns
Copy link

varunns commented Nov 27, 2024

@XUTONG1024 Hi Xutong thanks for the previous description. I was wondering if you succeeded in extracting IMU data using insta360 sdk. Please le me know. Thank you!!

@XUTONG1024
Copy link
Author

XUTONG1024 commented Nov 28, 2024 via email

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

No branches or pull requests

4 participants