summaryrefslogtreecommitdiffstats
path: root/test/grab.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/grab.c')
-rw-r--r--test/grab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/grab.c b/test/grab.c
index 34b90c8..8c5e78c 100644
--- a/test/grab.c
+++ b/test/grab.c
@@ -19,7 +19,7 @@ int main(int argc, char *argv[])
/* take first camera */
struct uca_camera *cam = u->cameras;
- uint32_t val = 2000;
+ uint32_t val = 5000;
handle_error(cam->set_property(cam, UCA_PROP_EXPOSURE, &val));
val = 0;
handle_error(cam->set_property(cam, UCA_PROP_DELAY, &val));