This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
IR image to color camera transformation changes pixel values #1972
Labels
Bug
Something isn't working
Code Sample
This issue is related to a code sample
Triage Needed
The Issue still needs to be reviewed by Azure Kinect team members.
Hi there,
I am following this thread in an attempt to transform the IR image to have the same geometry as the color image. The code runs fine. However, I noticed that the output image does not have the same appearance as the original image: originally the maximum pixel value of the image was 65535, whilst after the transformation it becomes 14902. Visibly speaking, the new image is much duller, and I noticed that the original maximum values becomes "invalid" and the "invalid_custom_value" was used (in this case its 0, so the original brightest point is now completely dark). Really need some help, thanks!!
Below is my .cpp code:
Desktop:
The text was updated successfully, but these errors were encountered: