ColorCam using PI camera approach
Install required dependencies:
pip3 install -r requirements.txtOr install individually:
pip3 install FreeSimpleGUI pyserial Pillow numpy matplotlib picamera2- FreeSimpleGUI: GUI framework (lightweight alternative to PySimpleGUI)
- pyserial: Serial communication for printer control
- Pillow: Image processing
- numpy: Numerical operations
- matplotlib: Plotting results
- picamera2: Raspberry Pi camera interface
well_plate_location_gui.py: Well plate location calculator with printer controlcamera_preview_crosshair.py: Camera preview with crosshair overlaycolorcam.py: Main color measurement application