Yes, Opie-Camera can do video, but for the Sharp Camera this is nothing different from snapshots since it only supports grabbing full frames anyway.
Qtopia 2.1.1 has a v4l application - I'd like to see that getting merged into Opie-Camera.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
A little dawning:
[a href=\"http://www.omoikane.co.jp/misc/ccam/]http://www.omoikane.co.jp/misc/ccam/[/url]
--------------------------------------------------------------------------------
CompactCam driver ver 0.2
Written by Omoikane Inc. /
www.omoikane.co.jp © National Institute of Information and Communication Techonology /
www.nict.go.jp--------------------------------------------------------------------------------
This is PRETEC's CF type compact cam driver.
We tested this driver on Linux 2.4.19 iPAQ and 2.4.24 x86 with vic.
Only VGA model works in BW mode. 1.3M SVGA model doesn't work.
This driver is written for a part of MIRAI project.
see URL below for more information about MIRAI.
http://www2.nict.go.jp/mt/b193/member/mahm...ublications.htmSoftwares:
compactcam_cs.o ... driver
rw ... direct register view/set util.
siorw ... direct sensor register view/set util.
Installation:
- set TOPDIR/CC/APCFLAGS appropriately in Makefile.
- make
- cp compactcam_cs.o in /lib/modules/<ver>/pcmcia
- put these lines below in /etc/pcmcia/config and restart pcmcia.
----------------------------------------------------------
device "compactcam_cs"
class "video" module "compactcam_cs"
card "CAMERA CARD CC33CF"
manfid 0x504f, 0xcf13
bind "compactcam_cs"
card "CAMERA CARD CC130CF"
manfid 0x504f, 0xcf13
bind "compactcam_cs"
---------------------------------------------------------
BUGS:
might freeze with xawtv.
Note:
If you try to hack the driver, you probably need the exact chip-level
hardware specs. We(Omoikane Inc.) got part of needed documents from
PRETEC and wrote the driver along with a lot of assumption and reverse
engineering of WindowsCE driver.
Despite of our struggling, we cannot got the correct way to get
orignal clocked digital image data from a sensor.
If someone could get this, the driver would be easily improved
so that it outputs color data with low IO bandwidth.
For current version, the missing point is which pixel is which color
among the Bayer pattern.
Wish:
We wish PDA Linux users to tell mobile device vendors that you
want to use with opensource. We believe most vendors cannot
understand how much people in the world want to use thier devices
with opensource. Consequently this information will help
developers/researchers to get hardware information from vendors.
Acknowlegement:
Mobile Network Group of Communications Research Laboratory
for the opportunity to make a driver.
C-One Technology for giving us some of hardware document.
Contact:
For techonical contact, mail to info@omoikane.co.jp.
For copyright, ask NICT's Mobile Network Group.
The software can be redistirubted under GPL2.