• Installs the given filter to be used to transform each source image from the live camera or from a local/remote file to a destination image that is then displayed on screen.

    A filter is a function that is applied to two two-dimensional arrays of Pixels: the source image and the destination image.

    Parameters

    • _filter: Filter

    Returns void