Skip to content

Commit

Permalink
ssh details
Browse files Browse the repository at this point in the history
  • Loading branch information
schoolpost committed Feb 10, 2024
1 parent ab9d7fd commit a385bf9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,21 @@ Testing can be done after installation by running ***2*** scripts found within t

## Development

This SDK has been provided as a means to promote development of CinePI software components in a structured and collaborative environment.

### SSH Access

hostname: `cinepi.local`
user: `pi`
password: `1`

Example for accessing via a terminal: `ssh pi@cinepi.local`

### Architecture / Design

Below is high level overview of the hardware and software components of a CinePI based camera.

![diagram]()

For detailed breakdowns of the individual software components such as [`cinepi-raw`](https://github.com/cinepi/cinepi-raw) or [`cinepi-gui`](https://github.com/cinepi/cinepi-gui), please visit their respective repositories for more details.

0 comments on commit a385bf9

Please sign in to comment.