mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 09:31:42 -05:00
dirty_debug
This commit is contained in:
parent
ece1e54912
commit
9d0f00443f
1 changed files with 2 additions and 1 deletions
|
@ -88,10 +88,11 @@ void MainWindow::camera_selected(int index) {
|
|||
try {
|
||||
cam_man.connectCamera(index);
|
||||
} catch (FlyCapture2::Error e) {
|
||||
qDebug() << e.GetDescription();
|
||||
showError(e);
|
||||
return;
|
||||
}
|
||||
|
||||
qDebug() << cam_man.isConnected();
|
||||
|
||||
enableRecOptions();
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue