ExifTool Forum

General => Other Discussion => Topic started by: StarGeek on December 08, 2020, 11:51:39 PM

Title: automated analog film scanner
Post by: StarGeek on December 08, 2020, 11:51:39 PM

I thought this was rather neat.

https://www.youtube.com/watch?v=yRDomN48SOs

And of course, from the source code (https://github.com/bezineb5/RoboScan/blob/master/src/scanner/exif_tagger.py)
import collections
import dataclasses
import logging
import os
from pathlib import Path
import queue
import threading
from typing import Callable, List

import exiftool
Title: Re: automated analog film scanner
Post by: Phil Harvey on December 09, 2020, 06:58:35 AM
Cool.  Thanks for the link.  People are doing lots of neat projects themselves with the Raspberry Pi.

There was also a prototype of a Mars rover that was using ExifTool to store metadata in its images.  I'm not sure if it was used in the final version, but it would be cool if ExifTool was used on Mars. :)

- Phil
Title: Re: automated analog film scanner
Post by: Alan Clifford on December 09, 2020, 08:10:38 AM
It makes my Pi's look rather tame.

Movement detected photos with webserver on a Pi zero w http://nivalis.clifford.ac/motion/2020-12-05--09-21-58--1912/index.html and mail, dns and web servers and backup for my laptop on a Pi 3.