Class CameraInfo
Assembly: VisioForge.Core.dll
Syntax
Properties
AvailableResolutions
Declaration
public List<Size> AvailableResolutions { get; }
Property Value
DeviceId
Declaration
public string DeviceId { get; }
Property Value
HasFlashUnit
Declaration
public bool HasFlashUnit { get; }
Property Value
HorizontalViewAngle
Declaration
public float HorizontalViewAngle { get; }
Property Value
MaxZoomFactor
Declaration
public float MaxZoomFactor { get; }
Property Value
MinZoomFactor
Declaration
public float MinZoomFactor { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Position
Declaration
public CameraPosition Position { get; }
Property Value
VerticalViewAngle
Declaration
public float VerticalViewAngle { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type |
Description |
| string |
A string that represents the current object.
|
Overrides