| Camera Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Zivid.NET
 Syntax
SyntaxThe Camera type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | Camera | Initializes a new instance of the Camera class | 
|  | Camera(Camera*) | Initializes a new instance of the Camera class | 
|  | Camera(Camera*) | Initializes a new instance of the Camera class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Info | Information about camera model, serial number etc. | 
|  | State | Current camera state | 
|  | UserData | Read user data from camera | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Capture(Settings) | Capture a single frame | 
|  | Capture(Settings2D) | Capture a single frame in 2D | 
|  | CloseAperture | Close the camera's aperture | 
|  | Connect | Connect to the camera | 
|  | Disconnect | Disconnect from the camera and free all resources associated with it | 
|  | Dispose | Releases all resources used by the Camera | 
|  | ToString | Get string representation of the camera info(Overrides ObjectToString.) | 
|  | WriteUserData | 
Write user data to camera.
The total number of writes supported depends on camera model and size of data
 | 
 Remarks
Remarks See Also
See Also