Ricoh GR II file system
Project description
This app allows you to mount your Ricoh GR II with FUSE over WiFi. It implements a read-only filesystem for accessing photos on a Ricoh GR II camera over the built-in WiFi feature and the HTTP API the camera exposes.
Why?
This library was created to experiment with the REST-ish API the Ricoh GR II exposes for the GR Remote web-based app.
Status
It works but it’s really slow. Reasons for the slow speed being:
Slow WiFi by which the camera is equipped.
The necessity to make a GET request for each file individually to read the HTTP headers to determine file size.
When you mount the camera, you get three different folders thumb, view, and full which correspond to the different image sizes available through the camera’s HTTP API. Note that view might no contain all the images available.
Installation
Install FUSE on your system (e.g. $ brew install osxfuse)
Install this package $ pip install grfs
Usage
Turn on your Ricoh GR II
Turn on the WiFi feature on the camera
Connect your computer to the WiFi network from the camera
Mount the camera $ mkdir ~/GR; grfs ~/GR (create the mountpoint directory first)
Access your files $ ls -l ~/GR (or from you system file browser)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file grfs-0.1.1.tar.gz
.
File metadata
- Download URL: grfs-0.1.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10c46df9dcdf9c57ee3f9f26bebcd61db0d419f0231f67291da696852829b9b1 |
|
MD5 | b7ec9b66557bbdd282a79c7646f412d9 |
|
BLAKE2b-256 | 045ba474ddfbdaba4f3aa5fc8289117aadf1981301f036248a62551a59aad35f |