Capture

_CaptureEDF, _CaptureHDR, _CaptureZStack, _Grabbing, Capture, CaptureEx, CaptureExWithName, CaptureFast, FineGrab

Capture

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

CaptureEx

Description 

 CaptureEx(
   int  Frame,
   int  UseShading,
   int  Average,
   int  Integrate,
   int  SaveModified
);

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

int 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.

int UseShading

Specifies if shading is applied to captured image regardless of global shading status.

0

Capture without shading

1

Capture with shading, if defined

int Average

Specifies number of frames to be averaged. Averaging frames means addition of images than dividing by number of averaged frames.

int Integrate

Specifies number of frames to be integrated. Integrating frames means addition of images.

int SaveModified

Specifies whether to save an opened document when it has been modified.

0, QUERYSAVE_ASK

Asks whether to save changes or not.

Ask before overwriting.

1, QUERYSAVE_YES

Changes are saved automatically.

Overwrite existing file.

2, QUERYSAVE_NO

Changes are not saved. Always discard the image.

Do not save (handled in macro).

SAVE_DIFFDIR

Save into different folder.

QUERYSAVE_CANCEL

Cancels the operation.

See Also 
CaptureExWithName, Capture

CaptureExWithName

Description 

 CaptureExWithName(
   int  Frame,
   int  UseShading,
   int  Average,
   int  Integrate,
    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

int 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.

int UseShading

Specifies if shading is applied to captured image regardless of global shading status.

0

Capture without shading

1

Capture with shading, if defined

int Average

Specifies number of frames to be averaged. Averaging frames means addition of images than dividing by number of averaged frames.

int Integrate

Specifies number of frames to be integrated. Integrating frames means addition of images.

DocName

Specifies captured document title.

See Also 
CaptureEx, Capture

CaptureFast

Description 

 CaptureFast();

This function acquires image from camera in fast mode. Function freezes if in live mode.

See Also 
Capture, CapturePreview, Live

FineGrab

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

_CaptureEDF

Description 

 _CaptureEDF();

Opens the Z-Stack definition parameters for capture.

_CaptureHDR

Description 

 _CaptureHDR();

Opens the Run Job dialog window setting up the HDR parameters for capture.

_CaptureZStack

Description 

 _CaptureZStack();

Opens the Z-Stack definition parameters for capture.

_Grabbing

Description 

 _Grabbing();

This function displays the dialog for advanced image acquisition.

See Also 
_InputSetup