Specular 3D-Scanner
ToDo
- Zugentlastung Ethernet?
- Beamer lassen die Sicherung nicht fliegen
- Bilder dunkel → Beamer anmachen!
- Komponenten auflisten (inkl. Sourcing)
- Raspbian 7 Image
- Raspbian 8 Image
- Software extrahieren
Zugangsdaten
| ASUS Router 192.168.1.1 | admin:tkgodmode! |
|---|---|
WLAN ASUS | Specular! |
Raspi pi | twin |
| Synology IP: 192.168.1.2 | admin:tkgodmode! |
Aufbau
Türme:
- Octagonale Anordnung
- vom Eingang aus im Uhrzeigersinn Turm 1-8
- Turm 1/8 drehbar
Basis:
- Router, Synology NAS, Stromversorgung
Komponenten
| Name | weitere Infos | Anzahl |
|---|---|---|
| Raspberry Pi | Version B 1.1 | 180 |
| Pi Camera | 1.3 | 168 |
| Speaker | 3 | |
| Light | 1 | |
| LED Strip | ? | |
| Schrauben für Paneele | M5x12mm stainless steel | 96 (4·3·8) |
| Projektor | Acer H6517ST | 8 |
Image
Download:
- /boot/config.txt
# http://elinux.org/RPiconfig # uncomment if hdmi display is not detected and composite is being output hdmi_force_hotplug=1 # Enable the camera module. start_x=1 # minimum GPU memory for camera use gpu_mem=128
- /boot/init.ini
; id should be starting from 50, no duplicates ; hostname cannot contain any special characters [role] id=000 gid=0 name=st00cam00
IDs:
| Range | Function |
|---|---|
| 20-29 | Light Control |
| 30-39 | Sound Control |
| 40-49 | Projector Control |
| 50-234 | Cameras |
Groups:
| HEX | Group |
|---|---|
| 0x00 | Camera |
| 0x01 | Projector |
| 0x02 | Sound |
| 0x05 | Light |
- /home/pi/membership.ini
[role] id = 00 gid = 0 name = pn00cam00id000
- /home/pi/.profile
# if running bash if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi fi # set PATH so it includes users private bin if it exists if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi clear while true; do sudo mount -a sudo python3 Specular/software/pipycam/startup.py sudo sleep 1 done
- /etc/fstab
proc /proc proc defaults 0 0 /dev/mmcblk0p1 /boot vfat defaults 0 2 /dev/mmcblk0p2 / ext4 defaults,noatime 0 1 //192.168.1.2/Web /home/pi/Specular cifs user=pi,password=tkpycam2016,sec=ntlm 0 0
Kameras
Defekt:
| 64 | |
|---|---|
| 69 | ✔ ntp conf: 192.168.1.2 |
| 74 | |
| 77 | |
| 80 | |
| 83 | |
| 96 | |
| 117 | |
| 118 | |
| 124 | |
| 135 | |
| 139 | |
| 160 | |
| 164 | USB-Kabel / Stromversorgung fehlerhaft |
| 172 | |
| 188 | .profile |
| 191 | .profile |
| 197 | ✔ Kamera ausgetauscht |
| 198 | |
| 199 | |
| 202 | ✔ |
| 206 | |
| 209 | |
| 211 | |
| 216 | |
| 217 | ✔ Hostname war nicht gesetzt |