Freenect
This class provides a low level API for accessing a kinect1 device. All the operations are executed in a single thread responsible for calling freenect API.
Parameters
initialLogLevel
the log level to use when freenect is initialized.
Functions
Link copied to clipboard
fun <T> callBlocking(name: String, block: (ctx: freenect_context, usbCtx: freenect_usb_context) -> T): T
Link copied to clipboard
Link copied to clipboard