Package gda.images.camera
Interface ImageListener<E>
- All Superinterfaces:
Findable
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessImage(E image) This method will be called by aVideoReceiverat a regular interval when a frame is captured from the video stream.
-
Method Details
-
processImage
This method will be called by aVideoReceiverat a regular interval when a frame is captured from the video stream.
-