You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,
I'm using kinect v1 for ROS and want to access the camera's video stream at the same time, but when i'm trying to access the kinect in another terminal i get the following errors
Failed to claim camera interface: LIBUSB_ERROR_BUSY
Failed to open camera subdevice or it is not disabled.Failed to open motor subddevice or it is not disabled.Failed to open audio subdevice or it is not disabled.terminate called after throwing an instance of 'std::runtime_error'what(): Cannot open Kinect
Aborted (core dumped)
And when i'm getting the video the kinect also fails to start in ROS. Has anyone any suggestions? I'm quite new to kinect. Any help would be appreciated
The text was updated successfully, but these errors were encountered:
Normally, you can't have multiple processes access the camera at the same time. With some care, you could use one process for camera and another for audio/motor. Or you could try proxynect.
hello,
I'm using kinect v1 for ROS and want to access the camera's video stream at the same time, but when i'm trying to access the kinect in another terminal i get the following errors
And when i'm getting the video the kinect also fails to start in ROS. Has anyone any suggestions? I'm quite new to kinect. Any help would be appreciated
The text was updated successfully, but these errors were encountered: