Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kozhaakhmet/3d-scanner
Turnable platform for taking photos. Suited for photogrammetry
https://github.com/kozhaakhmet/3d-scanner
arduino photogrammetry
Last synced: about 2 months ago
JSON representation
Turnable platform for taking photos. Suited for photogrammetry
- Host: GitHub
- URL: https://github.com/kozhaakhmet/3d-scanner
- Owner: KozhaAkhmet
- License: mit
- Created: 2024-08-26T10:33:27.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T10:43:19.000Z (6 months ago)
- Last Synced: 2024-12-21T14:23:11.617Z (about 2 months ago)
- Topics: arduino, photogrammetry
- Language: C++
- Homepage:
- Size: 370 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3d-scanner
Turnable platform for taking photos. Suited for photogrammetryThis project is based from [3d scanner by Bribro12 ](https://www.thingiverse.com/thing:3958326).
# What is differentThe program from original author was a little confusing so I wrote my own. Also, I added I2C Adapter for LCD screen.
Todo: The design has been changed a little, with a space for the I2C adapter and a snappable screen cover.# Components
- Arduino UNO
- 9g Servo Motor
- Joystick module
- LCD screen
- I2C adapter for LCD Screen
- Step Motor
- Step Motor Driver
- Small Breadboard
- Header Cables
- 3D Files are [here]()# Schematics
![schematic](3d_Scanner_bb.png)# How it works and How to use
The platform will do a complete one tour. By dividing the tour by a number, we will get portions where weare able shutter the camera. On each portion, the servo motor will be activated and it will press the button on the camera.
The dividing number can be adjusted by the joystick and shown on the screen. By choosing desired number and pressing the joystick button, the device will start the scanning and begin to slowly spin.
(Recomended) By adding a height to the camera and doing the scanning again, it's achivable to get high quality 3d scans.
# Results
To do
# Tips
- You can extend the servo cable by connecting extra header cables.
- It is recomended to use a tripod to easily adjust the height of the camera.