2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 11, 2024 — Jun 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
several fixes in order to make the implementation more conformal to the expected libusb-1.0 semantics. added several comment blocks to explain some of the underlying design choices. More... over 14 years ago
several fixes in order to make the implementation more conformal to the expected libusb-1.0 semantics. added several comment blocks to explain some of the underlying design choices. More... over 14 years ago
Fixed compilation error on linux gcc More... over 14 years ago
Updated exports for Windows and removed double casts More... over 14 years ago
Added libusbemu, libusb 1.0 emulation layer for libusb 0.1 More... over 14 years ago
Updated libfreenect_sync to compile with Visual Studio More... over 14 years ago
Prepared codebase for adding libusbemu: Updated various libfreenect and examples to compile in Visual Studio Added an updated FindThreads.cmake that looks for pthread-win32 Updated CMake More... over 14 years ago
Introduce wrappers/python into cmake build framework
Yaroslav O. Halchenko
as Yaroslav Halchenko
More... over 14 years ago
Disable the IR/depth restart-on-dark "feature" More... over 14 years ago
Several fixes and improvements to the Java wrapper. More... over 14 years ago
Added README for the Java wrapper More... over 14 years ago
Fixed Cmake to use CXX More... over 14 years ago
Add CONTRIB file and mkcontrib.sh More... over 14 years ago
Removed Eclipse project files that should not have been commited to this branch. More... over 14 years ago
small cleanup More... over 14 years ago
libfreenect.hpp: added video & depth switching cppview.cpp: added video switching to example More... over 14 years ago
removed throw statement from destructors, would propose a log message instead. (exceptions in destructors can cause stack unwinding to terminate) More... over 14 years ago
Typo correction in method name (thanks phen!) More... over 14 years ago
cameras: remove legacy caminit struct, we don't use it any more anyway. More... over 14 years ago
changed std::map::operator[] to std::map::find, fixed compiler warning More... over 14 years ago
Adds freenect_get_tilt_status More... over 14 years ago
Rework streaming to support compressed streams, cleanup More... over 14 years ago
Move -Wall CFLAGS to toplevel and change the way it works More... over 14 years ago
Fix std::map::at issue on OSX More... over 14 years ago
Tests for the Kinect wrapper to verify correct operation. More... over 14 years ago
Moved Context.closeDevice to Device.close. Added Context.shutdown() More... over 14 years ago
Fixed libfreenect.hpp: check of return values now according to convention More... over 14 years ago
Removing duplicate udev rules More... over 14 years ago
1. Made glpclview not go "ape-shit" when no kinect is found 2. cvdemo and glpclview give nicer messages when no kinect is found Signed-off-by: Brandyn A. White <[email protected]> More... over 14 years ago
1. Fixed compiler warning in fakenect, libfreenect.hpp, and c_sync 2. Implemented start/stop for video/depth in fakenect 3. Ran astyle Signed-off-by: Brandyn A. White <[email protected]> More... over 14 years ago