Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SandboxRefactorConfig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Maintenance Gitedu aujourd'hui à 12h00 pour env. 30 minutes
Show more breadcrumbs
AR_Sandbox
SandboxRefactorConfig
Commits
230d7aa6
Commit
230d7aa6
authored
5 years ago
by
fabien.mottier
Browse files
Options
Downloads
Patches
Plain Diff
start Qt application for calibration
parent
c4e5e26f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Calibration/mainwindow.h
+3
-2
3 additions, 2 deletions
Calibration/mainwindow.h
Calibration/mainwindow.ui
+1
-1
1 addition, 1 deletion
Calibration/mainwindow.ui
with
4 additions
and
3 deletions
Calibration/mainwindow.h
+
3
−
2
View file @
230d7aa6
...
@@ -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
r
ealSense
Device
s
;
rs2
::
device_list
listR
ealSense
Camera
s
;
rs2
::
device
realSenseCamera
;
rs2
::
device
realSenseCamera
;
// Methods
// Methods
void
listRealSenseDevices
();
void
showListRealSenseCameras
();
void
searchRealSenseDevices
();
private
slots
:
private
slots
:
void
quitApplication
();
void
quitApplication
();
...
...
This diff is collapsed.
Click to expand it.
Calibration/mainwindow.ui
+
1
−
1
View file @
230d7aa6
...
@@ -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 Camera
s
</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment