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