Skip to main content
Version: 20 Mar 2024

CameraOutput

Contains the information and data of each of the available buffers/planes in a capture Number of planes for JPEG and RGBA captures = 1 Number of planes for YUV captures = 3

Public Methods

override string ToString

public override string ToString()

Public Attributes

Format


public OutputFormat Format;

TypeDescription
OutputFormatCaptured output format

Planes


public PlaneInfo [] Planes;

TypeDescription
PlaneInfo []Contains both the data and information necessary to read the data for a specific buffer in a capture