Click or drag to resize

CameraDeviceStartCapture Method (Boolean)

Start capture.

Namespace:  Ricoh.CameraController
Assembly:  RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax
public StartCaptureResponse StartCapture(
	bool withFocus = true
)

Parameters

withFocus (Optional)
Type: SystemBoolean
Focus the camera before capture. Default value is True

Return Value

Type: StartCaptureResponse
Response result and capture object
See Also