diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2011-08-09 18:12:18 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2011-08-09 18:12:18 +0200 |
commit | d98e009ad120d77ed0c782b36a09fcf366e299e1 (patch) | |
tree | 1f2fde973b89b43c8a86a5b4b22eb10b3f8d32c3 /test/grab.c | |
parent | 5f1a2731f3d6ad16214bd83095f8e1511cf1d76b (diff) | |
download | uca-d98e009ad120d77ed0c782b36a09fcf366e299e1.tar.gz uca-d98e009ad120d77ed0c782b36a09fcf366e299e1.tar.bz2 uca-d98e009ad120d77ed0c782b36a09fcf366e299e1.tar.xz uca-d98e009ad120d77ed0c782b36a09fcf366e299e1.zip |
Some adjustments for IPE camera
Diffstat (limited to 'test/grab.c')
-rw-r--r-- | test/grab.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/grab.c b/test/grab.c index e614e03..9f86069 100644 --- a/test/grab.c +++ b/test/grab.c @@ -25,8 +25,6 @@ int main(int argc, char *argv[]) val = 1; handle_error(uca_cam_set_property(cam, UCA_PROP_GRAB_SYNCHRONOUS, &val)); - val = 0; - handle_error(uca_cam_set_property(cam, UCA_PROP_HOTPIXEL_CORRECTION, &val)); uint32_t width, height, bits; handle_error(uca_cam_get_property(cam, UCA_PROP_WIDTH, &width, 0)); |