Skip to content

Raspberry Pi-powered analog film automatic scanner

License

Notifications You must be signed in to change notification settings

lenartowski/RoboScan

 
 

Repository files navigation

RoboScan

This is the source code for a Lego+Raspberry Pi-powered analog film roll scanner. Watch it in action: RoboScan

Installation

First build the Angular frontend:

cd scanner-frontend
npm install
ng build --prod
cd ..

Then deploy the docker-compose:

cd docker
# Adjsut the hostname to your Raspberry Pi
export DOCKER_HOST=tcp://piscanner:2376 DOCKER_TLS_VERIFY=
docker-compose up -d --build
cd ..

Starting it

The camera must be connected to the Raspberry Pi via USB. It must be compatible with libgphoto2.

About

Raspberry Pi-powered analog film automatic scanner

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 51.3%
  • Python 37.4%
  • HTML 7.6%
  • Shell 1.3%
  • JavaScript 0.9%
  • Dockerfile 0.8%
  • Other 0.7%