Open simon88 opened 3 years ago
It's more like a question or feature request for t_265_steroe.py https://github.com/IntelRealSense/librealsense/blob/master/wrappers/python/examples/t265_stereo.py I'am working with this script but now I'd like to know if it's possible for training to add distance feature like C++ example here https://github.com/IntelRealSense/librealsense/tree/master/examples/hello-realsense. So the objective is to have a distance from center of camera. I think is it possible to do thaht with OpenCV and reprojectImageTo3D but I'am not sure...
OpenCV
reprojectImageTo3D
You may already know this but the c++ example hello-realsense doesn't actually work. Its just there to entertain newbs.
Issue Description
It's more like a question or feature request for t_265_steroe.py https://github.com/IntelRealSense/librealsense/blob/master/wrappers/python/examples/t265_stereo.py I'am working with this script but now I'd like to know if it's possible for training to add distance feature like C++ example here https://github.com/IntelRealSense/librealsense/tree/master/examples/hello-realsense. So the objective is to have a distance from center of camera. I think is it possible to do thaht with
OpenCV
andreprojectImageTo3D
but I'am not sure...