I am getting this error:
Traceback (most recent call last):
File “collect_data_2.py”, line 58, in
for d in rs.context().devices:
RuntimeError: xioctl(VIDIOC_S_EXT_CTRLS) failed Last Error: Invalid argument
The camera is detected as a usb device but the code is not working and no output is seen in the real sense viewer as well
I am using Ubuntu 18 btw
I tried reinstalling realsense and all the standard troubleshooting steps like using a different cable and stuff.
Any help would be appreciated. Thanks in advance.