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 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
framesThe 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
framesThe set of frames