PInputVideoStream.h
Go to the documentation of this file.
86 static PResult Open(const PPlugin& plugin, const PUri& uri, PInputVideoStream& inputVideoStream);
static const PString C_PROPERTY_INT32_STREAM_HEIGHT
A string constant holding the name of the property "stream height" (in pixels)
Definition: PInputVideoStream.h:42
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.
static const PString C_DEFAULT_RSTP_PLUGIN
A string constant holding the default plugin to be used to open a RTSP video stream.
Definition: PInputVideoStream.h:37
The PFrame class represents any 2D-image (RGB, gray-scale, ...) with a container of additional data p...
Definition: PFrame.h:50
static const PString C_DEFAULT_FILE_PLUGIN
A string constant holding the default plugin to be used to open a video file.
Definition: PInputVideoStream.h:38
The PSizei class represents the size of an image or a rectangle: width (int) and height (int); PSizei...
Definition: PSizei.h:27
static const PString C_PROPERTY_DOUBLE_STREAM_FPS
A string constant holding the name of the property "stream framerate per second". ...
Definition: PInputVideoStream.h:43
The PResult class represents the result returned by most of Papillon functions; this class is used to...
Definition: PResult.h:159
static const PString C_PROPERTY_INT32_GO_TO_FRAME
A string constant holding the name of the property "go to frame".
Definition: PInputVideoStream.h:44
static const PString C_DEFAULT_EDGEVIS_PLUGIN
A string constant holding the default plugin to be used to open an edge-vis video stream...
Definition: PInputVideoStream.h:39
The PPlugin class represents a Papillon plugin (input video source, detector, describer, ...); thread-safe.
Definition: PPlugin.h:45
static const PString C_PROPERTY_INT32_STREAM_WIDTH
A string constant holding the name of the property "stream width" (in pixels)
Definition: PInputVideoStream.h:41
static const PString C_PROPERTY_INT32_FRAME_NUMBER
A string constant holding the name of the property "frame number".
Definition: PInputVideoStream.h:46
The PInputVideoStream class represents an input video streams like a video file, a webcam or a RTSP s...
Definition: PInputVideoStream.h:34
Class PPluginInstance: super class for PAnalytics, PDetector, PDescriber, etc.
static const PString C_PROPERTY_INT32_FRAME_COUNT
A string constant holding the name of the property "frame count".
Definition: PInputVideoStream.h:45
The PPluginInstance class is the super class for PAnalytics, PDetector, PDescriber which handle the d...
Definition: PPluginInstance.h:32