This is a small python App using opencv that will preview the camera-feed, gives you the option to manipulate the image (e.g. rotate) and allows you to store images.
pip3 install -r requiremetns.txt
python3 main.pyNow you can define the basename for your images and a suffix if you wand to. The scheme is:
{base_name}{incrementing_number}{suffix}.png
Button mapping:
- esc : exit the app
- l : rotate left
- r : rotate right
- c / space : capture an image
- add option to transform negatives into positives
- add option to remove borders
- maybe add option to improve image quality (e.g. brightness, saturation, ...)