Releases: pupil-labs/pyuvc
v0.14
Changes
- Added
pyproject.toml
- #65 - Fixed crash due to implicit primitive type casting from int to float - #74
Windows 10 installation
Download the .whl
file for Windows 10 x64 for Python3.6.
pip install --upgrade uvc-0.13-cp36-cp36m-win_amd64.whl
Microsoft Visual C++ 2010 Redistributable Package (x64)
In order to use pyuvc
you will need to install MSVC++ 2010 Redistributable. You can download this from Microsoft here.
v0.13
Windows 10 installation
Download the .whl
file for Windows 10 x64 for Python3.6.
pip install --upgrade uvc-0.13-cp36-cp36m-win_amd64.whl
Microsoft Visual C++ 2010 Redistributable Package (x64)
In order to use pyuvc
you will need to install MSVC++ 2010 Redistributable. You can download this from Microsoft here.
v0.11
Windows 10 installation
Download the .whl
file for Windows 10 x64 for Python35 or Python3.6.
pip install uvc-0.11-cp35-cp35m-win_amd64.whl
or
pip install uvc-0.11-cp36-cp36m-win_amd64.whl
Microsoft Visual C++ 2010 Redistributable Package (x64)
In order to use pyuvc
you will need to install MSVC++ 2010 Redistributable. You can download this from Microsoft here.
v0.10
Windows 10 installation
Download the .whl
file for Windows 10 x64 for Python3.5.
pip install uvc-0.10-cp35-cp35m-win_amd64.whl
pyuvc - v0.9
Overview
In this release we add support and documentation for building pyuvc
on Windows, and some minor updates to example files.
pyuvc users
You can download the wheel file below for Windows 10. Make sure to follow the documentation for users in WINDOWS_USER.md.
pyuvc developers
You can setup a development environment and make your own wheels by following instructions in WINDOWS_DEVELOPER.md