Click or drag to resize

CameraDeviceGetCaptureSettings Method

Get the capture setting of the camera.

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

Parameters

settings
Type: System.Collections.GenericListCaptureSetting
Specify the capture setting you want to get. Result is saved here

Return Value

Type: Response
Response to request
See Also