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 | |
|---|---|---|---|---|
![]() |
ioState | OpenNI_SkeletonTracingState | ||
![]() |
outNumberOfPersons | int | ||
![]() |
outSkeletons | list[ list[Point2D] ] | ||
![]() |
outPlayerRegion | Region |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


