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

and - http://kinect.github.io/tutorial/


Comments

Popular posts from this blog

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

php - Passing multiple values in a url using checkbox -

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -