Click or drag to resize

CameraDevice Methods

The CameraDevice type exposes the following members.

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