Skip to content

Determine appropriate abstract data-reading method for the camera base class #174

@keithchev

Description

@keithchev

During the initial implementation of an abstract camera base class in #171, we agreed to defer the addition of a method to retrieve the pixel data from the most-recently-snapped image (something like get_image or get_data) until we have implemented camera classes for several different cameras and can use this experience to determine the appropriate form that the abstract method should take. This is necessary because the variability in how data is accessed/retrieved across cameras makes it hard to anticipate the appropriate primitives and abstractions.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions