HanChang Chou

Results 1 issues of HanChang Chou

I'm trying to use the same program to control different devices by specifying a different index, like this: ` ctx = Context() self.device_list = ctx.query_devices() self.device = self.device_list.get_device_by_index(0) self.pipeline =...