itom.figure.liveImage

figure.liveImage(cam[, areaIndex, className]) → shows a camera live image in the current or given area of this figure

Creates a plot-image (2D) and automatically grabs images into this window. This function is not blocking.

Parameters :

cam : {dataIO-Instance}

Camera grabber device from which images are acquired.

areaIndex: {int}, optional :

className : {str}, optional

class name of desired plot (if not indicated default plot will be used (see application settings)

This Page