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
)
Public Function SetCaptureSettings (
settings As List(Of CaptureSetting)
) As Response
public:
Response^ SetCaptureSettings(
List<CaptureSetting^>^ settings
)
Parameters
- settings
- Type: System.Collections.GenericListCaptureSetting
Specify the capture setting you want to set
Return Value
Type:
ResponseResponse to request
See Also