summaryrefslogtreecommitdiff
path: root/noncore/multimedia/camera/mainwindow.h
AgeCommit message (Collapse)AuthorFilesLines
2003-04-21compile fix for non-debug buildmickeyl1-1/+1
2003-04-20too much work for that damn video feature... some progress, but it's still ↵mickeyl1-1/+8
not right
2003-04-19- fix shutter handlingmickeyl1-0/+19
- include manually overriding xflip and yflip - prepare video capturing mode - use caption to indicate current settings
2003-04-13make opiecam work!mickeyl1-1/+21
2003-04-13add error message of camera is not foundmickeyl1-0/+2
remove inlines (for now) because of link-problems
2003-04-12- make main layout a full preview window and think about configuring ↵mickeyl1-1/+6
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-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