jonnew / Oat

Real-time position tracker for behavioral research
GNU General Public License v3.0
49 stars 19 forks source link

Only one frame stream recorded when two requested #6

Closed jonnew closed 8 years ago

jonnew commented 8 years ago

When there are two valid frame streams that can be oat-viewed, and I try to record both via

oat record -i filt raw -n lala -f ~/Desktop -o

Only the raw stream is recorded. But if I omit the file name

oat record -i filt raw -f ~/Desktop -o

both streams are recorded. Seems like the files share a single name and therefore only the last one is written.