Dave Jones
Dave Jones
Currently, there's a fairly long list of (some might consider) quite popular snaps that are packaged for `amd64` solely. Where snaps *are* packaged for more than one arch, it's usually...
Should have the ability to use a lossless output like PNG. Scientists will almost certainly want TIFF output too. One question is how to preserve Exif data with these other...
Check out how to draw scale bars on generated images then provide the following settings: - Scale bar enabled/disabled - Scale bar position (top-left, bottom-right, etc.) - Selected lens In...
Now we can configure thumbnail settings in picamera, it might be worth seeing if we can extract the embedded thumbnail from JPEGs and use it instead of a separate thumbs...
Users should have the ability to specify the level of compression of the JPEGs. There should probably be some warning for silly settings like 95.
Assuming new installation will be using DHCP and that the RPi will have no (proper) DNS name. Display IP address prominently on startup (image? ASCII art?). Side issue: what if...
Permit user to configure DHCP/static addressing, DNS servers, hostname (does this affect DHCP client ID?), and client IP lock (still need to add the latter).
Need a wrapper script which will start picroscopy on boot and, depending on exit code, shutdown or reboot the RPi, or possibly upgrade picroscopy (if possible?)
It would be useful (especially in the GUI, but also in the protocol generally) to permit a live feed from an individual camera for calibration and configuration. This'll require adding...
Now that python-daemon is _finally_ py3 compatible should we move stuff over? It'd certainly clean up the command line client a whole lot (Cmd is an old-style class in py2...