public interface Continuous extends CcdDriver
FITSEXTENSION| Modifier and Type | Method and Description |
|---|---|
void |
cancelContinuous()
Signals that a continuous read-out should be canceled.
|
boolean |
startContinuous(ReadoutProviding frame,
ImageProcessing red)
Starts a continuous exposure.
|
void |
stopContinuous()
Asks for the continuous loop of exposures to stop.
|
ensureReady, expose, exposeBias, exposeDark, getBinning, getCcdInfo, getData, getDetectorSize, getExposureTime, getMaximumExposureTime, getMinimumExposureTime, getReadoutMaximum, getReadoutTime, getWindow, isExposing, isReadingOut, setBinning, setExposureTime, setWindow, threadedBiasExpose, threadedDarkExpose, threadedExposeclose, getDriverName, isOpen, openinitboolean startContinuous(ReadoutProviding frame, ImageProcessing red)
stopContinuous(), images
taken by the camera are piped to the image reduce whenever ready. The
method
does return immediately.void cancelContinuous()
stopContinuous()void stopContinuous()
cancelContinuous()