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 Linux StreamDock SDK is an SDK designed for direct control of StreamDock devices on Linux systems, bypassing software interfaces. With this SDK, you can easily implement direct control of the device.

Linux StreamDock SDK

How the Linux StreamDock SDK Communicates with the Device

The Linux StreamDock SDK communicates with the device using HIDAPI, a simple cross-platform library for communicating with HID devices. Learn more.

TIP

It is recommended to use C++11 or later versions, Ubuntu 16.04 for Linux, zlib version 1.2.11, libpng version 1.6.37, and libjpeg version v9b.

Last Updated:
Contributors: Heart
Next
Dependency