MultiGrabber

_DefineCameraLightPath, _InputDriver2, AutoCapture2, CapturePreview2, FineGrab2, Freeze2, GetActiveGrabber, GetActiveGrabberCount, Live2, LiveSync2, SetActiveGrabber, ZStack_Live2

AutoCapture2

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.

Parameters

int iActiveGrabber

Index number of a camera

0

The first (primary) camera

1

The second (secondary) camera

CapturePreview2

Description 

 CapturePreview2(
   int  iActiveGrabber
);

Runs the CapturePreview function using the specified camera.

Parameters

int iActiveGrabber

Index number of a camera

0

The first (primary) camera

1

The second (secondary) camera

FineGrab2

Description 

 FineGrab2(
   int  iActiveGrabber
);

This function runs the FineGrab function with the specified camera.

Parameters

int iActiveGrabber

Index number of a camera

0

The first (primary) camera

1

The second (secondary) camera

Freeze2

Description 

 Freeze2(
   int  iActiveGrabber
);

Runs the Freeze function using the specified camera.

Parameters

int iActiveGrabber

Index number of a camera

0

The first (primary) camera

1

The second (secondary) camera

GetActiveGrabber

Description 

 GetActiveGrabber();

This function returns index of the active camera (0 or 1).

GetActiveGrabberCount

Description 

 GetActiveGrabberCount();

This function returns the number of cameras connected to the system at the moment (1 or 2).

See Also 
SetActiveGrabber

Live2

Description 

 Live2(
   int  iActiveGrabber
);

Runs the Live function using the specified camera.

Parameters

int iActiveGrabber

Index number of a camera

0

The first (primary) camera

1

The second (secondary) camera

LiveSync2

Description 

 LiveSync2(
   int  iActiveGrabber
);

Runs the LiveSync function using the specified camera.

Parameters

int iActiveGrabber

Index number of a camera

0

The first (primary) camera

1

The second (secondary) camera

SetActiveGrabber

Description 

 SetActiveGrabber(
   int  iActiveGrabber
);

If there are two cameras in the system, this function activates the camera specified by the parameter.

Parameters

int iActiveGrabber

Index number of a camera

0

The first (primary) camera

1

The second (secondary) camera

ZStack_Live2

Description 

 ZStack_Live2(
   int  iActiveGrabber
);

Runs the ZStack_Live function using the specified camera.

Parameters

int iActiveGrabber

Index number of a camera

0

The first (primary) camera

1

The second (secondary) camera

_DefineCameraLightPath

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.

_InputDriver2

Description 

 _InputDriver2(
   int  iGrabberToSelect
);

On multiple-camera systems, it displays the Driver Selection dialog window.

Parameters

int iGrabberToSelect

Index number of the position which will be active for selection via keyboard.

0

Focus on the primary camera

1

Focus on the secondary camera