Class LensAsset
Asset that stores all the parameters needed to model and configure a physical camera lens.
Inherited Members
Namespace: Unity.LiveCapture.VirtualCamera
Syntax
public class LensAsset : ScriptableObject
Properties
DefaultValues
The default Lens parameters of the current lens asset.
Declaration
public Lens DefaultValues { get; set; }
Property Value
Type | Description |
---|---|
Lens |
Intrinsics
The LensIntrinsics parameters of the current lens asset.
Declaration
public LensIntrinsics Intrinsics { get; set; }
Property Value
Type | Description |
---|---|
LensIntrinsics |
Manufacturer
The manufacturer of the lens.
Declaration
public string Manufacturer { get; set; }
Property Value
Type | Description |
---|---|
String |
Model
The model of lens.
Declaration
public string Model { get; set; }
Property Value
Type | Description |
---|---|
String |