CameraDeviceStartCapture Method (Boolean)
|
Start capture.
Namespace:
Ricoh.CameraController
Assembly:
RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax public StartCaptureResponse StartCapture(
bool withFocus = true
)
Public Function StartCapture (
Optional withFocus As Boolean = true
) As StartCaptureResponse
public:
StartCaptureResponse^ StartCapture(
bool withFocus = true
)
Parameters
- withFocus (Optional)
- Type: SystemBoolean
Focus the camera before capture. Default value is True
Return Value
Type:
StartCaptureResponseResponse result and capture object
See Also