![]() |
PicoCamera 0.2.0
Camera library for RP2040 with an esp32-camera compatible API
|
GitHub |
OV2640 sensor driver (8-bit SCCB register addresses). More...
#include "../sensor.h"Go to the source code of this file.
Macros | |
| #define | OV2640_SCCB_ADDR 0x30 |
| #define | OV2640_PID 0x2642 |
Functions | |
| int | ov2640_detect (sensor_t *sensor) |
| Probe the bus for an OV2640. On success fills sensor->id. | |
| int | ov2640_init_sensor (sensor_t *sensor) |
| Fill sensor_t function pointers and write the default register set. | |
OV2640 sensor driver (8-bit SCCB register addresses).
| int ov2640_detect | ( | sensor_t * | sensor | ) |
Probe the bus for an OV2640. On success fills sensor->id.
| int ov2640_init_sensor | ( | sensor_t * | sensor | ) |
Fill sensor_t function pointers and write the default register set.