Part Number: OPT8241-CDK-EVM
Hello.
I use DepthFrame Callback to receive depth image data and amplitude image data to represent exact depth data in pixel. But the data is not precise as I think.
I tried DepthCamera::SetCameraProfile() to apply calibration just like in VoxelViewer. But the trend of the depth image pixel values is different from VoxelViewer. I think Pixelwise Phase Calibration is not applied in my code. I used VoxelSDK(0.6.11).
My calibration has been executed in VoxelViewer which is using built-in VoxelSDK(0.6.6), for Common Phase Calibration and Pixelwise Phase Calibration. After having failed to apply Pixelwise Phase Calibration, I moved that data to the camera and re-tried. And the result was same as before.
Can I use depth image data to get depth which location is matched with amplitude image? And how can I apply Pixelwise Phase Calibration or other to my camera in VoxelSDK?