summaryrefslogtreecommitdiff
path: root/noncore/multimedia/camera/mainwindow.h
Side-by-side diff
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;
};