picroscopy
picroscopy copied to clipboard
A Python web-application to turn a Raspberry Pi and PiCam into a microscopy solution
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?)