microsoft / HoloLensForCV

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

Recorder doesn't work on HoloLens RS5 #67

Closed Huangying-Zhan closed 5 years ago

Huangying-Zhan commented 5 years ago

Recorder program works fine on HoloLens RS4 build (17143). However, the device automatically update to RS5 build (17763.134) and the Recorder program doesn't work on it. It still create the Tar files but nothing is recorded. Here is the part of the output

MediaFrameSourceGroup::GetSensorType:: assuming SensorType::Undefined given missing MF_MT_USER_DATA
MediaFrameSourceGroup::InitializeMediaSourceWorkerAsync: could not map the media frame source to a Research Mode sensor type!
MediaFrameSourceGroup::InitializeMediaSourceWorkerAsync: no eligible sources in 'MN34150'
Huangying-Zhan commented 5 years ago

Closed as a duplicate of https://github.com/Microsoft/HoloLensForCV/issues/66