forked from noxqs/pyKinect
-
Notifications
You must be signed in to change notification settings - Fork 0
AlexKordic/pyKinect
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
pyKinect is an interface to access all the Kinect functions offered by the Microsoft Official (beta) kinect SDK. This is done by building a wrapper class called pyKinect. This class interfaces with the following functions: NUI functions from MSRKINECTNUI.DLL : 5 MSR_NUIGetDeviceCount 6 MSR_NuiCreateInstanceByIndex 7 MSR_NuiDestroyInstance 8 MSR_NuiGetPropsBlob 9 MSR_NuiGetPropsType 10 NuiCameraElevationGetAngle 11 NuiCameraElevationSetAngle 12 NuiImageGetColorPixelCoordinatesFromDepthPixel 13 NuiImageStreamGetNextFrame 14 NuiImageStreamOpen 15 NuiImageStreamReleaseFrame 16 NuiInitialize 17 NuiInternalSetHooks 18 NuiShutdown 19 NuiSkeletonGetNextFrame 20 NuiSkeletonTrackingDisable 21 NuiSkeletonTrackingEnable 22 NuiTransformSmooth AUDIO functions in MSRKINECTAUDIO.DLL DllCanUnloadNow DllGetClassObject DllRegisterServer DllUnregisterServer GetKinectDeviceInfo
About
pyKinect is a simple interface to allow programmer to develop Kinect enabled applications using python.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published