Open uzgit opened 2 months ago
Agent comment from Leon in Zendesk ticket #116330:
Dear developer,
Hello, thank you for contacting DJI.
They are corrected. Do you want to obtain depth information? For depth information, we provide a specific process.
Common business steps: RAW image -> camera internal parameters (dedistortion to obtain correction image) -> calculate disparity map -> use camera external parameters (calculate depth map)
You can refer to the early OSDK Sample: https://github.com/dji-sdk/Onboard-SDK/blob/master/sample/platform/linux/advanced- sensing/stereo_vision_depth_perception_sample/stereo_vision_depth_perception_sample.cpp
Thank you for your support of DJI products! Wish you all the best!
Best Regards,
DJI SDK Technical Support
°°°
I have some questions regarding the stereovision sample in
samples/sample_c++/module_sample/perception/test_perception_entry.cpp
DJI_PERCEPTION_RECTIFY_FRONT
are named such that they are implied to be rectified streams. Can you please confirm if they are in fact rectified?