mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-10 13:00:08 +00:00
lib: Remove num_stripes from fpi_do_movement_estimation()
This commit is contained in:
committed by
Benjamin Berg
parent
dcc04089d1
commit
3b480caab1
@@ -590,8 +590,7 @@ static void capture_read_strip_cb(FpiUsbTransfer *transfer, FpDevice *device,
|
||||
/* send stop capture bits */
|
||||
aes_write_regv(dev, capture_stop, G_N_ELEMENTS(capture_stop), stub_capture_stop_cb, NULL);
|
||||
self->strips = g_slist_reverse(self->strips);
|
||||
fpi_do_movement_estimation(&assembling_ctx, self->strips,
|
||||
self->strips_len);
|
||||
fpi_do_movement_estimation(&assembling_ctx, self->strips);
|
||||
img = fpi_assemble_frames(&assembling_ctx, self->strips,
|
||||
self->strips_len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user