Lens controllers
This section describes the libraries that are used to control the zoom lens. Libraries:
Library | Description |
---|---|
Lens (Linux and Windows) | Provides a standard interface as well as defines data structures and rules for different lens controllers. The Lens interface class does nothing; it just provides an interface and provides methods to encode/decode commands and encode/decode params. No external dependencies. |
Slc (Linux and Windows) | Software controller for Stingray SWIR lenses. Includes rich auto-focus functions based on the AFEngine library. No external dependencies. |
StingrayParser (Linux and Windows) | Provides methods for encoding control commands and decoding responses for Stingray SWIR lenses. No external dependencies. |
Olc (Linux and Windows) | Software controller for Ophir infrared lenses. Includes rich auto-focus functions based on the AFEngine library. No external dependencies. |
Flc (Linux and Windows) | Software controller for Fujinon CCTV lenses. No external dependencies. |
FujiProtocolParser (Linux and Windows) | Provides methods for encoding control commands and decoding responses for Fujinon CCTV lenses. No external dependencies. |
Ylc (Linux and Windows) | Software controller for Yamano CCTV lenses. No external dependencies. |
SunnyLensParser (Linux and Windows) | Provides methods for encoding control commands and decoding responses from Sunny continuous zoom lenses. No external dependencies. |
SunnyLens (Linux and Windows) | Software controller for Sunny continuous zoom lenses. Includes rich auto-focus functions based on the AFEngine library. No external dependencies. |
RpLensParser (Linux and Windows) | Provides methods for encoding control commands and decoding responses from RP thermal / SWIR lenses. No external dependencies. |
Rpl (Linux and Windows) | Software controller for RP thermal / SWIR lenses. No external dependencies. |
AFEngine (Linux and Windows) | Provides auto focus functions for different lens controllers. Supports ROI, auto ROI detection and other different parameters. Provides hardware agnostic interface to be implemented in different lens controllers. No external dependencies. |
KowaLensParser (Linux and Windows) | Provides methods for encoding control commands and decoding responses for KOWA CCTV lenses. No external dependencies. |
Klc (Linux and Windows) | Software controller for KOWA CCTV lenses. No external dependencies. |