You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef __ISP_CTRL__
|
|
#define __ISP_CTRL__
|
|
|
|
#include <isp10_engine.h>
|
|
int getSensorModeData(int devFd,
|
|
struct isp_supplemental_sensor_mode_data* data);
|
|
int configIsp(Isp10Engine *ispDev,
|
|
struct isp_supplemental_sensor_mode_data* sensor);
|
|
#endif
|