dji-sdk / Guidance-SDK

The official Guidance SDK package for Windows, Ubuntu and XU3.
134 stars 98 forks source link

frame index and timestamps #21

Closed andre-nguyen closed 8 years ago

andre-nguyen commented 8 years ago

Quick question, I don't have my Guidance unit with me to test but I would like to have an official answer on this.

I'm assuming the stereo image pairs are internally synchronized, how do you go about matching the left and right image from a camera module, will they have the same frame_index or the same timestamp? Or both?

tangketan commented 8 years ago

Yes, both. They are both members of struct image_data, thus they share same frame_index and timestamp.