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.
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.