Click or drag to resize

CameraDeviceSetCaptureSettings Method

Set the capture setting of the camera.

Namespace:  Ricoh.CameraController
Assembly:  RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax
public Response SetCaptureSettings(
	List<CaptureSetting> settings
)

Parameters

settings
Type: System.Collections.GenericListCaptureSetting
Specify the capture setting you want to set

Return Value

Type: Response
Response to request
See Also