rfilkov / AzureKinectUnityFree

Azure Kinect Examples for Unity (free version)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Play recorded file not working?

jelmerS2 opened this issue · comments

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..