摘要: 与waitKey返回值有关。 将 while (waitKey(1) < 0 && getWindowProperty(window_name, WND_PROP_AUTOSIZE) >= 0) 改为 while (getWindowProperty(window_name, WND_PROP_AU 阅读全文
posted @ 2021-01-05 17:11 imoon22 阅读(139) 评论(0) 推荐(0)
摘要: 编译hello-realsense: g++ rs-hello-realsense.cpp -o rs-hello-realsense -lrealsense2 阅读全文
posted @ 2021-01-05 12:39 imoon22 阅读(325) 评论(0) 推荐(0)