Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the ability to read image frame data, for use as input with Vision AI operations.
Members
~FrameReader
Syntax: public inline virtual ~FrameReader ( );
Destructs an instance of the FrameReader class.
ReadFrame
Syntax: public inline std::shared_ptr< Frame > ReadFrame ( uint64_t pos );
Reads a single frame of image data from the underlying FrameSource.
Parameters
posThe data buffer
Returns
A shared pointer to read frame.