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
RealSense error calling rs2_set_option(options:0x55665d509b00, option:Gain, value:16): xioctl(VIDIOC_S_CTRL) failed Last Error: Invalid or incomplete multibyte or wide character
#7056
Closed
96daja11 opened this issue
Aug 7, 2020
· 2 comments
I have a process that works fine when I developed it in Ubuntu 16.04, but now when I have updated to Ubuntu 18.04 I get the following error when trying to run it:
RealSense error calling rs2_set_option(options:0x55665d509b00, option:Gain, value:16):
xioctl(VIDIOC_S_CTRL) failed Last Error: Invalid or incomplete multibyte or wide character
I saw someone having a similar issue in #6041 in march, and the answer seemed to be that it was a work in progress. So I wonder if there has been any progress regarding this?
The text was updated successfully, but these errors were encountered:
Hi @96daja11 In likelihood it is a kernel related issue if xioctl(VIDIOC_S_CTRL) is involved. As kernel 5.4 is not yet officially supported by librealsense (though can work with it), it may be worth trying the backend method of librealsense installation from source code to see whether it solves your error, as this method is not dependent on Linux versions or kernel versions and does not require patching (though it does require an internet connection).
Hi,
I have a process that works fine when I developed it in Ubuntu 16.04, but now when I have updated to Ubuntu 18.04 I get the following error when trying to run it:
I saw someone having a similar issue in #6041 in march, and the answer seemed to be that it was a work in progress. So I wonder if there has been any progress regarding this?
The text was updated successfully, but these errors were encountered: