kaios-types
    Preparing search index...

    Interface CameraStartRecordingOptions

    Options for starting video recording.

    interface CameraStartRecordingOptions {
        autoEnableLowLightTorch?: boolean;
        createPoster?: boolean;
        maxFileSizeBytes?: number;
        maxVideoLengthMs?: number;
        rotation?: number;
    }
    Index

    Properties

    autoEnableLowLightTorch?: boolean

    Whether to automatically enable low light torch.

    false
    
    createPoster?: boolean

    Whether to create a poster image.

    false
    
    maxFileSizeBytes?: number

    Maximum file size in bytes.

    0
    
    maxVideoLengthMs?: number

    Maximum video length in milliseconds.

    0
    
    rotation?: number

    Rotation in degrees.

    0