An open API service indexing awesome lists of open source software.

https://github.com/anfractuosity/refractometer

Scripts to attempt to determine the current brix of a refractometer by imaging its output using a raspberry pi camera
https://github.com/anfractuosity/refractometer

brix camera inline-refractometer raspberry-pi refractometer

Last synced: about 1 month ago
JSON representation

Scripts to attempt to determine the current brix of a refractometer by imaging its output using a raspberry pi camera

Awesome Lists containing this project

README

          

# refractometer

Inline refractometer software. The refractometer.py script captures images from the Pi camera
as well as capturing the temperature and storing information in a CSV file.

See https://www.anfractuosity.com/projects/diy-inline-refractometer/ for more details.

# Pi setup for image capture

Use raspi-config to enable 1-wire interface and camera.

```
sudo apt-get update
sudo apt-get install python3-pip
pip3 install picamera
```

# Setup for image processing test

You probably need to do something like the following to process the images which you collected:

```
pip3 install opencv-python
python3 process_images.py
```

# To Do

* See if the tracking of the brix line can be improved