![]() |
PicoCamera 0.2.0
Camera library for RP2040 with an esp32-camera compatible API
|
GitHub |
OV5640 sensor driver (16-bit SCCB register addresses). 更多...
#include "../sensor.h"宏定义 | |
| #define | OV5640_SCCB_ADDR 0x3C |
| #define | OV5640_PID 0x5640 |
函数 | |
| int | ov5640_detect (sensor_t *sensor) |
| Probe the bus for an OV5640. On success fills sensor->id. | |
| int | ov5640_init_sensor (sensor_t *sensor) |
| Fill sensor_t function pointers and write the default register set. | |
OV5640 sensor driver (16-bit SCCB register addresses).
| int ov5640_detect | ( | sensor_t * | sensor | ) |
Probe the bus for an OV5640. On success fills sensor->id.
| int ov5640_init_sensor | ( | sensor_t * | sensor | ) |
Fill sensor_t function pointers and write the default register set.