diff options
author | Matthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de> | 2011-03-22 12:24:52 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de> | 2011-03-22 12:24:52 +0100 |
commit | 8d478b91633c9e549cbd51fb6e18428707aa0cc8 (patch) | |
tree | e6462b4d4e9b7c89c8d6f18eeaacf3b4f8c0dc5f /test/grab.c | |
parent | 1bd51b02d016260772da443c0ada990f3b2e21c8 (diff) | |
download | uca-8d478b91633c9e549cbd51fb6e18428707aa0cc8.tar.gz uca-8d478b91633c9e549cbd51fb6e18428707aa0cc8.tar.bz2 uca-8d478b91633c9e549cbd51fb6e18428707aa0cc8.tar.xz uca-8d478b91633c9e549cbd51fb6e18428707aa0cc8.zip |
Fix potential bugs and use generic reorder function
Diffstat (limited to 'test/grab.c')
-rw-r--r-- | test/grab.c | 2 |
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)); |