summaryrefslogtreecommitdiff
path: root/noncore/multimedia/camera/mainwindow.h
AgeCommit message (Collapse)AuthorFilesLines
2003-04-06- add realtime preview widget with zoom controlmickeyl1-4/+8
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-01figured out how to get binary RAW data into a QImagemickeyl1-2/+4
actual capturing is now only a footstep away :-D
2003-04-01- backgammon: g++3 fixmickeyl1-0/+40
- add skeleton for opie-camera application