-
Notifications
You must be signed in to change notification settings - Fork 5
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
Calibrating the depth and color camera #3
Comments
Hi @Mohamehassan , apologies for the delay. You can find OpenCV calibration files in the archive here: https://github.com/msavva/pigraphs/releases/download/v1.0/sensor-calibration.zip |
@Mohamehassan I just came across the same issue. Have you solved this problem? |
@Mohamehassan @msavva More specifically, I cannot find the right transition matrix between IR and RGB camera. I tried to use the suggested parameter |
Hi @hangg7 |
Hi @msavva
I am trying to register the depth and rgb frames in the dataset. I managed to find what it seems to be the depth sensor intrinsics in
pigraphs/Vizzer/constants.h
Line 16 in db88ee5
But I can't find the rgb sensor intrinscis or the extrinsics between the two sensors. Would you be able help with that?
Thanks in advance.
The text was updated successfully, but these errors were encountered: