MockCameraParams: {
    imageFileUri: string;
    refreshOnEachFrame?: boolean;
}

Type declaration

  • imageFileUri: string

    The URI of the image file to be used as a mock camera preview image.

  • Optional refreshOnEachFrame?: boolean

    If enabled, the mock camera will refresh the preview image on each frame. Default is false.