Jetson Linux API Reference

32.6.1 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages

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.

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).