We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7398a41 commit fd3d159Copy full SHA for fd3d159
src/usb_libusb10.c
@@ -63,7 +63,7 @@ FN_INTERNAL int fnusb_num_devices(freenect_context *ctx)
63
}
64
else if (desc.idProduct == PID_KV2_CAMERA)
65
{
66
- FN_NOTICE("Skipping Kinect v2 device (needs https://github.com/libfreenect2).\n");
+ FN_NOTICE("Skipping Kinect v2 device (needs https://github.com/OpenKinect/libfreenect2).\n");
67
68
69
0 commit comments