aboutsummaryrefslogtreecommitdiffstats
path: root/app/camera.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'app/camera.cpp')
-rw-r--r--app/camera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/camera.cpp b/app/camera.cpp
index 107880c..c21fba5 100644
--- a/app/camera.cpp
+++ b/app/camera.cpp
@@ -47,7 +47,7 @@ void Camera::paint(QPainter *painter) {
}
void Camera::enumerateCameras() {
- int maxID = 10;
+ int maxID = 20;
for (int idx = 0; idx <maxID; idx++){
std::stringstream no;
no << "/dev/video" << idx;