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

is the custom calibraion only operated in window 10? #7191

Closed
jasmin1026 opened this issue Aug 25, 2020 · 5 comments
Closed

is the custom calibraion only operated in window 10? #7191

jasmin1026 opened this issue Aug 25, 2020 · 5 comments

Comments

@jasmin1026
Copy link

  • Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):

  • All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)


Required Info
Camera Model D435i
Firmware Version (Open RealSense Viewer --> Click info)
Operating System & Version Ubuntu 16.04
Kernel Version (Linux Only) (e.g. 4.14.13)
Platform PC/Raspberry Pi/ NVIDIA Jetson / etc..
SDK Version { legacy / 2.. }
Language python
Segment {Robot/Smartphone/VR/AR/others }

Issue Description

<Describe your issue / question / feature request / etc..>
Hello, i read the guide for custom calibration, but as i see it can only be operated in windows 10? how can i get the intrinsic and extrinsic parameters for D435i under ubuntu 16.04 with python in OpenCV?

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Aug 25, 2020

Hi @jasmin1026 If you are referring to the Dynamic Calibrator tool, page 14 onward of the user guide for the tool has instructions for installing it (the standard calibration tool and the custom calibrator API) on Linux.

https://www.intel.com/content/www/us/en/support/articles/000026723/emerging-technologies/intel-realsense-technology.html

If you are creating your own custom calibrator application, the API programming guide is here:

https://www.intel.com/content/www/us/en/support/articles/000026724/emerging-technologies/intel-realsense-technology.html

In regard to getting intrinsics and extrinsics with Python, the link below leads to a comment that has a script at the bottom of the comment that contains code for doing so.

#1231 (comment)

@jasmin1026
Copy link
Author

@MartyG-RealSense Thanks for your answer.
I had read the programming guide for my own custom calibrator application, but in the guide only windows 10 is mentioned, i want to create the calibration for intrinsics (Especially for distortion)on Linux. so i don't know whether it also works on Linux?And Dynamic Calibrator works only for extrinsics, it's not so useful for me.

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Aug 25, 2020

The Linux installation process for the tool installs both the Dynamic Calibrator and the Calibration API.

There are Linux details in the programming guide. It is much easier to find them if you do a Find search in the document for the word linux so that you can browse quickly through the 20 references to that word in the programming guide. That will lead you easily to Linux-specific information.

The extrinsics have the most effect on the camera image, so 99% of RealSense users do not need to calibrate intrinsics. There is an OEM version of the Dynamic Calibrator software (aimed at engineering departments and manufacturing facilities) that calibrates both intrinsics and extrinsics and is included in the $1500 USD professional OEM calibration target system in the RealSense Store.

https://store.intelrealsense.com/buy-intel-realsense-d400-cameras-calibration-target.html

@jasmin1026
Copy link
Author

@MartyG-RealSense ok, i've found it. thanks!

@MartyG-RealSense
Copy link
Collaborator

Great to hear that you found what you needed - thanks for the update!

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

No branches or pull requests

2 participants