Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Oct 21, 2024
1 parent ab166bd commit d42e172
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,29 @@ Turn stereoscopic images into a wigglegram.

## Setup

### All systems

```
1. Install image (bookworm 64bit, lite) on all systems (rpi imager), connect to wifi
2. All hosts have same name, get IP addresses from your router
3. Log in each device to set new hostname:
to identify, invoke some SD activity (like upgrade or something) to identify the board
a. Wigglecam-a --> cam2
b. Wigglecam-b --> cam1 (leftmost)
c. Wigglecam-c --> cam4 (rightmost)
d. Wigglecam-main --> cam3
(means mapping is not same as hostname numbering)
4. Update and upgrade all systems
5. Install packages:
a. sudo usermod --append --groups gpio $(whoami)
b. sudo apt install -y python3-picamera2 python3-opencv
c. Sudo apt install python3-pip
d. Pip install --break-system-packages pydantic pydantic-settings
e. Sudo apt install pipx
```

### Primary Node

#### Prepare Primary Node System
Expand Down

0 comments on commit d42e172

Please sign in to comment.