pupil-labs / libuvc

a cross-platform library for USB video devices
https://int80k.com/libuvc/
Other
52 stars 30 forks source link

Add windows support #1

Closed mkassner closed 8 years ago

mkassner commented 8 years ago

currently libuvc does not work on windows. An issue that discusses the problem can be found here: https://github.com/ktossell/libuvc/issues/12

Below are the steps required to close this issue:

  1. Add isochronous transfer support to the windows backend of libusb: https://github.com/libusb/libusb/issues/46
  2. Test/fix libuvc functions (device enumeration, streaming and control) on windows.
  3. Successfully stream mjpeg images from uvc compatible camera at 1080p 30fps.
  4. Add documentation for building and use of libuvc and libusb on windows.
  5. Add documentation for building and use of pyuvc on windows.

libuvc should support windows 8.2 and later.

willpatera commented 8 years ago

Closed with PR #2