@homebridge/hap-nodejs
    Preparing search index...

    Interface VideoRecordingOptions

    interface VideoRecordingOptions {
        parameters: H264CodecParameters;
        resolutions: Resolution[];
        type: H264;
    }
    Index

    Properties

    resolutions: Resolution[]

    Required resolutions to be supported are:

    • 1920x1080
    • 1280x720

    The following frame rates are required to be supported:

    • 15 fps
    • 24fps or 30fps
    type: H264