OV4689摄像头(MIPI)配置代码

OV4689是一款400万像素的高性能彩色图像传感器,支持2688x1520分辨率下90fps的帧率。该传感器提供自动黑电平校准、2x2和4x4 binning等功能,并通过SCCB接口进行参数编程。OV4689具备多种HDR模式以增强动态范围,减少图像污染,确保稳定清晰的色彩图像。其内置PLL,支持MIPI 4-lane输出,具有良好的电源管理和温度适应性。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

OV4689配置代码 ,芯片规格书,OV4689,400万像素。

OV4689摄像头(MIPI)

Copyright o2o13 OmniVision Technologies, Inc.Allrights reserved.
This documentis provided “asis” with no warranties whatsoever, including any waranty of merchantabity
non-infringement, ftness for any particular purpose, or any warranty otherwise arising out ofany proposal, specification,
or sample.
OmniVision Technologies,Inc. andlit affiliates disclaimlliability, including liability forinfingementofany proprietary
rights, relating to the use ofinformation in this document.Nolicense, expressed orimplied, by estoppel orotherwise, to
any intellectual property rights is granted herein.
The information contained in this document is considered proprietary to OmniVision Technologies, Inc. andallits
afliates. Thisinformation may be distibuted toindividuals ororganizations authorized by OmniVision Technologies,Inc.
to receive said information. Individuals and/or organizations are not allowed tore-distribute said information.

配置代码

static const struct regval ov4689_global_regs[] = {
{REG_NULL, 0x00},
};

/*

  • Xclk 24Mhz
  • max_framerate 30fps
  • mipi_datarate per lane 1008Mbps
    */
    static const struct regval ov4689_2688x1520_regs[] = {
    {0x0103, 0x01},
    {0x3638, 0x00},
    {0x0300, 0x00},
    {0x0302, 0x2a},
    {0x0303, 0x00},
    {0x0304, 0x03},
    {0x030b, 0x00},
    {0x030d, 0x1e},
    {0x030e, 0x04},
    {0x030f, 0x01},
    {0x0312, 0x01},
    {0x031e, 0x00},
    {0x3000, 0x20},
    {0x3002, 0x00},
    {0x3018, 0x32},
    {0x3020, 0x93},
    {0x3021, 0x03},
    {0x3022, 0x01},
    {0x3031, 0x0a},
    {0x303f, 0x0c},
    {0x3305, 0xf1},
    {0x3307, 0x04},
    {0x3309, 0x29},
    {0x3500, 0x00},
    {0x3501, 0x60},
    {0x3502, 0x00},
    {0x3503, 0x04},
    {0x3504, 0x00},
    {0x3505, 0x00},
    {0x3506, 0x00},
    {0x3507, 0x00},
    {0x3508, 0x00},
    {0x3509, 0x80},
    {0x350a, 0x00},
    {0x350b, 0x00},
    {0x350c, 0x00},
    {0x350d, 0x00},
    {0x350e, 0x00},
    {0x350f, 0x80},
    {0x3510, 0x00},
    {0x3511, 0x00},
    {0x3512, 0x00},
    {0x35
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

舜雨电子

你的鼓励,使我更加努力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值