PicoCamera 0.2.0
Camera library for RP2040 with an esp32-camera compatible API
GitHub
载入中...
搜索中...
未找到
ov3660.h 文件参考

OV3660 sensor driver (16-bit SCCB register addresses). 更多...

#include "../sensor.h"
ov3660.h 的引用(Include)关系图:

浏览该文件的源代码.

宏定义

#define OV3660_SCCB_ADDR   0x3C
#define OV3660_PID   0x3660

函数

int ov3660_detect (sensor_t *sensor)
 Probe the bus for an OV3660. On success fills sensor->id.
int ov3660_init_sensor (sensor_t *sensor)
 Fill sensor_t function pointers and write the default register set.

详细描述

OV3660 sensor driver (16-bit SCCB register addresses).

函数说明

◆ ov3660_detect()

int ov3660_detect ( sensor_t * sensor)

Probe the bus for an OV3660. On success fills sensor->id.

返回
0 if detected

◆ ov3660_init_sensor()

int ov3660_init_sensor ( sensor_t * sensor)

Fill sensor_t function pointers and write the default register set.

返回
0 on success
English version