Click or drag to resize

CameraDeviceGetCameraDeviceSettings Method

Get the camera device setting.

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

Parameters

settings
Type: System.Collections.GenericListCameraDeviceSetting
Specify the camera device setting you want to get. Result is saved here

Return Value

Type: Response
Response to request
See Also