summaryrefslogtreecommitdiff
path: root/noncore/multimedia/camera/mainwindow.h
Side-by-side diff
Diffstat (limited to 'noncore/multimedia/camera/mainwindow.h') (more/less context) (show 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
@@ -59,3 +59,3 @@ class CameraMainWindow: public QMainWindow
void stopVideoCapture();
- void postProcessVideo();
+ void postProcessVideo( const QString&, const QString& );
void performCapture( const QString& );
@@ -64,2 +64,7 @@ class CameraMainWindow: public QMainWindow
+ protected slots:
+ #ifndef QT_NO_DEBUG
+ void doSomething(); // solely for debugging purposes
+ #endif
+
private:
@@ -84,2 +89,3 @@ class CameraMainWindow: public QMainWindow
int _pics;
+ int _videos;
@@ -88,2 +94,3 @@ class CameraMainWindow: public QMainWindow
int _capturefd;
+ int _framerate;
unsigned char* _capturebuf;