PicoCamera 0.2.0
Camera library for RP2040 with an esp32-camera compatible API
GitHub
Loading...
Searching...
No Matches
ov7670.h File Reference

OV7670 sensor driver (8-bit SCCB register addresses). More...

#include "../sensor.h"
Include dependency graph for ov7670.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OV7670_SCCB_ADDR   0x21
#define OV7670_PID   0x76

Functions

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

Detailed Description

OV7670 sensor driver (8-bit SCCB register addresses).

The OV7670 has no JPEG encoder: RGB565 only, up to VGA.

Function Documentation

◆ ov7670_detect()

int ov7670_detect ( sensor_t * sensor)

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

Returns
0 if detected

◆ ov7670_init_sensor()

int ov7670_init_sensor ( sensor_t * sensor)

Fill sensor_t function pointers and write the default register set.

Returns
0 on success
中文文档