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

Properties

imageFileUri: string

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

refreshOnEachFrame?: boolean

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