core.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <unistd.h>
#include "freenect_internal.h"
Go to the source code of this file.
Function Documentation
Close the given device.
Definition at line 117 of file core.c.
Get the list of devices for the current Freenect context. The method returns only the devices that satisfy the vendor ID (0x45e) and product ID (0x02ae).
Definition at line 64 of file core.c.
Open a device in the current Freenect context using a given index.
Definition at line 90 of file core.c.