c# - Kinect 2.0 polling frames -
i'm working on c# .net project using kinect device , official sdk 2.0. right i'm processing frames via events i'd try via polling method i've read in documentation of 1.0 version of sdk i've found nothing specific 2.0 version has microsoft dropped support polling frames or missing something?
polling restricted kinect sdk 1.5 1.8 check - https://msdn.microsoft.com/en-us/library/hh973076.aspx
for kinect sdk 2.0 should use multisourceframeready check - https://msdn.microsoft.com/en-us/library/microsoft.kinect.multisourceframereader.aspx
Comments
Post a Comment