Commit 18667dff authored by Guido van Rossum's avatar Guido van Rossum

bit vector is now implemented

parent ee06ac93
......@@ -14,8 +14,8 @@ def main():
go = raw_input('Press return to capture ' + `queuesize` + ' frames: ')
result = v.CaptureBurst(svci)
## svci, buffer, bitvec = result # XXX Bit vector not yet implemented
svci, buffer = result
svci, buffer, bitvec = result
## svci, buffer = result # XXX If bit vector not yet implemented
print 'Captured', svci[3], 'frames, i.e.', len(buffer)/1024, 'K bytes'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment