CameraStatusCurrentCapture Property
|
Current capture status. It is only updated when captured by using capture function of this SDK. (If captured by pushing shutter button, it is not updated.)
Namespace:
Ricoh.CameraController
Assembly:
RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax public Capture CurrentCapture { get; set; }
Public Property CurrentCapture As Capture
Get
Set
public:
property Capture^ CurrentCapture {
Capture^ get ();
void set (Capture^ value);
}
Property Value
Type:
CaptureSee Also