microsoft / HoloLens2ForCV

Sample code and documentation for using the Microsoft HoloLens 2 for Computer Vision research.
MIT License
494 stars 144 forks source link

Temperatur sensor/ accuracy depth sensor #99

Closed mrcfschr closed 3 years ago

mrcfschr commented 3 years ago

Hi, Thank you for this amazing repo ! I was wondering if someone in the community might know if there is any way to get a temperature reading from the HoloLens 2 to measure if temperature affects the accuracy of the depth sensor? Are there any internal temperature sensors one could access that would be representative of the temperature of the depth sensor?

Thanks!

kianwei96 commented 3 years ago

Hi, Thank you for this amazing repo ! I was wondering if someone in the community might know if there is any way to get a temperature reading from the HoloLens 2 to measure if temperature affects the accuracy of the depth sensor? Are there any internal temperature sensors one could access that would be representative of the temperature of the depth sensor?

Thanks!

Hi @marcfischer123467 , you can access the temperature data of the gyroscope/accelerometer as a proxy reading. Those can be accessed through research mode. I've noticed a significant depth sensor bias sometimes, so very interested in whether you can find any trend :)

you might find this useful - https://github.com/petergu684/HoloLens2-ResearchMode-Unity/issues/13

kysucix commented 3 years ago

There's no way to measure the temperature of the depth sensor. Probably the best way is with IMU, as kianwei64 suggested or otherwise you might check standard windows api to read temperature sensors.