Sensor Library - Adding a New Sensor

Currently the ISP SDK supports two sensors. One is the IMX219 MIPI sensor, and the other is the SC2235 DVP sensor. Both of them are using a “SENSOR_FUNCS” structure to implement the sensor feature and providing this handle for adaptive control. This chapter will discuss how to add a new sensor support to sensor library. Customer can follow this chapter to add a new sensor support if needed.