CameraDevice Class |
Namespace: Ricoh.CameraController
The CameraDevice type exposes the following members.
Name | Description | |
---|---|---|
![]() | EventListeners | Registered camera event listener. |
![]() | FirmwareVersion | Firmware version. |
![]() | Images | Image information list. Image list is updated automatically while connected in the background. |
![]() | Manufacturer | Manufacturer name. |
![]() | Model | Model name. |
![]() | SerialNumber | Serial number. |
![]() | Status | Camera status. |
![]() | Storages | Information on the storage of the camera. |
Name | Description | |
---|---|---|
![]() | Connect | Connect with the specified device interface. |
![]() | Disconnect | Disconnect with the specified device interface. |
![]() | Equals | Evaluate whether it is the same device. (Overrides ObjectEquals(Object).) |
![]() | Focus | Focus the camera. |
![]() | Focus(Int32) | Focus the camera by adjustment. |
![]() | Focus(Vector) | Focus the camera with focus point. |
![]() | GetCameraDeviceSettings | Get the camera device setting. |
![]() | GetCaptureSettings | Get the capture setting of the camera. |
![]() | IsConnected | Get connection status with the camera. |
![]() | SetCameraDeviceSettings | Set the camera device setting. |
![]() | SetCaptureSettings | Set the capture setting of the camera. |
![]() | StartCapture(Boolean) | Start capture. |
![]() | StartCapture(Vector) | Start capture with focus point. |
![]() | StartLiveView | Start live view. |
![]() | StopCapture | Stop capture. |
![]() | StopLiveView | Stop live view. |