_CaptureEDF, _CaptureHDR, _CaptureZStack, _Grabbing, Capture, CaptureEx, CaptureExWithName, CaptureFast, FineGrab
Description
Capture();
This function acquires image from a camera in “quality mode”. The function freezes if in the “live mode”.
Note
Function freezes if in “live mode” but of course it is possible to call the function if not in “live mode”.
See Also
CaptureEx, CaptureFast, Freeze, Live, CapturePreview
Description
CaptureEx( intFrame
, intUseShading
, intAverage
, intIntegrate
, intSaveModified
);
This function acquires image from camera in “quality mode”. Function freezes if in “live mode”. Frame number, shading usage, averaging and integrating options are specified.
Parameters
Frame
Specifies frame number to capture. If 1 is specified, next frame is captured, if 2 is specified one frame is ignored and next is captured, etc.
UseShading
Specifies if shading is applied to captured image regardless of global shading status.
Average
Specifies number of frames to be averaged. Averaging frames means addition of images than dividing by number of averaged frames.
Integrate
Specifies number of frames to be integrated. Integrating frames means addition of images.
SaveModified
Specifies whether to save an opened document when it has been modified.
Asks whether to save changes or not. Ask before overwriting. | |
Changes are saved automatically. Overwrite existing file. | |
Changes are not saved. Always discard the image. Do not save (handled in macro). | |
Save into different folder. | |
Cancels the operation. |
See Also
CaptureExWithName, Capture
Description
CaptureExWithName( intFrame
, intUseShading
, intAverage
, intIntegrate
,DocName
);
This function acquires image from camera in “quality mode”. The function freezes if in “live mode”. Frame number, shading usage, averaging and integrating options are specified. Document name is specified.
Parameters
Frame
Specifies frame number to capture. If 1 is specified, next frame is captured, if 2 is specified one frame is ignored and next is captured, etc.
UseShading
Specifies if shading is applied to captured image regardless of global shading status.
Average
Specifies number of frames to be averaged. Averaging frames means addition of images than dividing by number of averaged frames.
Description
CaptureFast();
This function acquires image from camera in “fast mode”. Function freezes if in “live mode”.
See Also
Capture, CapturePreview, Live
This function runs the Acquire > Capture command.
Description
FineGrab();
This function performs the capture operation. New window for the captured document is created or the previous window for captured image is reused based on application options. This function is also invoked on the - hotkey.
See Also
Live, LiveNoMsgLoop, Freeze, LiveWindowSetup, CapturePreviewNoMsgLoop
Description
_CaptureHDR();
Opens the Run Job dialog window setting up the HDR parameters for capture.
Description
_Grabbing();
This function displays the dialog for advanced image acquisition.
See Also
_InputSetup