-
**Describe the bug**
I'm reading [https://docs.microsoft.com/en-us/azure/kinect-dk/multi-camera-sync](url) , and got confused about how to set correct offset. In the _Avoiding Interference_ sec…
-
I am trying to calibrate the IR camera. I captured the checkerboard images for the IR cameras in passive mode (K4A_DEPTH_MODE_PASSIVE_IR), and it has a resolution of 1024x1024, but I captured the actu…
-
Azure Body Tracking SDK: 1.1.0
Azure Kinect SDK: 1.4.0
Hey there,
We are working on multi-camera body tracking. We built a non-blocking demo on top of the simple_3d_viewer code and incorporated m…
-
Hello SDK Staff,
I was wondering why the k4a_get_temperature_c reports a different floating point value compared against the kinect viewer's internal temperature sensor reading. Is there something …
-
We need to think if the transformation from depth camera to color camera is needed, also what is the difference if one gets the depth camera and transforms it to color camera using;
transformed_depth…
-
**Description**
I am trying to create a script to display Depth and Color images on a `RawImage` object.
I added to the `DeviceConfiguration` : `ColorResolution.R720p, ImageFormat.ColorBGRA32`
Th…
-
**Describe the bug**
I am getting transformed depth images at WFOV mode, but the NFOV images are not transformed , so there is no color map geometry.
**Screenshots**
**This is the transformed de…
-
Looking for a way to set the Azure Kinect to 120 degree FOV, found this bit here:
> new DeviceConfiguration
{ ColorFormat = ImageFormat.ColorBGRA32,
ColorResolution = Co…
-
Depth Image of Object looks like distorted.
Mode : NFOV unbinned
Depth Original Image
Depth Image is just expressing Depth as RGB(255,255,255).
![depth](https://user-images.githubusercontent.c…
-
Hello, I encountered a problem when using method "color_image_to_depth_camera" to get "Transformed Color" image from local image.
My code is as follows , Depth image and color image are normal . …