anyline-js
    Preparing search index...

    Type Alias ImageObject

    Object containing captured image data from the camera frame.

    type ImageObject = {
        cutoutImage?: ImageData;
        fullImage: ImageData;
    }
    Index

    Properties

    cutoutImage?: ImageData

    The cropped cutout area as ImageData, if available

    fullImage: ImageData

    The full camera frame as ImageData