# Sensor software configuration

Source: [https://docs.qualcomm.com/doc/80-88500-1/topic/59_Sensor_software_configuration.html](https://docs.qualcomm.com/doc/80-88500-1/topic/59_Sensor_software_configuration.html)

Every sensor has an associated XML file that defines configurations, such as power settings, resolution, initialization settings, and exposure settings. All sensor settings are present in the `<sensorDriverData></sensorDriverData>` node of this XML file. For more details, see chi-cdk/api/sensor/camxsensordriver.xsd.

To avoid sensor transmitting data in Burst mode, the active duration of the sensor should be between the `FS (Frame start) – FE (Frame end) ~= 1/fps`. Example,

- For 30 fps mode: FS – FE &gt; 30 ms
- For 60 fps mode: FS – FE &gt; 14 ms

- **Sensor information nodes**
- **Module configuration**

**Parent Topic:** Camera sensor driver

Last Published: Aug 18, 2023

Previous Topic
 
Camera sensor driver bringup Next Topic

Sensor information nodes