GRsync
GRsync copied to clipboard
Sync photos from Ricoh GR II / GR III via Wifi
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']`
`/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'],...