summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-09-20 14:08:04 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-09-20 14:08:04 +0200
commitb7f591ccae67763ed5a392c6699f2ab613113181 (patch)
treef4cfa670c1adf418b2babb12e0a4cbd837a73383
parentfc27389227cf30fdf7e658fc33da56f621668079 (diff)
Temporarily disable video (for testing).
-rw-r--r--src/v4l.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v4l.cc b/src/v4l.cc
index 55b0397..7f68a05 100644
--- a/src/v4l.cc
+++ b/src/v4l.cc
@@ -799,7 +799,7 @@ V4L::V4L(QString device)
v4l = this; // Set global V4L object pointer.
- start();
+ // start();
}
V4L::~V4L()