X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=main.cpp;h=7506962329d26e2e6e334db48c350ba09e3e0370;hb=89136643760d7da0c94c4d4fb1ec778f9cefb97f;hp=df70a65991333bf946b7cae1826ccbaae2d1e7bf;hpb=91ded9e745544b6a6aa813f289113305674cdbd9;p=bmusb diff --git a/main.cpp b/main.cpp index df70a65..7506962 100644 --- a/main.cpp +++ b/main.cpp @@ -40,6 +40,8 @@ int main(int argc, char **argv) { usb = new BMUSBCapture; usb->set_frame_callback(check_frame_stability); + usb->configure_card(); + BMUSBCapture::start_bm_thread(); usb->start_bm_capture(); sleep(1000000); }