添加电容同步采集功能
This commit is contained in:
@ -166,6 +166,9 @@ class ClassCapRead:
|
||||
if connectedSensorCnt > 1 and (time.time() - self.syncTimer) > DEF_CDC_SYNC_MS:
|
||||
self.syncTimer = time.time()
|
||||
self.set_sensor_enable(connectedSensorChan)
|
||||
for fingerIndex in range(0, len(self.fingers)):
|
||||
if self.fingers[fingerIndex].connect is True:
|
||||
self.fingers[fingerIndex].snsCmd.setSensorSync(0)
|
||||
|
||||
if self.connectStatus == EnumCh341ConnectStatus.CH341_CONNECT_CHECK:
|
||||
capReadTime = time.time()
|
||||
|
||||
Reference in New Issue
Block a user