You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to clearly document what interfaces we expect. For example, with a camera, we need to note that the data buffer should be linked in initialize_image_series(), and that get_new_frame() must place the image into the data buffer...
It would also be valuable to provide abstract base classes for several devices...