Libargus API
Libargus Camera API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Modules
OutputStream
Objects and Interfaces

Object representing an output stream capable of receiving image frames from a capture. More...

Modules

 BufferOutputStream
 OutputStream type that writes to application-managed buffers (STREAM_TYPE_BUFFER).
 EGLOutputStream
 OutputStream type that generates frames as an EGLStream producer (STREAM_TYPE_EGL).

Detailed Description

Object representing an output stream capable of receiving image frames from a capture.

OutputStream objects are used as the destination for image frames output from capture requests. The operation of a stream, the source for its buffers, and the interfaces it supports depend on the StreamType of the stream.