Overview
The Windows StreamDock SDK is an SDK designed for direct control of StreamDock devices on Windows systems, bypassing software interfaces. With this SDK, you can easily implement direct control of the device.

How the Windows StreamDock SDK Communicates with the Device
The Windows StreamDock SDK communicates with the device using HIDAPI, a simple cross-platform library for communicating with HID devices. Learn more.
TIP
Please note that C++ version 17 or higher is required. OpenCV version 3.4.6 and HIDAPI version 0.14.0 are recommended.
