lluvia icon indicating copy to clipboard operation
lluvia copied to clipboard

No available device in Camera_Undistort demo

Open MirekJan opened this issue 2 years ago • 0 comments

---------------------------------------------------------------------------
IndexError                                Traceback (most recent call last)
[<ipython-input-5-869d15d83d5b>](https://localhost:8080/#) in <cell line: 32>()
     73     else:
     74 
---> 75         deviceDescriptor = [dev for dev in ll.getAvailableDevices() if dev.deviceType == deviceType][0]
     76 
     77         session = ll.createSession(device=deviceDescriptor)

IndexError: list index out of range

MirekJan avatar Aug 22 '23 12:08 MirekJan