summaryrefslogtreecommitdiff
path: root/noncore/multimedia/camera
AgeCommit message (Collapse)AuthorFilesLines
2005-05-24Resource -> OResource and .cvsignore updatesdrw4-10/+10
2005-01-09CONTROL files : reset version to 'standard' formatwimpie1-1/+1
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-04CONTROL files : changed version stringwimpie1-1/+1
NS2 many changes and first release of OT2
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl3-671/+3
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl3-3/+671
2004-11-20set version to 1.0.3 and move v1_1_7 tag for this directorymickeyl1-1/+1
2004-09-10Fix various warningzecke3-1/+5
2004-05-21some more TODOsmickeyl1-0/+4
2004-04-23fix link namemickeyl1-1/+1
2004-04-23rename library and executable name for more consistencymickeyl4-6/+10
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl3-3/+3
build system
2004-03-13ODP changeszecke5-1/+11
2004-03-02revert effects of fixincludesmickeyl1-0/+1
2004-03-02fix includeschicken1-2/+0
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-2/+2
TT.
2004-02-15add a missing build time dependencymickeyl1-3/+3
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