Skip to content

ImageListener

Bases: object

Interface for receiving images during acquisition.

Provides a mechanism to handle images whenever one is captured.

handleNewImage(newImage)

Handle an image.

This callback method is invoked each time an image is received. Must be overridden.

Parameters:

Name Type Description Default
newImage Image

The image

required