PicoCamera 0.2.0
Camera library for RP2040 with an esp32-camera compatible API
GitHub
载入中...
搜索中...
未找到
ov3660_settings.h 文件参考

OV3660 register tables (16-bit addresses). 更多...

#include <stdint.h>
#include "ov3660_regs.h"
ov3660_settings.h 的引用(Include)关系图:

浏览该文件的源代码.

结构体

struct  ratio_settings_t

宏定义

#define REG_DLY   0xFFFE
#define REGLIST_TAIL   0xFFFF

详细描述

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)
English version