CreatorCreator
Home
Getting Started
  • 中文简体
  • English
Home
Getting Started
  • 中文简体
  • English
  • Creator

    • Getting Started
  • Stream Dock

    • Plugin SDK
    • Icon Pack

      • Overview
      • Terminology
      • Creating an Icon Pack
      • Icon Specifications
    • Scene Configuration

      • What is a Scenario Configuration?
      • Exporting
      • Use Cases
  • mPanel

    • Plugin SDK
  • Linux StreamDock SDK

    • Cpp SDK

      • Overview
      • Dependency
      • Device Manager
      • StreamDock Base Class
      • StreamDock293
      • Communication transmission
      • Example
      • Source code
    • Python SDK

      • Overview
      • Dependency
      • DeviceManager
      • StreamDock Base Class
      • StreamDock293
      • Example
      • Source Code
  • Windows StreamDock SDK

    • WebSocket SDK

      • Overview
      • Getting Started
      • Events to Send
      • Received Events
    • Cpp SDK

      • Overview
      • Dependency
      • Device manager
      • StreamDock Base Class
      • StreamDock293
      • Transport
      • Example
      • Source Code
  • Support

    • Help and Bug Reporting

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.

Windows StreamDock SDK

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.

Last Updated:
Contributors: Heart
Next
Dependency