Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mobile_robotics
ADC
external
libuvc_ros
Commits
c7d0bb3e
Unverified
Commit
c7d0bb3e
authored
Apr 13, 2018
by
Kei Okada
Committed by
GitHub
Apr 13, 2018
Browse files
Merge pull request #42 from mikaelarguedas/patch-1
fix compiler warning
parents
94d3a5f3
2e3b7155
Changes
1
Hide whitespace changes
Inline
Side-by-side
libuvc_camera/src/camera_driver.cpp
View file @
c7d0bb3e
...
@@ -246,7 +246,7 @@ void CameraDriver::AutoControlsCallback(
...
@@ -246,7 +246,7 @@ void CameraDriver::AutoControlsCallback(
void
*
data
,
size_t
data_len
)
{
void
*
data
,
size_t
data_len
)
{
boost
::
recursive_mutex
::
scoped_lock
(
mutex_
);
boost
::
recursive_mutex
::
scoped_lock
(
mutex_
);
printf
(
"Controls callback. class: %d, event: %d, selector: %d, attr: %d, data_len: %u
\n
"
,
printf
(
"Controls callback. class: %d, event: %d, selector: %d, attr: %d, data_len: %
z
u
\n
"
,
status_class
,
event
,
selector
,
status_attribute
,
data_len
);
status_class
,
event
,
selector
,
status_attribute
,
data_len
);
if
(
status_attribute
==
UVC_STATUS_ATTRIBUTE_VALUE_CHANGE
)
{
if
(
status_attribute
==
UVC_STATUS_ATTRIBUTE_VALUE_CHANGE
)
{
...
...
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