ladisk / LDAQ

MIT License
24 stars 5 forks source link

Update BaseAcquisition to handle video and data channels #37

Closed TKosir closed 1 year ago

TKosir commented 1 year ago

Base acquisition class should be written in more general way to support the following features: -> handling video and data channels -> adding virtual channels into any acquisition

As an example IR Camera contains all those functionalities that should be actually added in to BaseAcquisition(). That way we're keeping cod more general and adaptable. This should be on top of our list.

TKosir commented 1 year ago

Done