在机器人的边缘算力jetson上部署代码的时候,需要在conda虚拟环境中安装pyrealsense2

尝试pip install  pyrealsense2

以及git之后本地编译,都不成功最后通过用conda指定库去安装才成功

conda install -c conda-forge pyrealsense2==2.54.1     

更多推荐