2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make fakenect work on Windows. More... over 13 years ago
Java wrapper: Don't set video or depth formats at startup. More... over 13 years ago
Implement all FREENECTAPI functions in fakenect to avoid issues with Java wrapper More... over 13 years ago
Ignore .pyc files from Python More... over 13 years ago
freenect: initialize the 'transferred' variable used in bulk transfers More... over 13 years ago
freenect: avoid leaking the context when fnusb_init() fails More... over 13 years ago
examples: call freenect_shutdown() on exit More... over 13 years ago
Add missing math lib to fakenect More... over 13 years ago
Search for threading lib on any platform in c_sync More... over 13 years ago
Added error reporting for failed subdevice initialization. More... over 13 years ago
Use unions to perform safe type-punning. More... over 13 years ago
Fix build on Windows after changing includes from <libusb-1.0/libusb.h> to <libusb.h> More... over 13 years ago
Build on big-endian systems again. More... over 13 years ago
loader.c: memcpy structs into properly aligned buffers before accessing contents More... over 13 years ago
Hides unexported symbols More... over 13 years ago
Python wrapper: handle non-standard modes properly More... over 13 years ago
C++ wrapper: ignore LIBUSB_ERROR_INTERRUPTED from freenect_process_events() More... over 13 years ago
cameras.c: memcpy structs into properly aligned buffers before toggling endianness. More... over 13 years ago
Fix cmake libusb search and fix libusb include More... over 13 years ago
Remove libusb.h include from libfreenect.h More... over 13 years ago
python wrapper: Explicitly cast freenect_device_flags to int More... over 13 years ago
Bump version to 0.1.2 More... over 13 years ago
Make it compile on Cython 0.15.1 Add support for DEPTH_10BIT, DEPTH_REGISTERED and DEPTH_MM Don't initialise depth and video on runloop if device is passed in More... over 13 years ago
Python wrapper: prevent *Ptr classes from being created from Python More... over 13 years ago
libusbemu/libusb.h: include <sys/time.h> More... over 13 years ago
Fix some documentation issues. More... over 13 years ago
Export maximum and no-value values for the depth modes. More... over 13 years ago
libusbemu: include winsock.h More... over 13 years ago
Behave sanely when the Kinect is unplugged. More... over 13 years ago
usb_libusb10.c: Keep track of dead transfers more correctly. More... over 13 years ago