onvif
    Preparing search index...

    Interface H264Configuration

    interface H264Configuration {
        govLength: number;
        H264Profile: H264Profile;
    }
    Index
    govLength: number

    Group of Video frames length. Determines typically the interval in which the I-Frames will be coded. An entry of 1 indicates I-Frames are continuously generated. An entry of 2 indicates that every 2nd image is an I-Frame, and 3 only every 3rd frame, etc. The frames in between are coded as P or B Frames.

    H264Profile: H264Profile

    the H.264 profile, either baseline, main, extended or high