POutputVideoStream.h
Go to the documentation of this file.
63 static PResult Open(const PPlugin& plugin, const PUri& uri, POutputVideoStream& outputVideoStream);
The PUri class represents an Unified Resource Identifier (URI), this class can also be used to handle...
Definition: PUri.h:43
PPluginInstance & operator=(const PPluginInstance &other)
Performs a shared copy of other to this object.
The PFrame class represents any 2D-image (RGB, gray-scale, ...) with a container of additional data p...
Definition: PFrame.h:50
The PResult class represents the result returned by most of Papillon functions; this class is used to...
Definition: PResult.h:159
The PPlugin class represents a Papillon plugin (input video source, detector, describer, ...); thread-safe.
Definition: PPlugin.h:45
The POutputVideoStream class represents an output video streams like a video file, a network socket or simply a screen display.
Definition: POutputVideoStream.h:33
Class PPluginInstance: super class for PAnalytics, PDetector, PDescriber, etc.
The PPluginInstance class is the super class for PAnalytics, PDetector, PDescriber which handle the d...
Definition: PPluginInstance.h:32