Skip to content

A small python app to scan Dias or images with an attached camera using OpenCV

Notifications You must be signed in to change notification settings

Thorsten1/DiaScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, ...)

About

A small python app to scan Dias or images with an attached camera using OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages