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 it possible to run box_dimensioner_multicam python after saving the cailbration value? #9951

Closed
HyeYumKim opened this issue Nov 11, 2021 · 7 comments

Comments

@HyeYumKim
Copy link

Required Info
Camera Model D455
Platform PC
Language python

First of all, I want to calibrate the chess board and save the values, and when I run it again under the same conditions, I want to run it with the previously saved calibration values without the chess board.
In this case, what is the way?

@MartyG-RealSense
Copy link
Collaborator

Hi @HyeYumKim If you are using a single camera with box_dimensioner_multicam then a RealSense team member advises in #3073 (comment) that you could use the program without a chessboard by providing the intrinsics and extrinsics of that single camera instead of calibrating multiple cameras together. If the same camera will always be used, you could hard-code the values into the program instead of retrieving them in real-time, like the example of Python code for doing so that is provided in #4061

@MartyG-RealSense
Copy link
Collaborator

Hi @HyeYumKim Do you require further assistance with this case, please? Thanks!

@HyeYumKim
Copy link
Author

HyeYumKim commented Nov 23, 2021

can you tell me what's the difference between on chip cailbration and box measurement python code?
Could it be more accurate with on chip cailbration?

@MartyG-RealSense
Copy link
Collaborator

On-Chip calibration and the calibration that box_dimensioner_multicam performs are unrelated. box_dimensioner_multicam calculates the 3D world coordinates of each attached camera in relation to its position near the chessboard object. Unlike the On-Chip calibration tool, it is not calibrating the camera's sensors to improve the quality of the images that they generate.

If you wish to improve depth measuring accuracy then I recommend performing a Tare calibration instead of On-Chip.

https://dev.intelrealsense.com/docs/self-calibration-for-depth-cameras#section-3-depth-accuracy

@HyeYumKim
Copy link
Author

Thank you..!!

@MartyG-RealSense
Copy link
Collaborator

Hi @HyeYumKim Do you require further assistance with this case, please? Thanks!

@MartyG-RealSense
Copy link
Collaborator

Case closed due to no further comments received.

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