summaryrefslogtreecommitdiff
path: root/noncore/multimedia/camera/previewwidget.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-05-07restructure tree for inclusion of a command line application enabling the ↵mickeyl1-88/+0
use as a webcam
2003-04-19- fix shutter handlingmickeyl1-0/+14
- include manually overriding xflip and yflip - prepare video capturing mode - use caption to indicate current settings
2003-04-13make opiecam work!mickeyl1-3/+13
2003-04-12- make main layout a full preview window and think about configuring ↵mickeyl1-1/+20
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-0/+45
The camera driver is damn slow. For a 240x160x16 image, it takes ~100ms. That gives approx. 10fps which is too slow for doing video. :(