Edit

class Input::Frames::FrameSetWriter

Represents the ability to write image frame data, for use as input with Vision AI operations.

Members

~FrameSetWriter

Syntax: public inline virtual ~FrameSetWriter ( );

Destructs an instance of the FrameSetWriter class.

WriteFrameSet

Syntax: public inline void WriteFrameSet ( std::initializer_list< const std::pair< uint8_t *, size_t > > frames );

Writes a set of frames of image data to the underlying FrameSetSource.

Parameters

  • frames The set of frames

WriteFrameSet

Syntax: public template< > inline void WriteFrameSet ( T && frames );

Writes a set of frames of image data to the underlying FrameSetSource.

Parameters

  • frames The set of frames