Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianmichel/tote
An app to simply transfer photos from the Ricoh GR III
https://github.com/brianmichel/tote
camera combine gr ios ricoh swiftui wifi
Last synced: 5 days ago
JSON representation
An app to simply transfer photos from the Ricoh GR III
- Host: GitHub
- URL: https://github.com/brianmichel/tote
- Owner: brianmichel
- License: gpl-3.0
- Created: 2019-06-22T15:03:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T23:49:22.000Z (5 months ago)
- Last Synced: 2024-12-12T15:16:48.749Z (10 days ago)
- Topics: camera, combine, gr, ios, ricoh, swiftui, wifi
- Language: Swift
- Size: 88.8 MB
- Stars: 27
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tote 💼
__Tote__ is a simple photo transfer application made for use with the Ricoh GR III camera.
## Icons
| Light App Icon | Dark App Icon |
| ---- | ---- |
| ![](media/RoundedIcon.png) | ![](media/RoundedIcon-Dark.png) |All of the icons that are in the app are currently located in the `ToteIcons.sketch` so you can find them in there.
## Running the fake server
When building this app, since it connects to a physical camera, it can be painful to actually switch wireless networks and connect to the camera to do some debugging.
We've created a simple fake JSON server that passes back mock responses that were captured from a real camera.
__Starting the server__
1. `cd fake-server`
2. `json-server db.json --middlewares externalFile.js --routes routes.json`## API Information
Much of what I know about the API is documented on the wiki. This will be the place to go dig into more info about those responses, or what is available to use from the application. There are many more API endpoints, but I've documented the ones that Tote is using.
## What does this thing look like?
Here are a couple of gifs that show what the general application looks like. Note that it works in light and dark mode so if you want to imagine light mode just invert everything in your brain.
| Main Application | Settings |
| ---- | ---- |
| ![](media/product/main.gif) | ![](media/product/settings.gif) |