summaryrefslogtreecommitdiff
path: root/noncore/multimedia/camera/mainwindow.h
authormickeyl <mickeyl>2003-04-20 17:36:20 (UTC)
committer mickeyl <mickeyl>2003-04-20 17:36:20 (UTC)
commit606f5d9cd2ecba4df175bc722621e4e4df3bc516 (patch) (side-by-side diff)
treef9da7a8bdbac0e576014fc1ca7fa5f6a2066b67a /noncore/multimedia/camera/mainwindow.h
parentc02c43c91251e8d71048b27855fc1900e430272d (diff)
downloadopie-606f5d9cd2ecba4df175bc722621e4e4df3bc516.zip
opie-606f5d9cd2ecba4df175bc722621e4e4df3bc516.tar.gz
opie-606f5d9cd2ecba4df175bc722621e4e4df3bc516.tar.bz2
too much work for that damn video feature... some progress, but it's still not right
Diffstat (limited to 'noncore/multimedia/camera/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/camera/mainwindow.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/noncore/multimedia/camera/mainwindow.h b/noncore/multimedia/camera/mainwindow.h
index ad8d1b1..ac83488 100644
--- a/noncore/multimedia/camera/mainwindow.h
+++ b/noncore/multimedia/camera/mainwindow.h
@@ -57,11 +57,16 @@ class CameraMainWindow: public QMainWindow
void init();
void startVideoCapture();
void stopVideoCapture();
- void postProcessVideo();
+ void postProcessVideo( const QString&, const QString& );
void performCapture( const QString& );
virtual void timerEvent( QTimerEvent* );
+ protected slots:
+ #ifndef QT_NO_DEBUG
+ void doSomething(); // solely for debugging purposes
+ #endif
+
private:
PreviewWidget* preview;
int _rotation;
@@ -82,10 +87,12 @@ class CameraMainWindow: public QMainWindow
bool _capturing;
int _pics;
+ int _videos;
QTime _time;
int _videopics;
int _capturefd;
+ int _framerate;
unsigned char* _capturebuf;
};