summaryrefslogtreecommitdiff
path: root/noncore/multimedia/camera/mainwindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
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