1<ExternalCamera>
2    <Provider>
3        <ignore> <!-- Internal video devices to be ignored by external camera HAL -->
4            <id>0</id>
5        </ignore>
6    </Provider>
7    <Device>
8        <MaxJpegBufferSize bytes="3145728"/>
9        <NumVideoBuffers count="4"/>
10        <NumStillBuffers count="2"/>
11        <FpsList>
12            <Limit width="640" height="480" fpsBound="30.0"/>
13            <Limit width="1280" height="720" fpsBound="30.0"/>
14            <Limit width="1920" height="1080" fpsBound="30.0"/>
15        </FpsList>
16    </Device>
17</ExternalCamera>
18