Difference between revisions of "OV96xx Linux driver"
From ArmadeusWiki
m |
|||
Line 18: | Line 18: | ||
* V4L/DVB (13490): gspca - ov534: Add controls for sensor ov965x (init params): | * V4L/DVB (13490): gspca - ov534: Add controls for sensor ov965x (init params): | ||
** http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=c22c4a20a6ac7b10e43eab6963f941795c5e92aa | ** http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=c22c4a20a6ac7b10e43eab6963f941795c5e92aa | ||
+ | |||
+ | ==Usage== | ||
+ | * Supposing soc_camera host driver is already loaded (eg ''mx27_camera''): | ||
+ | <pre class="apf"> | ||
+ | # modprobe ov96xx | ||
+ | </pre> | ||
[[Category:Vision]] | [[Category:Vision]] | ||
[[Category:Linux drivers]] | [[Category:Linux drivers]] |
Latest revision as of 17:32, 20 April 2010
A very limited beta version is integrated in Armadeus public tree.
Contents
Ressources
OV9640
- Marek Vasut's blog: OV9640 hacking on Palm:
- Resulting Mainline patch ?:
- Patch proposal on linux-media:
- OV9640 Patch was finally integrated in Linux 2.6.33:
OV965x
- V4L/DVB (13490): gspca - ov534: Add controls for sensor ov965x (init params):
Usage
- Supposing soc_camera host driver is already loaded (eg mx27_camera):
# modprobe ov96xx