realsense의 제품은 기본적으로 depth image와 color image가 같은 위치를 바라보고 있지 않다. 이를 해결해주기 위한 방법으로는 아래와 같이 두가지가 있다. 1. 직접 프로그래밍 하는 방법 2. realsense calibration tool을 이용하는 방법 직접 프로그래밍 하는 방법은 내가 실력이 미숙해서인지 잘 되지 않았다. 그래서 realsense calibration tool을 이용하는 방법을 정리하고자 한다. 1. install intel realsense viewer 2. run intel realsense viewer $ /usr/bin/realsense-viewer 3. software update realsense viewer version을 2.33 이상으로 업데이..