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

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

#include <stdint.h>
#include "ov5640_regs.h"
ov5640_settings.h 的引用(Include)关系图:
此图展示该文件被哪些文件直接或间接地引用了:

浏览该文件的源代码.

结构体

struct  ratio_settings_t

宏定义

#define REG_DLY   0xFFFE
#define REGLIST_TAIL   0xFFFF

详细描述

OV5640 register tables (16-bit addresses).

Register values are ported verbatim from esp32-camera's sensors/private_include/ov5640_settings.h (Apache-2.0). Only the tables needed by the ported functions are kept: defaults, RGB565, YUV422, JPEG and the framesize ratio table. AF firmware, saturation/effect/gamma/awb tables are not ported.

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