| Class | Description |
|---|---|
| freenect | |
| freenect._freenect_context | |
| freenect._freenect_device | |
| freenect.freenect_audio_in_cb |
Typedef for "you wanted this microphone data, here it is" event callbacks.
|
| freenect.freenect_audio_out_cb |
Typedef for "you're playing audio, the library needs you to fill up the outgoing audio buffer" event callbacks
The library will request samples at a rate of 48000Hz.
|
| freenect.freenect_chunk_cb |
Typedef for stream chunk processing callbacks
|
| freenect.freenect_context |
Holds information about the usb context.
|
| freenect.freenect_depth_cb |
Typedef for depth image received event callbacks
|
| freenect.freenect_device |
Holds device information.
|
| freenect.freenect_device_attributes |
A struct used in enumeration to give access to serial numbers, so you can
open a particular device by serial rather than depending on index.
|
| freenect.freenect_frame_mode |
Structure to give information about the width, height, bitrate,
framerate, and buffer size of a frame in a particular mode, as
well as the total number of bytes needed to hold a single frame.
|
| freenect.freenect_log_cb |
Typedef for logging callback functions
|
| freenect.freenect_raw_tilt_state |
Data from the tilt motor and accelerometer
|
| freenect.freenect_reg_info |
Internal Kinect registration parameters.
|
| freenect.freenect_reg_pad_info |
registration padding info (?)
|
| freenect.freenect_registration |
all data needed for depth->RGB mapping
|
| freenect.freenect_sample_51 |
Structure to represent a single 16-bit signed little-endian PCM sample.
|
| freenect.freenect_usb_context |
Holds libusb-1.0 context
|
| freenect.freenect_video_cb |
Typedef for video image received event callbacks
|
| freenect.freenect_zero_plane_info |
internal Kinect zero plane data
|
Copyright © 2019. All rights reserved.