Interface ImageListener<E>

All Superinterfaces:
Findable

public interface ImageListener<E> extends Findable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processImage(E image)
    This method will be called by a VideoReceiver at a regular interval when a frame is captured from the video stream.

    Methods inherited from interface gda.factory.Findable

    getName, setName
  • Method Details

    • processImage

      void processImage(E image)
      This method will be called by a VideoReceiver at a regular interval when a frame is captured from the video stream.