summaryrefslogtreecommitdiff
path: root/noncore/multimedia/camera/zcameraio.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-04-20too much work for that damn video feature... some progress, but it's still ↵mickeyl1-9/+2
not right
2003-04-19- fix shutter handlingmickeyl1-23/+77
- include manually overriding xflip and yflip - prepare video capturing mode - use caption to indicate current settings
2003-04-13make opiecam work!mickeyl1-5/+39
2003-04-13add error message of camera is not foundmickeyl1-5/+5
remove inlines (for now) because of link-problems
2003-04-12- make main layout a full preview window and think about configuring ↵mickeyl1-5/+19
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-24/+34
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-10/+127
nearly completed
2003-04-01figured out how to get binary RAW data into a QImagemickeyl1-1/+34
actual capturing is now only a footstep away :-D
2003-04-01- backgammon: g++3 fixmickeyl1-0/+56
- add skeleton for opie-camera application