CameraDeviceStartCapture Method (Vector)
|
Start capture with focus point.
Namespace:
Ricoh.CameraController
Assembly:
RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax public StartCaptureResponse StartCapture(
Vector focusPoint
)
Public Function StartCapture (
focusPoint As Vector
) As StartCaptureResponse
public:
StartCaptureResponse^ StartCapture(
Vector focusPoint
)
Parameters
- focusPoint
- Type: System.WindowsVector
Focus point
Return Value
Type:
StartCaptureResponseResponse result and capture object
See Also