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
a0440016
Commit
a0440016
authored
Nov 22, 2017
by
Thiago Santini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reset initial ROI
parent
d4e9dce9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
EyeRecToo/src/CameraWidget.cpp
EyeRecToo/src/CameraWidget.cpp
+1
-2
No files found.
EyeRecToo/src/CameraWidget.cpp
View file @
a0440016
...
...
@@ -122,8 +122,7 @@ CameraWidget::CameraWidget(QString id, ImageProcessor::Type type, QWidget *paren
imageProcessor
,
SIGNAL
(
newROI
(
QPointF
,
QPointF
))
);
// Initial roi
setROI
(
QPointF
(
0.1
,
0.1
),
QPointF
(
0.9
,
0.9
)
);
setROI
(
QPointF
(
0
,
0
),
QPointF
(
1
,
1
)
);
QMetaObject
::
invokeMethod
(
camera
,
"loadCfg"
);
}
...
...
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