https://github.com/eat-sleep-code/turntable
This program is designed for a custom-built turntable used for photogrammetry (photography-based 3D scanning).
https://github.com/eat-sleep-code/turntable
3d-scanning photogrammetry python python3 raspberry-pi
Last synced: 11 months ago
JSON representation
This program is designed for a custom-built turntable used for photogrammetry (photography-based 3D scanning).
- Host: GitHub
- URL: https://github.com/eat-sleep-code/turntable
- Owner: eat-sleep-code
- Created: 2021-05-09T01:38:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T05:35:28.000Z (about 3 years ago)
- Last Synced: 2025-01-19T12:48:29.756Z (about 1 year ago)
- Topics: 3d-scanning, photogrammetry, python, python3, raspberry-pi
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Turntable
This program is designed for a custom-built turntable used for photogrammetry (photography-based 3D scanning).
---
## Use With Other Camera Software
**Required:** this application may be used in conjunction with the following application:
- [Camera Remote](https://github.com/eat-sleep-code/camera.remote): Turntable is designed to trigger this program via a web request.
---
## Getting Started
- Use [raspi-config](https://www.raspberrypi.org/documentation/configuration/raspi-config.md) to:
- Set the Memory Split value to a value of at least 64MB
- Enable I2C
- Enable SPI
- Set up your WiFi connection
## Installation
Installation of the program and any software prerequisites can be completed with the following two-line install script.
```
wget -q https://raw.githubusercontent.com/eat-sleep-code/turntable/main/install-turntable.sh -O ~/install-turntable.sh
sudo chmod +x ~/install-turntable.sh && ~/install-turntable.sh
```
---
## Usage
```
turntable
```
---
## Autostart Turntable Service
Want to start the Turntable service every time you boot your Raspberry Pi? Here is how!
* Run `~/turntable/install-turntable.service.sh`