Other

_CaptureButtonSetup, AutoCapture, AutoCaptureAndStore, CaptureButtonEvent, CapturePreview, CapturePreviewNoMsgLoop, CapturePreviewSync, Freeze, Freeze_LiveOrND, Live, LiveNoMsgLoop, LiveSync, ND_IsAcqTabChecked, RunAutoBrightness, SetFindMode, ShowInputSetup, ZStack_Live

AutoCapture

This function runs the Acquire > Auto Capture command.

Description 

 AutoCapture();

This function performs the Capture command and saves the captured image to disk according to settings specified by the _ImageSaveNextSettings function. The Auto Capture Folder will appear.

AutoCaptureAndStore

Description 

 AutoCaptureAndStore();

This function performs the Capture and Store command and saves the captured image to the hard disk.

CaptureButtonEvent

Description 

 CaptureButtonEvent();

This function performs image acquisition by the hardware button on a device.

See Also 
_CaptureButtonSetup

CapturePreview

Description 

 CapturePreview();

This function starts Live in Quality mode.

See Also 
Capture, CaptureFast

CapturePreviewNoMsgLoop

Description 

 CapturePreviewNoMsgLoop();

This function starts live in the quality mode. With this function you can be sure to get at least one frame from the camera. It waits until the frame is delivered. Unlike CapturePreviewSync, after several seconds without getting a frame, no dialog window is displayed.

See Also 
CapturePreviewSync

CapturePreviewSync

This function runs the Acquire > Live - Quality command.

Description 

 CapturePreviewSync();

This function starts live in the quality mode. With this function you can be sure to get at least one frame from the camera. It waits until the frame is delivered. After several seconds without getting a frame, a progress bar is displayed.

See Also 
Capture, CapturePreview

Freeze

This function runs the Acquire > Freeze command.

Description 

 Freeze();

This function freezes and grabs live image in the picture window.

See Also 
Live, LiveWindowSetup, LiveNoMsgLoop, CapturePreviewNoMsgLoop

Freeze_LiveOrND

Description 

 Freeze_LiveOrND();

Freezes live image or stops the playback of the current ND document.

Note

This function is called when the hotkey - is pressed.

See Also 
Live, LiveNoMsgLoop, Freeze

Live

Description 

 Live();

The Live function displays live image in the picture window.

See Also 
Freeze, LiveWindowSetup, LiveNoMsgLoop, CapturePreviewNoMsgLoop

LiveNoMsgLoop

Description 

 LiveNoMsgLoop();

This function displays the live image in the picture window. It waits for the first live frame and then returns. On the other hand the Live function does not wait for the first live frame.

See Also 
Live, Freeze, LiveWindowSetup, CapturePreviewNoMsgLoop

LiveSync

This function runs the Acquire > Live - Fast command.

Description 

 LiveSync();

This function enables easier and safer handling with the live image. It waits and terminates after the image is acquired and ensures the live image is loaded. A progress bar is displayed.

ND_IsAcqTabChecked

Description 

 ND_IsAcqTabChecked(
   wchar *NDAcquisitionTabName
);

Returns true if the specified Tab of the ND Acquisition window is enabled.

Parameters

wchar *NDAcquisitionTabName

Name of an ND Acquisition tab as you see it in the dialog window (case sensitive).

Time

Time tab.

XY

Multi-point tab.

Z

Z tab.

Lambda

λ tab.

Large Image

Large image tab.

RunAutoBrightness

Description 

 RunAutoBrightness();

Runs AutoSignal.ai on the channel you are currently watching.

SetFindMode

Description 

 SetFindMode();

Turns on the Find Mode. It speeds up the FPS at the expense of resolution while at the same time it uses AI to keep displaying the original resolution.

ShowInputSetup

Description 

 ShowInputSetup(
   int  ShowInputSetup
);

This function shows/hides the input setup dialog in the modeless mode. The function returns immediately.

Parameters

int ShowInputSetup

Displays the Input Setup control panel.

0

Hide input setup window

1

Show input setup window

See Also 
_InputSetup

ZStack_Live

Description 

 ZStack_Live();

This function starts the Z stack live operation. You can see the real-time Z stack projections and volume view. The Z stack settings are shared with the ND acquisition Z dimension setup.

Note

Available only on the selected HW.

_CaptureButtonSetup

This function runs the Acquire > Capture Button Setup command.

Description 

 _CaptureButtonSetup();

This function opens the Device Capture Button Setup window. This window acquires an image by the hardware button on a device under predefined conditions.