Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
uvcengine
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Thiago Santini
uvcengine
Commits
d1f27360
Commit
d1f27360
authored
Mar 27, 2017
by
Thiago Santini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small adjustments on bandwith
parent
fad54541
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
uvcengine/uvccamerasession.cpp
uvcengine/uvccamerasession.cpp
+3
-2
No files found.
uvcengine/uvccamerasession.cpp
View file @
d1f27360
...
...
@@ -3,7 +3,8 @@
QMutex
UVCCameraSession
::
sessionMutex
;
UVCCameraSession
::
UVCCameraSession
(
QObject
*
parent
)
:
m_surface
(
Q_NULLPTR
),
:
QObject
(
parent
),
m_surface
(
Q_NULLPTR
),
streaming
(
false
),
dev
(
NULL
),
devh
(
NULL
)
...
...
@@ -135,7 +136,7 @@ bool UVCCameraSession::startPreview()
return
false
;
}
res
=
uvc_stream_start
(
strmh
,
cb
,
(
void
*
)
this
,
1.
5
f
,
0
);
res
=
uvc_stream_start
(
strmh
,
cb
,
(
void
*
)
this
,
1.
3
f
,
0
);
if
(
res
!=
UVC_SUCCESS
)
{
qWarning
()
<<
"uvc_stream_start"
<<
uvc_strerror
(
res
);
return
false
;
...
...
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