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

OV3660 register tables (16-bit addresses). More...

#include <stdint.h>
#include "ov3660_regs.h"
Include dependency graph for ov3660_settings.h:

Go to the source code of this file.

Data Structures

struct  ratio_settings_t

Macros

#define REG_DLY   0xFFFE
#define REGLIST_TAIL   0xFFFF

Detailed Description

OV3660 register tables (16-bit addresses).

Register values are ported verbatim from esp32-camera's sensors/private_include/ov3660_settings.h. Only the tables needed by the ported functions are kept: defaults, RGB565, JPEG and the framesize ratio table.

List markers follow this project's sccb_write_list16() convention and therefore differ from esp32-camera:

  • esp32 REG_DLY 0xffff -> here 0xFFFE (value = delay in ms)
  • esp32 REGLIST_TAIL 0x0000 -> here 0xFFFF (list terminator)
中文文档