<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>芯路恒电子技术论坛 - 摄像头和图像</title>
    <link>https://fpga.cn/forum.php?mod=forumdisplay&amp;fid=136</link>
    <description>Latest 20 threads of 摄像头和图像</description>
    <copyright>Copyright(C) 芯路恒电子技术论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 12 Apr 2026 08:06:43 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://fpga.cn/static/image/common/logo_88_31.gif</url>
      <title>芯路恒电子技术论坛</title>
      <link>https://fpga.cn/</link>
    </image>
    <item>
      <title>OV5640的i2c配置不成功，一直没有ack</title>
      <link>https://fpga.cn/forum.php?mod=viewthread&amp;tid=30128</link>
      <description><![CDATA[调用了小梅哥的fpga程序代码，配置OV5640摄像头，发现一直没有ack应答，（直接不处理ack应答后直接写寄存器），发现配置后也没有数据输出。。降低sclk时钟也不行，官方给的bit程序直接下载下去后，ov5640可以正常工作。可能是什么问题嗯？
 ...]]></description>
      <category>摄像头和图像</category>
      <author>dxm</author>
      <pubDate>Tue, 01 Jul 2025 02:14:55 +0000</pubDate>
    </item>
    <item>
      <title>开窗？平移？如何让我的OV5640摄像头输出镜头中心的图像</title>
      <link>https://fpga.cn/forum.php?mod=viewthread&amp;tid=29801</link>
      <description><![CDATA[相信大家在使用OV5640摄像头时，有时会出现图像显示不是正中间的情况。如果大家查看过我们的教材文档，就会发现当中有这么一段对于OV5640输出图像过程的描述
从文中可以知道，OV5640输出图像，需要经历开窗、平移、尺寸压缩的过程。譬如图中1是OV5640的像素空间，2是开 ...]]></description>
      <category>摄像头和图像</category>
      <author>tb一下</author>
      <pubDate>Thu, 31 Oct 2024 06:37:13 +0000</pubDate>
    </item>
    <item>
      <title>OV5640采集图像颜色失真处理方法</title>
      <link>https://fpga.cn/forum.php?mod=viewthread&amp;tid=29783</link>
      <description><![CDATA[现象说明

我们在使用OV5640采集图像时，会发现采集的图像偏红或者偏绿等颜色显示失真的情况，或者双目摄像头两个采集图像不一样，如下所示，采集的图像偏红



解决方式
      
通过查找OV5640寄存器手册，发现有关AWB（自动白平衡）相关的寄存器，如下所示：



通过 ...]]></description>
      <category>摄像头和图像</category>
      <author>ME_me</author>
      <pubDate>Sat, 12 Oct 2024 09:33:12 +0000</pubDate>
    </item>
    <item>
      <title>【OV5640】小梅哥OV5640摄像头模块自助服务手册</title>
      <link>https://fpga.cn/forum.php?mod=viewthread&amp;tid=29331</link>
      <description><![CDATA[【小梅哥OV5640摄像头模组硬件资料】

小梅哥ACM5640-V5模块用户手册：
小梅哥ACM5640-V5模块原理图：

小梅哥ACM5640-V5模块机械尺寸文件请到下述帖子下载：
【机械文件】小梅哥所有产品机械结构文件
http://www.corecourse.cn/forum.php?mod=viewthread&amp;tid=28410

 ...]]></description>
      <category>摄像头和图像</category>
      <author>admin</author>
      <pubDate>Sat, 22 Apr 2023 06:08:24 +0000</pubDate>
    </item>
    <item>
      <title>【设计实例】CMOS摄像头帧率和PCLK频率测量逻辑设计</title>
      <link>https://fpga.cn/forum.php?mod=viewthread&amp;tid=29112</link>
      <description><![CDATA[本代码用来测量CMOS 摄像头的帧率和PCLK频率。
将camera_param_get例化在工程顶层，连接复位、已知频率的一个时钟信号给Clk，并通过名为FCLK的parameter参数来告知该时钟的具体频率。把摄像头的PCLK、VSYNC信号连接到本模块。摄像头工作时就能读到Fps以及Fpclk的值了， ...]]></description>
      <category>摄像头和图像</category>
      <author>admin</author>
      <pubDate>Sat, 27 Aug 2022 14:29:26 +0000</pubDate>
    </item>
    <item>
      <title>【产品资料】【扩展模块】OV2640摄像头模块资料和使用说明</title>
      <link>https://fpga.cn/forum.php?mod=viewthread&amp;tid=29104</link>
      <description><![CDATA[产品购买链接：https://item.taobao.com/item.htm?id=680476181773


本模块不提供教材和视频文档，仅提供应用例程，相关教材文档请参考我们OV5640的内容，两者图像时序接口和SCCB配置接口基本都是一样的。

OV2640图像传感器芯片datasheet:


OV2640 FPC模组规格书（ ...]]></description>
      <category>摄像头和图像</category>
      <author>admin</author>
      <pubDate>Sat, 13 Aug 2022 14:39:06 +0000</pubDate>
    </item>
    <item>
      <title>【实验说明】OV5640摄像头图像失真错位的原因和解决方案</title>
      <link>https://fpga.cn/forum.php?mod=viewthread&amp;tid=28699</link>
      <description><![CDATA[问题描述有读者在下载OV5640工程或者移植OV5640工程时，由于使用OV5640摄像头版本的不同，导致下载或移植后出现这样那样的一些问题，比如初始化无法成功，显示设备显示错位、不稳定、颜色异常等。





问题原因摄像头复位时序，复位逻辑设计存在问题。具体来说，OV5640 ...]]></description>
      <category>摄像头和图像</category>
      <author>商震</author>
      <pubDate>Mon, 07 Feb 2022 09:05:51 +0000</pubDate>
    </item>
    <item>
      <title>小梅哥OV5640 CMOS摄像头应用案例合集</title>
      <link>https://fpga.cn/forum.php?mod=viewthread&amp;tid=28671</link>
      <description><![CDATA[1、1920*1080分辨率例程，功能和适用板卡请直接看标题]]></description>
      <category>摄像头和图像</category>
      <author>admin</author>
      <pubDate>Sat, 01 Jan 2022 14:21:52 +0000</pubDate>
    </item>
    <item>
      <title>双目摄像头实验某侧图像又被多切分一次的原因及解决方法</title>
      <link>https://fpga.cn/forum.php?mod=viewthread&amp;tid=28642</link>
      <description><![CDATA[实验现象：
如图，上方为以太网双目摄像头实验的偶发实验现象，可以看到左边的图片中间被多切分了一次，与实际的双目摄像头的二分屏实验现象不符。
原因分析：
经过分析，得出可能的原因是：摄像头在初始化时会利用I2C对寄存器进行编号由小到大依次配置，配置过程严格 ...]]></description>
      <category>摄像头和图像</category>
      <author>商震</author>
      <pubDate>Fri, 19 Nov 2021 06:39:47 +0000</pubDate>
    </item>
    <item>
      <title>【产品资料】【扩展模块】ACM7123 VGA视频输出模块资料</title>
      <link>https://fpga.cn/forum.php?mod=viewthread&amp;tid=19</link>
      <description><![CDATA[小梅哥 GM7123 VGA视频模块 接fpga开发板 摄像头 送代码 24位色
产品资料

资料较大，请到百度网盘下载
ACM7123模块资料链接：https://pan.baidu.com/s/1yS0O6rIGGgj2Cws41NCiSA 
提取码：wl3d]]></description>
      <category>摄像头和图像</category>
      <author>admin</author>
      <pubDate>Wed, 24 Aug 2016 15:48:13 +0000</pubDate>
    </item>
  </channel>
</rss>