rfilkov / AzureKinectUnityFree

Azure Kinect Examples for Unity (free version)
MIT License
63 stars 10 forks source link

Play recorded file not working? #1

Closed jelmerS2 closed 4 years ago

jelmerS2 commented 4 years ago

I recorded a sensor stream using k4arecorder.exe -l 5 %TEMP%\output.mkv

I copied this file to the project's Assets folder Device streaming mode: play recording Recording file: output.mkv

But I get the error "no suitable depth sensor found". The error is strange, because I have a kinect attached. But I'm not trying to access the kinect anyway because I want to play back a recording :)

EDIT: sorry, it now works. I should have put the recording file one level higher, in the project's root, not in assets. Case closed..