pi-top-Python-SDK icon indicating copy to clipboard operation
pi-top-Python-SDK copied to clipboard

Camera: move all image processing out of the class

Open m-roberts opened this issue 4 years ago • 1 comments

  • 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

m-roberts avatar Feb 02 '21 09:02 m-roberts

➤ Mike Roberts commented:

I’m not sure that we can move it out as it is right now, as it records video internally… This needs to be specced properly.

sync-by-unito[bot] avatar Mar 26 '21 12:03 sync-by-unito[bot]