tevclient

November 16, 2023 ยท View on GitHub

This is a C++11 library to remotly control the tev image viewer. The code for this library is based on the original implementation in tev with some notable modifications:

  • C-style interface for passing data instead of using STL containers
  • Zero copy when sending image data
  • Use error return codes instead of exceptions

Usage

See example.cpp for an example on how to use this library.