Class CameraInfo
Information about a camera.
Inheritance
System.Object
    CameraInfo
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: FM.LiveSwitch.AForge
Assembly: FM.LiveSwitch.AForge.dll
Syntax
public class CameraInfo
  Properties
MonikerString
Gets or sets the moniker string.
Declaration
public string MonikerString { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |