Hi,
I have seen a previous issue where it was suggested to get depth data from the Image depth_rect using the opencv. But say I want to do it without opencv?
Since we get 2 unit8 to describe the depth, my question is do we use 2 consecutive bits or i and 2*i bits?
Also can you confirm that my bitwise conversion is correct : (uint8_second << 8) | unit8_first ?
Hi, I have seen a previous issue where it was suggested to get depth data from the Image depth_rect using the opencv. But say I want to do it without opencv? Since we get 2 unit8 to describe the depth, my question is do we use 2 consecutive bits or i and 2*i bits? Also can you confirm that my bitwise conversion is correct : (uint8_second << 8) | unit8_first ?