Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scanning of 8mm movies instead of Super 8 #6

Open
HerrLehmannHH opened this issue Aug 17, 2023 · 3 comments
Open

Scanning of 8mm movies instead of Super 8 #6

HerrLehmannHH opened this issue Aug 17, 2023 · 3 comments

Comments

@HerrLehmannHH
Copy link

Hi Stuart,

I came across your cool project on youtube. I have rebuilded everything, but at the end I figured out, that my inherited film rolls are 8mm instead of Super 8. Almost everything ist the same except the sprocket holes, they are not centered with each frame, but they are in between.

Is there a chance to adapt this behaviour? What variables are relevant?

Kind regards,
Dirk

PS.:
sorry writing an issue as an email

@stuartpittaway
Copy link
Owner

Hello, thank you for the interest in this project.

The sproket should be easy to change in FreeCAD - its created using the gear feature so should be editable for the gear/tooth distance you need.

@HerrLehmannHH
Copy link
Author

No it's not the physical part, its the software RasPi_Camera_Super8Scanner.py

As far as I understand, the needs to be next to each frame of the movie – which is correct for Super 8. But for 8mm it is between the images. I tried to run it, but it didn't find the next hole.

@stuartpittaway
Copy link
Owner

Ah ok.

In the Python code file RasPi_Camera_Super8Scanner.py look at link 653...

        # Default space (in marlin Y units) between frames on the reel
        FRAME_SPACING = 16.42

Increase the 16.42 number until you find something suitable for your film reel size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants