summaryrefslogtreecommitdiff
path: root/noncore/multimedia/camera
AgeCommit message (Collapse)AuthorFilesLines
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-2/+2
Maintainer, Files and Section fields)
2004-02-13opie-camera no longer needs libopie1mickeyl5-23/+21
2003-12-18update for 1.0.1 releasemickeyl1-2/+3
2003-12-16- add missing filesmickeyl6-3/+355
- bump version to 1.0.1 for releasing next weekend
2003-11-19fix namemickeyl1-1/+1
2003-11-08work lessmickeyl1-1/+1
sleep more
2003-11-07adjust dependencies and don't use quicklaunch (at least for now)mickeyl1-2/+2
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-06-05sanitizedschurig1-1/+1
2003-05-13fix linking on armmickeyl3-4/+4
2003-05-11command line capturer now seems to workmickeyl4-63/+156
you can now write yourself a nice webcam application :)
2003-05-11work on the command line frame capturermickeyl2-5/+142
2003-05-10add persistent configuration settingsmickeyl1-44/+76
2003-05-07add library to control filemickeyl1-1/+1
2003-05-07reenable sounds now that they work on the Z againmickeyl1-2/+2
2003-05-07forgot thatmickeyl1-0/+24
2003-05-07add missingmickeyl8-0/+988
2003-05-07deletemickeyl3-223/+0
2003-05-07restructure tree for inclusion of a command line application enabling the ↵mickeyl17-976/+252
use as a webcam
2003-04-24slight bugfixes, even more debugging output (only in debugging mode), ↵mickeyl3-12/+40
version = 1.0
2003-04-23add customization of output folder and filenamemickeyl2-11/+128
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-21compile fix for non-debug buildmickeyl1-1/+1
2003-04-21Yahoo! Found the last three bugs in writing the avi stream. It now works :-Dmickeyl2-4/+9
2003-04-20too much work for that damn video feature... some progress, but it's still ↵mickeyl6-35/+530
not right
2003-04-19remove crappy undocumented and useless code stealing me hours diving into ↵mickeyl6-893/+0
yet understanding nada
2003-04-19- fix shutter handlingmickeyl9-36/+396
- include manually overriding xflip and yflip - prepare video capturing mode - use caption to indicate current settings
2003-04-18add jpeg2avi for postprocessing a series of jpeg frames into an avimickeyl6-0/+893
2003-04-13make opiecam work!mickeyl7-19/+235
2003-04-13add error message of camera is not foundmickeyl4-8/+42
remove inlines (for now) because of link-problems
2003-04-12- make main layout a full preview window and think about configuring ↵mickeyl8-262/+87
capturing parameters later...adding an on-demand-applet to the taskbar would be spiffy - portrait or landscape mode is now self-configuring thanks to life-rotation :-D
2003-04-06- add realtime preview widget with zoom controlmickeyl8-51/+397
The camera driver is damn slow. For a 240x160x16 image, it takes ~100ms. That gives approx. 10fps which is too slow for doing video. :(
2003-04-02implementation of camera API as described in the Sharp Camera API document ↵mickeyl3-13/+166
nearly completed
2003-04-01figured out how to get binary RAW data into a QImagemickeyl4-6/+49
actual capturing is now only a footstep away :-D
2003-04-01forgot that onemickeyl1-0/+9
2003-04-01- backgammon: g++3 fixmickeyl8-0/+238
- add skeleton for opie-camera application