Hi everybody,
after almost six months since I bought my first Arduino and my last post here, I have almost completed the project which is dedicated to scan 16 mm movie film. Here you can see a short video of the old running projector, which has been transformed in telecine machine:
... and here a first test:
I have already increased the data taking frequency, therefore the digitizing speed is higher than the one shown in the video above. However, the speed here is not the main aim of the project: the machine must be stable and then can run during the night.
The reason why I am writing here is to ask a suggestion about a small detail which I would intend to implement. I need to find a way to stop the scanner in an automatic way, once the film is completely digitized.
In the following video, you can see the front film reel:
the reel rotate slowly, stops for a while (when the frame is photographed), then it rotates again, etc. When there is not anymore film on it, the front reel will stop and will not rotate anymore. In that moment the machine can be switched off.
Is there a rotation sensor which can sense the reel when it is not rotating anymore for a long interval (of course the sensor shall not trigger the switching of the machine during the small pause, which is needed to photograph the frame)? It cannot be a sensor which will put too much friction on the rotating axis, otherwise the reel will be blocked. I am searching for a simple solution, because my Arduino is already pretty "busy": I am using it to control three mechanical switches (fast forward, fast reverse, data taking), a TB6600 stepper motor driver, an Hall sensor. Furthermore an output is used to send a trigger to the camera.
Do you have any suggestion for me?
Thank you for your time!