_DefineCameraLightPath, _InputDriver2, AutoCapture2, CapturePreview2, FineGrab2, Freeze2, GetActiveGrabber, GetActiveGrabberCount, Live2, LiveSync2, SetActiveGrabber, ZStack_Live2
Description
AutoCapture2(
int iActiveGrabber
);
This function performs the Capture command and saves the captured image to the hard disk according to the settings specified by the _ImageSaveNextSettings function. The Auto Capture folder will appear.
Description
CapturePreview2(
int iActiveGrabber
);
Runs the CapturePreview function using the specified camera.
Description
FineGrab2(
int iActiveGrabber
);
This function runs the FineGrab function with the specified camera.
Description
Freeze2(
int iActiveGrabber
);
Runs the Freeze function using the specified camera.
Description
GetActiveGrabber();
This function returns index of the active camera (0 or 1).
Description
GetActiveGrabberCount();
This function returns the number of cameras connected to the system at the moment (1 or 2).
See Also
SetActiveGrabber
Description
LiveSync2(
int iActiveGrabber
);
Runs the LiveSync function using the specified camera.
Description
SetActiveGrabber(
int iActiveGrabber
);
If there are two cameras in the system, this function activates the camera specified by the parameter.
Description
ZStack_Live2(
int iActiveGrabber
);
Runs the ZStack_Live function using the specified camera.
This function runs the Acquire > Camera Light Path command.
Description
_DefineCameraLightPath();
Set the light path properties in the dialog window that appears after you run this command.