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
b6802aee
Commit
b6802aee
authored
Dec 08, 2017
by
Thiago Santini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Uses uncompressed video instead
parent
92633766
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
EyeRecToo/src/DataRecorder.cpp
EyeRecToo/src/DataRecorder.cpp
+1
-1
No files found.
EyeRecToo/src/DataRecorder.cpp
View file @
b6802aee
...
...
@@ -120,7 +120,7 @@ void DataRecorder::storeData(T &data)
*
*/
QString
fileName
=
id
+
".mp4"
;
int
codec
=
0x
20
;
int
codec
=
0x
6C
;
if
(
videoWriter
->
isOpened
())
videoWriter
->
release
();
...
...
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