Cross-platform library for Intel® RealSense⢠depth and tracking cameras.
copied from cf-post-staging / pyrealsense2This feedstock packages the C++ library librealsense
and the Python library pyrealsense2
.
The packages are built enabling the FORCE_RSUSB_BACKEND
CMake option, and they are available for all the Linux and macOS platforms supported by conda-forge, including linux-aarch64
that can be used on Nvidia Jetson boards.
If your platform is cuda
capable, a cuda
enabled package should be installed automatically. If that does not happen, you can force the installation of the cuda
variant with conda create -n rsenv librealsense=*=*cuda*
or the
command in your preferred conda-based package manager. If for any reason you want to force the installation of librealsense without cuda support, you can do that with conda create -n rsenv librealsense=*=*cpu*
.