Difference between revisions of "OV7670"

From ArmadeusWiki
Jump to: navigation, search
(New page: {{Under_Construction}} Available commercial modules: * http://www.elechouse.com/elechouse/index.php?main_page=product_info&cPath=168_169&products_id=803&zenid=0499c29be9e834578ef67f2012de...)
 
(Kernel config)
Line 19: Line 19:
 
             <M>    ov7670 camera support
 
             <M>    ov7670 camera support
 
             ...
 
             ...
 +
</pre>
 +
 +
==Usage==
 +
<pre class="apf">
 +
# modprobe mx27_camera
 +
# modprobe ov7670_soc
 
</pre>
 
</pre>
  
 
[[Category:Vision]]
 
[[Category:Vision]]

Revision as of 12:40, 22 August 2011

Page under construction... Construction.png Informations on this page are not guaranteed !!

Available commercial modules:

Kernel config

$ make linux26-menuconfig
Device Drivers  --->
    Multimedia devices  --->
        [*] Video capture adapters  --->
            ...
            <M>   SoC camera support
            ...
            <M>     ov7670 camera support
            ...

Usage

# modprobe mx27_camera
# modprobe ov7670_soc