android13/hardware/rockchip/camera_vir/config/virtual_camera_config.xml

29 lines
1.3 KiB
XML
Executable File

<VirtualCamera>
<Provider>
<ignore> <!-- Internal video devices to be ignored by external camera HAL -->
<!-- <id>0</id> --> <!-- No leading/trailing spaces -->
</ignore>
</Provider>
<!-- See ExternalCameraUtils.cpp for default values of Device configurations below-->
<Device>
<!-- Max JPEG buffer size in bytes-->
<MaxJpegBufferSize bytes="3145728"/> <!-- 3MB (~= 1080p YUV420) -->
<!-- Size of v4l2 buffer queue when streaming >= 30fps -->
<!-- Larger value: more request can be cached pipeline (less janky) -->
<!-- Smaller value: use less memory -->
<NumVideoBuffers count="4"/>
<!-- Size of v4l2 buffer queue when streaming < 30fps -->
<NumStillBuffers count="2"/>
<!-- List of maximum fps for various output sizes -->
<!-- Any image size smaller than the size listed in Limit row will report
fps (as minimum frame duration) up to the fpsBound value. -->
<FpsList>
<!-- width/height must be increasing, fpsBound must be decreasing-->
<!-- image size larger than the last entry will not be supported-->
</FpsList>
<!-- orientation -->
<Orientation degree="0"/>
<Sensor name="ov9281"/>
</Device>
</VirtualCamera>