Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Thiago Santini
EyeRecToo
Commits
d52f1fb0
Commit
d52f1fb0
authored
Jan 25, 2019
by
Thiago Santini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Separates real-time playback from eye video display
parent
0d254e0b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
EyeRecToo/src/post-processing/PostProcessingWidget.cpp
EyeRecToo/src/post-processing/PostProcessingWidget.cpp
+1
-1
EyeRecToo/src/post-processing/PostProcessingWidget.ui
EyeRecToo/src/post-processing/PostProcessingWidget.ui
+9
-2
No files found.
EyeRecToo/src/post-processing/PostProcessingWidget.cpp
View file @
d52f1fb0
...
@@ -596,7 +596,7 @@ void PostProcessingWidget::present(const VideoFrame& videoFrame)
...
@@ -596,7 +596,7 @@ void PostProcessingWidget::present(const VideoFrame& videoFrame)
tuple
.
field
.
timestamp
=
videoFrame
.
t
;
tuple
.
field
.
timestamp
=
videoFrame
.
t
;
tuple
.
field
.
input
=
videoFrame
.
frame
;
tuple
.
field
.
input
=
videoFrame
.
frame
;
if
(
ui
->
realTime
CheckBox
->
isChecked
())
{
if
(
ui
->
showEyes
CheckBox
->
isChecked
())
{
tuple
.
lEye
.
input
=
leftEyeVideoSource
->
getFrameAt
(
tuple
.
lEye
.
timestamp
);
tuple
.
lEye
.
input
=
leftEyeVideoSource
->
getFrameAt
(
tuple
.
lEye
.
timestamp
);
tuple
.
rEye
.
input
=
rightEyeVideoSource
->
getFrameAt
(
tuple
.
rEye
.
timestamp
);
tuple
.
rEye
.
input
=
rightEyeVideoSource
->
getFrameAt
(
tuple
.
rEye
.
timestamp
);
...
...
EyeRecToo/src/post-processing/PostProcessingWidget.ui
View file @
d52f1fb0
...
@@ -441,7 +441,7 @@
...
@@ -441,7 +441,7 @@
<item
row=
"3"
column=
"8"
>
<item
row=
"3"
column=
"8"
>
<widget
class=
"QCheckBox"
name=
"realTimeCheckBox"
>
<widget
class=
"QCheckBox"
name=
"realTimeCheckBox"
>
<property
name=
"text"
>
<property
name=
"text"
>
<string>
Real
t
ime
</string>
<string>
Real
T
ime
</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
...
@@ -616,6 +616,13 @@
...
@@ -616,6 +616,13 @@
</property>
</property>
</widget>
</widget>
</item>
</item>
<item
row=
"3"
column=
"9"
>
<widget
class=
"QCheckBox"
name=
"showEyesCheckBox"
>
<property
name=
"text"
>
<string>
Show Eyes
</string>
</property>
</widget>
</item>
</layout>
</layout>
</widget>
</widget>
</widget>
</widget>
...
@@ -628,7 +635,7 @@
...
@@ -628,7 +635,7 @@
<x>
0
</x>
<x>
0
</x>
<y>
0
</y>
<y>
0
</y>
<width>
394
</width>
<width>
394
</width>
<height>
2
2
</height>
<height>
2
0
</height>
</rect>
</rect>
</property>
</property>
<widget
class=
"QMenu"
name=
"menuOpen"
>
<widget
class=
"QMenu"
name=
"menuOpen"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment