![]() |
PicoCamera 0.2.0
Camera library for RP2040 with an esp32-camera compatible API
|
GitHub |
OV7725 sensor driver (8-bit SCCB register addresses). 更多...
#include "../sensor.h"宏定义 | |
| #define | OV7725_SCCB_ADDR 0x21 |
| #define | OV7725_PID 0x77 |
函数 | |
| int | ov7725_detect (sensor_t *sensor) |
| Probe the bus for an OV7725. On success fills sensor->id. | |
| int | ov7725_init_sensor (sensor_t *sensor) |
| Fill sensor_t function pointers and write the default register set. | |
OV7725 sensor driver (8-bit SCCB register addresses).
The OV7725 has no JPEG encoder: RGB565 only, up to VGA.
| int ov7725_detect | ( | sensor_t * | sensor | ) |
Probe the bus for an OV7725. On success fills sensor->id.
| int ov7725_init_sensor | ( | sensor_t * | sensor | ) |
Fill sensor_t function pointers and write the default register set.