Class DepthPlane

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Camera.dll
API Level:
5

The class containing the depth data for subject distance.

C#
Copy
public class DepthPlane : IPreviewPlane
Inheritance
System.Object
DepthPlane
Implements

Properties

View Source

Data

The buffer containing the depth data.

Declaration
C#
Copy
public byte[] Data { get; }
Property Value
Type Description
System.Byte[]
API Level: 5

Implements