CameraDeviceSetCameraDeviceSettings Method
|
Set the camera device setting.
Namespace:
Ricoh.CameraController
Assembly:
RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax public Response SetCameraDeviceSettings(
List<CameraDeviceSetting> settings
)
Public Function SetCameraDeviceSettings (
settings As List(Of CameraDeviceSetting)
) As Response
public:
Response^ SetCameraDeviceSettings(
List<CameraDeviceSetting^>^ settings
)
Parameters
- settings
- Type: System.Collections.GenericListCameraDeviceSetting
Specify the camera device setting you want to set
Return Value
Type:
ResponseResponse to request
See Also