-
Notifications
You must be signed in to change notification settings - Fork 4.9k
xioctl(VIDIOC_S_FMT) failed Last Error: Device or resource busy #1828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This problem occurs when the device is really busy now, I means that there are several occasions it will be busy: |
[Realsense Customer Engineering Team Comment] |
[Realsense Customer Engineering Team Comment] |
Hello, I have the same error. How do you release se the camera ? |
I had the same problem as I was running the ROS node for realsense, as I terminated it, the problem was gone. |
@anshulvj @lchop @eyildiz-ugoe This can be solved by applying this kernel patch. |
@jebasamuel |
@locdoan12121997 |
I am seeing this issue on jetson with realsense especially when the client pings a realsense server repeatedly. I followed instructions to install realsense on jetpack using this blog - https://lieuzhenghong.com/how_to_install_librealsense_on_the_jetson_nx/ |
Had the same problem myself, what solved it for my was to set "VIDIOC_S_FMT" before setting up the buffers (VIDIOC_REQBUFS). |
Camera mode: RS415
OS: Ubuntu 16.04 64-bit
Language: Using librealsense python wrapper for data acquisition and processing.
I am trying to debug my Python code that is retrieving point cloud information from realsense D415 sensor. The sensor usually works fine but during debug if I have to quit debugging and restart the debug process it says:
xioctl(VIDIOC_S_FMT) failed Last Error: Device or resource busy
Process finished with exit code 0
For proprietary issues I cannot put my code here but essentially it's acquiring x,y,z information from the sensor and computing various things on that data.
This usually happens during debugging the code. Has anyone faced similar issue before?
Any help is appreciated. Please let me know if you need further information.
The text was updated successfully, but these errors were encountered: