Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.6 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.6 KB

GitHub release GitHub issues GitHub forks GitHub stars GitHub license

Welcome to PelcoD project!

PelcoD is an example library that allows to communicate with PTZ devices using the Pelco-D(E) protocol. The library implements the basic features of the Pelco-D protocol and provides a simple interface for managing PTZ devices. The library uses the Boost C++ Libraries and can be used with most modern compilers.

Contribute

There are several ways to contribute to PelcoD project:

Building

  • Download and extract the latest release of the source code.
  • Build and install Boost C++ Libraries.
  • Build the library with CMake and install it to the target directory.

Usage

  • Include the library as an external dependency in your project.
  • Use public classes and functions in your code.