diff --git a/io_pipeline.c b/io_pipeline.c index 5987176..4937f59 100644 --- a/io_pipeline.c +++ b/io_pipeline.c @@ -100,6 +100,8 @@ setup_camera(MPDeviceList **device_list, const struct mp_camera_config *config) } } + g_printerr("setup_camera"); + if (device_index == num_devices) { device_index = num_devices; @@ -175,6 +177,7 @@ setup_camera(MPDeviceList **device_list, const struct mp_camera_config *config) } // Optionally set up media graph + g_printerr("Num links: %d\n", camera->num_media_links); for (int link=0; linknum_media_links; link++) { g_printerr("Setup link %d:\n", link); }