-
Notifications
You must be signed in to change notification settings - Fork 52
Description
I see you are using picamera2 for the csi type cameras, and was wondering if your stack also supports CSI cameras on the raspberry pi zero line?
According to the picamera2 documentation[1], page 5, section 2.1, it says:
Using lower-powered devices
Some lower-powered devices, such as the Raspberry Pi Zero, are generally much slower at running desktop GUI
(Graphical User Interface) software. Correspondingly, performance may be poor trying to run the camera system with a
preview window that has to display images through the GUI’s display stack.
Is this an issue for PySpectrometer2? Can it run satisfactorily on a pi zero or upgraded model?
I don't see why it shouldn't be able to, given it is not particularly interested in the framerate, but it'd be nice to know ahead of building 👍