Class CameraFirewire.CapturePolicy

  • Enclosing class:
    CameraFirewire

    public static final class CameraFirewire.CapturePolicy
    extends java.lang.Object
    defines how images are captured.
    When the SINGLE_SHOT CapturePolicy is used the user has to trigger
    the camera through acquire. When CONTINUES is used images are captured
    according to the given frameRate and getImage is more efficient to use.
    The image returned is allways the newest captured image.
    When using CONTINUES_BUFFERED images are continuesly captured and put in
    a buffer.