You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have a GR II to test with, just perusing this code for a project of my own. I believe @epadepa was stating that his props["model"] on his camera is set to GR II which isn't allowed due to the check in step #2 above.
Even after the change @epadepa made, it'd be using the "GR III route" - which is likely the same for any GR device on a newer firmware.
My GR II also refers to itself as "GR II" rather than "RICOH GR II", thus the script comes to a halt before even starting any transfer at all. Firmware is 3.0.
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']
The text was updated successfully, but these errors were encountered: