Azure-Kinect-Sensor-SDK
Azure-Kinect-Sensor-SDK copied to clipboard
Document usage of IR with CalibrationDeviceType
We use the IR mode for night-time monitoring. There's no CalibrationDeviceType.IR enum to pass into Calibration.TransformTo2D. Scaling manually based on the color sensor is offsetting skeletal data.
Thanks for the issue, we should document this better, IR images are captures from the depth camera. Please use Depth.
We should update:
- [ ] CalibrationDeviceTypes.cs
- [ ] k4atypes.h
- [ ] online documentation about calibration
I thought I'd tried that but it's working now so thanks.
Updating the title, to reflect documentation update.