except uvc.InitError as err: print(f"{cap.name} getting frames - {err}") cap.close()` error message below : Traceback (most recent call last): File "F:\Python\python_libuvc\uvc.py", line 48, in main() File "F:\Python\python_libuvc\uvc.py", line 8, in main for device in ...
root@improbable009:~/realsense_docker/tests# RealSense error calling rs2_create_device(info_list:0x55fd7191d840, index:1): device is no longer connected! Last Error: No such file or directory I assume, it is line 323: rs2::device dev = devices[device_idx]; I have opened up the re...