Skip to content

NewChromantics/PopCameraDevice

Repository files navigation

Build Status

Build Windows Build Windows_NoKinect Build Apple Build Linux Create Release

Kinect Azure

  • Windows compiles with SDK path

  • Linux comes via nuget package (Comes with windows, so we should switch to that)

  • Added a packages.config in /Source/Libs/

  • Osx

    • brew install nuget
    • cd Source/Libs
    • nuget install
  • Linux

  • Windows

    • We should be able to add packages.config to the project...

LibUsb (for Kinect 1/LibFreenect)

  • On Macos we now build the lib from source, but not actually building a libusb lib, just include the (small!) amount of source files directly from the libusb repository
    • Easier to build for arm & x86
    • No more pre-built out of date/mismatched libs
  • Todo: do same for windows.