예제 #1
0
파일: core.c 프로젝트: Nom1vk/pcl
FREENECTAPI int freenect_num_devices(freenect_context *ctx)
{
	return fnusb_num_devices(&ctx->usb);
}
예제 #2
0
EXPORT int freenect_num_devices(freenect_context *ctx)
{
	return fnusb_num_devices(&ctx->usb);
}