microsoft / HoloLensForCV

Sample code and documentation for using the Microsoft HoloLens for Computer Vision research
MIT License
475 stars 154 forks source link

Meaning of recording sensors depth #98

Open cyrineee opened 5 years ago

cyrineee commented 5 years ago

i want to know about the features in the csv files downloaded from the recorder .Thanks in advance parameters

yugen12 commented 4 years ago

I have the same question. Can anyone explain why all these columns and what do they represent?

doughtmw commented 4 years ago

The columns represent elements of camera transforms which relate the camera projection space to an app-specific coordinate system (see figure). pvcameratransform5-500px Take a look at this old git commit to the Microsoft Mixed-Reality Docs for more detailed info.

yugen12 commented 4 years ago

@doughtmw Thank you so much! Its a huge help.