summaryrefslogtreecommitdiff
path: root/noncore/multimedia/camera/mainwindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-05-07restructure tree for inclusion of a command line application enabling the ↵mickeyl1-692/+0
use as a webcam
2003-04-24slight bugfixes, even more debugging output (only in debugging mode), ↵mickeyl1-9/+37
version = 1.0
2003-04-23add customization of output folder and filenamemickeyl1-8/+117
2003-04-21Yahoo! Found the last three bugs in writing the avi stream. It now works :-Dmickeyl1-3/+7
2003-04-20too much work for that damn video feature... some progress, but it's still ↵mickeyl1-23/+139
not right
2003-04-19- fix shutter handlingmickeyl1-8/+190
- include manually overriding xflip and yflip - prepare video capturing mode - use caption to indicate current settings
2003-04-13make opiecam work!mickeyl1-6/+138
2003-04-13add error message of camera is not foundmickeyl1-2/+34
remove inlines (for now) because of link-problems
2003-04-12- make main layout a full preview window and think about configuring ↵mickeyl1-6/+35
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 controlmickeyl1-22/+18
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 ↵mickeyl1-0/+7
nearly completed
2003-04-01figured out how to get binary RAW data into a QImagemickeyl1-2/+9
actual capturing is now only a footstep away :-D
2003-04-01- backgammon: g++3 fixmickeyl1-0/+50
- add skeleton for opie-camera application