ISVP-SDK
3.12.0
Ingenic Smart Video Platform SDK
|
Defines the information of sensor. More...
#include <imp_isp.h>
Data Fields | |
char | name [32] |
the sensor name | |
IMPSensorControlBusType | cbus_type |
the sensor control bus type | |
union { | |
IMPI2CInfo i2c | |
I2C bus information. | |
IMPSPIInfo spi | |
SPI bus information. | |
}; | |
unsigned short | rst_gpio |
The reset pin of sensor, but it is invalid now. More... | |
unsigned short | pwdn_gpio |
The power down pin of sensor, but it is invalid now. More... | |
unsigned short | power_gpio |
The power pin of sensor, but it is invalid now. More... | |
Defines the information of sensor.
unsigned short power_gpio |
The power pin of sensor, but it is invalid now.
unsigned short pwdn_gpio |
The power down pin of sensor, but it is invalid now.
unsigned short rst_gpio |
The reset pin of sensor, but it is invalid now.