GRsync icon indicating copy to clipboard operation
GRsync copied to clipboard

Sync photos from Ricoh GR II / GR III via Wifi

Results 5 GRsync issues
Sort by recently updated
recently updated
newest added

Dear maintainer, I recently updated the script to support Python3 and the Ricoh GR III X. Added options: ``` -j or --jpg to only download jpg files -r or --raw...

It would be great to be able to sync only the jpegs when in a hurry.

I had to remove the RICOH string from the SUPPORT_DEVICE to get my GRII with 3.0 firmware to work. `SUPPORT_DEVICE = ['GR II', 'RICOH GR III']`

help wanted

`/v1/photos` does not return all images on the camera. Once you have roughly more than 1000 images, it won't be able to sync them. The API has a `limit=xxx` query...

Hi, I have an error when running `./GRsync -a`: > > ~ > ./GRsync.py -a > File "/home/arnauld/./GRsync.py", line 33 > print "Error code: %d, Error message: %s" % (photoDict['errCode'],...