Skip to content

Camera: move all image processing out of the class #198

Open
@m-roberts

Description

@m-roberts
  • Empty out Camera object so that it is only responsible for defining frames (e.g. resolution, mode) and returning these frames
  • Convert Camera's (image processing) frame handler to be a generic image stream processor (as callback):
    • Face detection
    • Movement detection
    • Line detection
  • Add clear warnings about how to use camera
  • Update examples - e.g. motion detection

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions