From d98e009ad120d77ed0c782b36a09fcf366e299e1 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 9 Aug 2011 18:12:18 +0200 Subject: Some adjustments for IPE camera --- test/grab.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/grab.c') 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)); -- cgit v1.2.3