Method GetPlane
GetPlane(int)
Get an image plane. A plane in this context refers to a channel in the raw video format, not a physical surface.
Declaration
public XRCpuImage.Plane GetPlane(int planeIndex)
Parameters
Type | Name | Description |
---|---|---|
int | planeIndex | The index of the plane to get. |
Returns
Type | Description |
---|---|
XRCpuImage.Plane | A XRCpuImage.Plane describing the plane. |
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if |
InvalidOperationException | Thrown if the requested plane is not valid. |