-
Notifications
You must be signed in to change notification settings - Fork 0
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
Camera calibration #4
Comments
Good high level discussion of what this means: https://www.mathworks.com/help/vision/ug/camera-calibration.html Of course, we're just using tools that already implement all of this stuff so try not to sweat things that don't make sense. |
Currently it seems the intel librscalibrationtools library for intrinsic and extrinsic calibration only works for amd64 and not arm64. Not sure what the workaround is but I am going to check out the intrinsic information in the librealsense sdk to see how off our intrinsic calibration currently is |
Ugh that’s annoying. Would recommend opening an issue as a feature request since this whole Jetson+Realsense is a common use case. I imagine their extrinsics calibration is just for the lens housing, so it’s probably fine to run the full calibration using one of the desktop machines. |
To launch realsense must launch this scirpt. Also : |
We're going to be manipulating things potentially with respect to two depth cameras, so we should do a standard calibration on the intrinsics (the opencv one for the built in camera, and the intel one for the realsense and do something to make sure the extrinsics are correct for the external camera.
Intrinsics should be stored in some config files in this repo (or in camera for the realsense) and the extrinsics should be baked into the URDF
The text was updated successfully, but these errors were encountered: