Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 708 Bytes

File metadata and controls

20 lines (18 loc) · 708 Bytes

DiaScanner

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.

Usage

    pip3 install -r requiremetns.txt
    python3 main.py

Now 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

TODO

  • add option to transform negatives into positives
  • add option to remove borders
  • maybe add option to improve image quality (e.g. brightness, saturation, ...)