diff options
Diffstat (limited to 'test')
| -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)); | 
