Hi everyone,
has anyone got advise for smooth playback for DK clips on the Quest 2 using Unity? I’m aware there’s the post from Jillian here (Depthkit for the Oculus Quest).
As far as I know I have most of it set up as directed by DK, Oculus etc. and I’ve found using Vulkan helped my playback a lot. I’ve got it working and my clips run smoothly to a point, but then freeze for a moment, and then continue. I need to get rid of this staggered playback.
I’ve tried a few Garbage Collection tweaks (forcing collection every 30 frames in Update) which made no difference, after a look in the Unity profiler I think it may be due to the Video rendering needing the next frame…?
The clips were shot on a Kinect Azure. I’ve crunched down the clips as modest 720x1200 mp4s using AVC x264 and the Depthkit quality is set to “low” in the Editor but I’m running out of ideas for getting this working.
Anyone been able to get DK clips running smoothly on Quest?
Thanks