#include <libfreenect.h>
Public Attributes | |
const char * | camera_serial |
struct freenect_device_attributes * | next |
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. This is most useful if you have more than one Kinect.
Definition at line 67 of file libfreenect.h.
const char* freenect_device_attributes::camera_serial |
Definition at line 70 of file libfreenect.h.
struct freenect_device_attributes* freenect_device_attributes::next |
Definition at line 69 of file libfreenect.h.