pi-top-Python-SDK
pi-top-Python-SDK copied to clipboard
Camera: move all image processing out of the class
- Empty out
Cameraobject 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
➤ 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.