EventVisionLibrary / evl

Event Vision Library (EVL)
BSD 3-Clause "New" or "Revised" License
26 stars 4 forks source link

Keep buffer in lifetime after read #22

Closed rikky0611 closed 5 years ago

rikky0611 commented 6 years ago

Describe the bug For now, since we delete what we read from buffer, we can't access to the data which should be read in the next time.

To Reproduce ex) lifetime 2ms, read interval 1ms

Expected behavior We can obtain the fixed length data fully.

Environment (please complete the following information):

Additional context