HoloLens2-Unity-ResearchModeStreamer icon indicating copy to clipboard operation
HoloLens2-Unity-ResearchModeStreamer copied to clipboard

Delay in image frames on rendering

Open rahidraghav opened this issue 2 years ago • 5 comments

I am currently using the plugin to stream the PV and depth image (Long Throw). I notice that the image rendering is not real-time and has considerable lag. What could be the cause of this?

rahidraghav avatar Aug 15 '22 19:08 rahidraghav

i lowered the framerate (using the hints provided in the code) and this seems to have solved the problem! Thank you for your nice work!

rahidraghav avatar Aug 16 '22 08:08 rahidraghav

Hi! how were you able to change the frame rate?

srafaelm avatar Oct 25 '22 09:10 srafaelm

i have followed the commented code.

rahidraghav avatar Nov 11 '22 18:11 rahidraghav

hi! How did you manage to switch the mode to long_throw? Also, for the lag, that's true with using the REST apis of Mixed Reality portal to get camera feed as well as well, it may be a hardware limitation.

thisisvaze avatar Nov 19 '22 01:11 thisisvaze

you can switch the sensor type => ResearchModeSensorType::DEPTH_LONG_THROW.

rahidraghav avatar Dec 27 '22 13:12 rahidraghav