<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[请问一下，友善提供的CMOS驱动，支招V4L吗 ..]]></title>
 <link><![CDATA[http://121.40.142.80/read.php?tid=3377]]></link>
 <description><![CDATA[Latest 20 replies of 请问一下，友善提供的CMOS驱动，支招V4L吗 ..]]></description>
 <copyright><![CDATA[Copyright(C) ]]></copyright>
 <generator><![CDATA[PHPWind Forums by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Mon, 27 Jul 2026 07:26:58 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[PHPWind Board]]></title>
 <link><![CDATA[http://121.40.142.80]]></link>
 <description><![CDATA[]]></description>
  </image>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[这个不是什么V4L驱动，是个单纯的字符设备驱动，得到的数据直接就是RGB565的数据，扔到fb里面就可以显示了]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=3377#11383]]></link>
 <author><![CDATA[qxq005]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Wed, 21 Oct 2009 14:42:45 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[晕呀，移植是方便了点，可是在应用层要做东西，不是还要跑到底层修改东西么。。。

请问一下CAMIF输出的数据是什么格式的？

现在有没有camif的V4L驱动呢？]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=3377#11356]]></link>
 <author><![CDATA[youjim]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Wed, 21 Oct 2009 06:59:48 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[抱歉，我也被误导了，从源代码来看，这个CMOS Camera驱动和V4L/V4L2一点关系都没有，它通过自己的设备节点/dev/camera和应用程序交互，和V4L的/dev/videodev接口完全不同。
详细信息参考用户手册6.3.7节 配置CMOS 摄像头驱动：
[quote]注意：我们为CAM130 模块设计的驱动程序，既不属于VL4 体系，也不属于V4L2
体系，它就 ..]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=3377#11354]]></link>
 <author><![CDATA[kasim]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Wed, 21 Oct 2009 06:48:04 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[俺觉得没有遵循V4L2。。。虽然现在还有点糊涂。。。]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=3377#11353]]></link>
 <author><![CDATA[youjim]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Wed, 21 Oct 2009 06:26:59 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我不知道，我没有研究过Camera驱动。不过我想既然是遵照V4L2的标准来写的，应该不需要自己添加接口了。如果mmap()接口需要的话，也应该由V4L2的上层来处理]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=3377#11347]]></link>
 <author><![CDATA[kasim]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Wed, 21 Oct 2009 05:07:38 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[谢谢楼上的回答！
我看了下CAMIF的驱动里面，注册了READ方法，没有MMAP跟IOCTL的方法，是不是要自己加相应的驱动呢？

static struct file_operations camif_fops =
{
&nbsp;&nbsp;&nbsp;&nbsp;.owner&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= THIS_MODULE,
&nbsp;&nbsp;&nbsp;&nbsp;.open&nbsp;&nbsp;&nbsp;&n ..]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=3377#11346]]></link>
 <author><![CDATA[youjim]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Wed, 21 Oct 2009 05:02:40 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[友善之臂提供的2.6.29内核中默认配置的CMOS Camera驱动支持V4L2，并且兼容V4L(CONFIG_VIDEO_V4L1_COMPAT=y)
驱动源代码在drivers\media\video\下的
s3c2440_ov9650.c 
sccb.c
s3c2440camif.c

drivers\media\video\下的Makefile里写的很清楚：
[code]
s3c2440camera-objs&nbsp;&nbsp;&nbsp;&nbsp;:=&nbsp;&nbsp;&nbsp;&nb ..]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=3377#11335]]></link>
 <author><![CDATA[kasim]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Wed, 21 Oct 2009 01:47:45 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[晕呀，，，问的很菜吗。。。
顶顶。。。]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=3377#11334]]></link>
 <author><![CDATA[youjim]]></author>
 <category><![CDATA[Linux技术交流区]]></category>
 <pubdate><![CDATA[Wed, 21 Oct 2009 01:28:00 +0000]]></pubdate>
</item>
</channel></rss>