OpenNI_SkeletonTracing


Captures a skeleton using Kinect.

Syntax

C++
Python
 
def OpenNI_SkeletonTracing(
	state: OpenNI_SkeletonTracingState,
	outPlayerRegion: Region,
	/
)
-> (
	outResult: bool,
	outNumberOfPersons: int,
	outSkeletons: list[ list[Point2D] ]
)

Parameters

Name Type Default Description
Input will be modified ioState OpenNI_SkeletonTracingState
Output value outNumberOfPersons int
Output value outSkeletons list[ list[Point2D] ]
Output value outPlayerRegion Region

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.