c# - How to get the number of frames per second recorded during skeletal tracking -


anyone know how number of frames per second recorded during skeletal tracking kinect v2 using c# in visual studio 2013?

you can use performancecounter (from system.diagnostics) tracks "system time" have program report once per second, have integer increments @ each frame, gets reset after value reported. should give accurate framerate counter.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

html - href attribute breaking an element -

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -