OpenKinect OSX wrapper guide
Installing from binaries:
Download as3kinect_0.9c.pkg
Double click it.
Follow the installer instructions.
Then you can run as3-server from the terminal.
How to compile (v0.9c):
Download and install git: http://code.google.com/p/git-osx-installer/
Download and install cmake: http://www.cmake.org/cmake/resources/software.html
Download and install libjpeg: libjpeg_8.pkg
Download libfreenect source:
git clone git://github.com/OpenKinect/libfreenect.git
or
git clone git://github.com/imekinox/openkinect.git
For unstable version:
git checkout unstable
Download libusb or install it from libusb_1.0.pkg and skip directly to (Compile libfreenect with as3 server step):
git clone git://git.libusb.org/libusb.git cd libusb ./autogen.sh
Apply patch for OSX:
patch -p1 < ../libfreenect/platform/osx/libusb-osx-kinect.diff
Compile and install libusb:
./configure make sudo make install
Compile libfreenect with as3 server:
cd ../libfreenect or cd ../openkinect (if using imekinox's repo) mkdir build cd build cmake -DBUILD_AS3_SERVER=ON .. make
You can run the server with the following command:
./bin/as3-server
Or you can install it running:
sudo make install
Then you can run as3-server from the terminal.
-
http://www.facebook.com/naiwinnie วินนี่ ต๋าย อ้อง
-
Anonymous
-
http://www.facebook.com/naiwinnie วินนี่ ต๋าย อ้อง
-
http://www.facebook.com/ericdolecki Eric E. Dolecki
-
http://www.facebook.com/masky81 Andrea Ascani
-
Eric_jacobsson
-
http://www.facebook.com/masky81 Andrea Ascani
-
http://twitter.com/WillDonohoe Will Donohoe
-
shim
-
Kerem Iseri
-
Heteroclito8520
-
Darek
-
Mike Delucchi