Class LensAsset
Asset that stores all the parameters needed to model and configure a physical camera lens.
Inherited Members
Namespace: Unity.LiveCapture .VirtualCamera
Assembly: Unity.LiveCapture.VirtualCamera.dll
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 Lens
Declaration
public LensIntrinsics Intrinsics { get; set; }
Property Value
Type | Description |
---|---|
Lens |
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 |