일단 거리값을 가져오는 예제를 실행해보면서 realsense가 제대로 동작하고 있다는 것은 알아봤다. 다음으로 시각적으로 볼 수 있는 예제를 실행해보고 싶어서 rs-capture 예제를 테스트 해봤다. https://dev.intelrealsense.com/docs/rs-capture rs-capture Streaming and rendering Depth & RGB data to the screen dev.intelrealsense.com // License: Apache 2.0. See LICENSE file in root directory. // Copyright(c) 2017 Intel Corporation. All Rights Reserved. #include // Include RealSens..