diff options
-rw-r--r-- | snapshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -299,7 +299,7 @@ int main(int argc __attribute__((__unused__)), char *argv[] __attribute__((__unu snap_format.width = SNAPSHOT_WIDTH; snap_format.height = SNAPSHOT_HEIGHT; - ret = omap3_isp_snapshot_setup(isp, &snap_format); + ret = omap3_isp_snapshot_setup(isp, NULL, &snap_format); if (ret < 0) { printf("error: unable to setup pipeline\n"); goto cleanup; |