Skip to content
Snippets Groups Projects
Commit 230d7aa6 authored by fabien.mottier's avatar fabien.mottier
Browse files

start Qt application for calibration

parent c4e5e26f
No related branches found
No related tags found
No related merge requests found
......@@ -27,11 +27,12 @@ private:
Ui::MainWindow *ui;
QTextCursor pteConsole_cursor;
rs2::context ctx;
rs2::device_list realSenseDevices;
rs2::device_list listRealSenseCameras;
rs2::device realSenseCamera;
// Methods
void listRealSenseDevices();
void showListRealSenseCameras();
void searchRealSenseDevices();
private slots:
void quitApplication();
......
......@@ -58,7 +58,7 @@
<item>
<widget class="QLabel" name="lblDevices">
<property name="text">
<string>list of Intel RealSense Camera</string>
<string>list of Intel RealSense Cameras</string>
</property>
</widget>
</item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment