Classes | |
class | MJPEGStream |
Basic class for processing MJPEG streams. More... | |
class | IPCamera |
Basic class for IP cameras. More... | |
class | ViscaControl |
Visca Control Class. More... | |
class | ViscaIP |
Class for communicating with VISCA-capable IP Cameras. More... | |
class | NonCopyable |
Inheriting this class prevents copying the inherited class. More... | |
class | Util |
The Util class is a non-inheritable, non-copyable class that contains several unsorted useful functions. More... | |
Typedefs | |
typedef std::vector< unsigned char > | ViscaCommand |
Visca Commands are stored as vectors of unsigned chars. |
typedef std::vector<unsigned char> prip::ViscaCommand |