ISVP-SDK  3.12.0
Ingenic Smart Video Platform SDK
Data Fields
IMPSensorInfo Struct Reference

Defines the information of sensor. More...

#include <imp_isp.h>

Collaboration diagram for IMPSensorInfo:
Collaboration graph
[legend]

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...
 

Detailed Description

Defines the information of sensor.

Field Documentation

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.


The documentation for this struct was generated from the following file: