Whether it is possible to use the formula to align depth and color frames through camera parameters
For the acquired depth and color images, whether the aligned depth and color images can be calculated instead of point clouds by using the camera parameters and relevant formulas.
-
If you are seeking to align the depth and color streams, the RealSense SDK has a couple of example programs for doing this.
Align
https://github.com/IntelRealSense/librealsense/tree/master/examples/align
Align_Advanced
https://github.com/IntelRealSense/librealsense/tree/master/examples/align-advanced
There are also a couple of examples in the Python language called align_depth2color.py and distance_to_object
https://github.com/IntelRealSense/librealsense/blob/jupyter/notebooks/distance_to_object.ipynb
-
Can I save my depth and color aligned depth as my color and color aligned depth?Like the diagram in the following example.https://github.com/IntelRealSense/librealsense/blob/jupyter/notebooks/distance_to_object.ipynb

Please sign in to leave a comment.
Comments
4 comments