https://github.com/opentrack/trackhat-c-library-driver
trackhat v1 sensor driver
https://github.com/opentrack/trackhat-c-library-driver
Last synced: 8 days ago
JSON representation
trackhat v1 sensor driver
- Host: GitHub
- URL: https://github.com/opentrack/trackhat-c-library-driver
- Owner: opentrack
- License: other
- Created: 2022-11-30T19:08:36.000Z (over 3 years ago)
- Default Branch: fixes3
- Last Pushed: 2022-12-25T14:12:31.000Z (over 3 years ago)
- Last Synced: 2025-02-26T10:29:00.440Z (over 1 year ago)
- Language: C++
- Size: 130 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# The TrackHat DLL driver
This is C library as driver for the TrackHat camera connected via USB dedicated for Windows
systems.
## Prerequisities
To work with the library, the following components are required:
* cmake (3.10+)
* Microsoft Visual Studio 2017 with "Desktop development with C++" package
* Inno Setup 6
## Compilation
This library can be compiled using:
1. Qt creator:
File -> Open File or Project... -> /CMakeLists.txt
2. Using Natlive Tools Command Prompt for VS 2017:
Go to project repository and use a command:
```bash
scripts\\build_all_windows.bat
```
After the compilation the library will be stored in the \build\src\Release