Script execution
This commit is contained in:
@@ -49,8 +49,8 @@ class CamTool(DeviceBase):
|
||||
else:
|
||||
self.cam_run.write(1)
|
||||
time.sleep(2.0)
|
||||
self.waitForChannel(self.data_prefix + "timestamp",20)
|
||||
self.waitForChannel(self.data_prefix + "image.shape",20)
|
||||
#self.waitForChannel(self.data_prefix + "timestamp",20)
|
||||
#self.waitForChannel(self.data_prefix + "image.shape",20)
|
||||
print "Connected"
|
||||
self.stop()
|
||||
self.timestamp = Channel(self.data_prefix + "timestamp",type = 'l', alias = name + " timestamp") #[D1, D2, ...]
|
||||
|
||||
Reference in New Issue
Block a user