From 606f5d9cd2ecba4df175bc722621e4e4df3bc516 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 20 Apr 2003 17:36:20 +0000 Subject: too much work for that damn video feature... some progress, but it's still not right --- (limited to 'noncore/multimedia/camera/mainwindow.h') 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; }; -- cgit v0.9.0.2