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
09a21ab2
Commit
09a21ab2
authored
Sep 15, 2015
by
Furushchev
Browse files
[libuvc_camera] add detail error message if no image format support
parent
257ccb75
Changes
1
Hide whitespace changes
Inline
Side-by-side
libuvc_camera/src/camera_driver.cpp
View file @
09a21ab2
...
...
@@ -366,6 +366,8 @@ void CameraDriver::OpenCamera(UVCCameraConfig &new_config) {
uvc_perror
(
mode_err
,
"uvc_get_stream_ctrl_format_size"
);
uvc_close
(
devh_
);
uvc_unref_device
(
dev_
);
ROS_ERROR
(
"check video_mode/width/height/frame_rate are available"
);
uvc_print_diag
(
devh_
,
NULL
);
return
;
}
...
...
Write
Preview
Supports
Markdown
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