Edit

Share via


class Input::Frames::FrameReader

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

  • pos The data buffer

Returns

A shared pointer to read frame.