microsoft / HoloLensForCV

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

Depth Camera Frame Rate Drops for Fast Movement #124

Open LisaVelten opened 4 years ago

LisaVelten commented 4 years ago

Hi all, I noticed that the Depth Camera Frame Rate drops for fast movement. Does anyone know the reason for this? Currently, I am aligning the photo/video images with the depth images by checking the timestamps - I take the couples with the smallest time difference. Preferably, I would like the depth and photo/video images to be taken at the same timestamp. Is there a solution to this? Thanks a lot.