Click or drag to resize

CameraDevice Class

Class for getting information of a camera device or operating a camera device.
Inheritance Hierarchy
SystemObject
  Ricoh.CameraControllerCameraDevice

Namespace:  Ricoh.CameraController
Assembly:  RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax
public class CameraDevice

The CameraDevice type exposes the following members.

Properties
  NameDescription
Public propertyEventListeners
Registered camera event listener.
Public propertyFirmwareVersion
Firmware version.
Public propertyImages
Image information list. Image list is updated automatically while connected in the background.
Public propertyManufacturer
Manufacturer name.
Public propertyModel
Model name.
Public propertySerialNumber
Serial number.
Public propertyStatus
Camera status.
Public propertyStorages
Information on the storage of the camera.
Top
Methods
  NameDescription
Public methodConnect
Connect with the specified device interface.
Public methodDisconnect
Disconnect with the specified device interface.
Public methodEquals
Evaluate whether it is the same device.
(Overrides ObjectEquals(Object).)
Public methodFocus
Focus the camera.
Public methodFocus(Int32)
Focus the camera by adjustment.
Public methodFocus(Vector)
Focus the camera with focus point.
Public methodGetCameraDeviceSettings
Get the camera device setting.
Public methodGetCaptureSettings
Get the capture setting of the camera.
Public methodIsConnected
Get connection status with the camera.
Public methodSetCameraDeviceSettings
Set the camera device setting.
Public methodSetCaptureSettings
Set the capture setting of the camera.
Public methodStartCapture(Boolean)
Start capture.
Public methodStartCapture(Vector)
Start capture with focus point.
Public methodStartLiveView
Start live view.
Public methodStopCapture
Stop capture.
Public methodStopLiveView
Stop live view.
Top
See Also