control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11 #2875
Unanswered
FarStryke21
asked this question in
Q&A
Replies: 1 comment
-
Hi @FarStryke21 If this warning message is generating continuously in the ROS terminal then it indicates a communication problem between the camera and computer, such as a USB problem. You could mute the warnings by changing the logging level. https://dev.intelrealsense.com/docs/troubleshooting#enable-librealsense-log For example: export LRS_LOG_LEVEL="INFO" Or you could send the warnings to a log file instead of the screen, as described at #1185 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11
What is the warning indicating? Is there a way to mute it?
(Using ROS1 wrapper for my L515. Got these warnings when running the launch script for the camera. The camera seems to be performing fine, but I keep getting this warning in the terminal)
Beta Was this translation helpful? Give feedback.
All reactions