debug
This commit is contained in:
parent
ad6d3f4446
commit
e94bd60330
@ -225,8 +225,7 @@ def device_upload():
|
||||
last_ts = 0
|
||||
while True:
|
||||
b = pull.recv()
|
||||
_, sequence_id, ts, encoder = b2t(b)
|
||||
# print(b.__len__())
|
||||
ts, sequence_id, encoder, buffer = b2t(b)
|
||||
print(ts, ts - last_ts)
|
||||
last_ts = ts
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user