_CaptureButtonSetup, AutoCapture, AutoCaptureAndStore, CaptureButtonEvent, CapturePreview, CapturePreviewNoMsgLoop, CapturePreviewSync, Freeze, Freeze_LiveOrND, Live, LiveNoMsgLoop, LiveSync, ND_IsAcqTabChecked, RunAutoBrightness, SetFindMode, ShowInputSetup, ZStack_Live
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.
Description
AutoCaptureAndStore();
This function performs the Capture and Store command and saves the captured image to the hard disk.
Description
CaptureButtonEvent();
This function performs image acquisition by the hardware button on a device.
See Also
_CaptureButtonSetup
Description
CapturePreview();
This function starts Live in Quality mode.
See Also
Capture, CaptureFast
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
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
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
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
Description
Live();
The Live function displays live image in the picture window.
See Also
Freeze, LiveWindowSetup, LiveNoMsgLoop, CapturePreviewNoMsgLoop
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
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.
Description
ND_IsAcqTabChecked(
wchar *NDAcquisitionTabName
);
Returns true if the specified Tab of the ND Acquisition window is enabled.
Description
RunAutoBrightness();
Runs AutoSignal.ai on the channel you are currently watching.
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.
Description
ShowInputSetup(
int ShowInputSetup
);
This function shows/hides the input setup dialog in the modeless mode. The function returns immediately.
Parameters
See Also
_InputSetup
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.
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.