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
)
Public Function GetCaptureSettings (
settings As List(Of CaptureSetting)
) As Response
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:
ResponseResponse to request
See Also