I tried to follow the quick start guide from the README. I was able to compile the program with the given instructions (used different path for SDK), but when trying to run the program for the first time using
$ sonshell --sync-dir "$PWD/photos" --keepalive 3000
I seem not to be able to sucessfully connect to the camera:
INFO | [INFO] Connecting to camera...
INFO | [CB] OnError: CrError_Connect_RemoteTransfer_NotSupported (0x8219)
ERROR | [ERROR] Camera not available error=0x8219
I have connected my camera, a Sony α7 C II (listed as ILCE-7CM2 (a7c2) in the supported models section), using a USB cable. When prompted by the camera to select the USB Connect Mode I have selected Remote Shoot (PC Remote).
I am trying to run the program on Fedora Linux 44 (Workstation Edition). One notable thing is that I am not using v2.00.00 of the Sony Camera Remote SDK, but instead v2.01.00 since that is what is currently provided via the Sony website.
I tried to follow the quick start guide from the
README. I was able to compile the program with the given instructions (used different path for SDK), but when trying to run the program for the first time using$ sonshell --sync-dir "$PWD/photos" --keepalive 3000I seem not to be able to sucessfully connect to the camera:
I have connected my camera, a Sony α7 C II (listed as ILCE-7CM2 (a7c2) in the supported models section), using a USB cable. When prompted by the camera to select the USB Connect Mode I have selected Remote Shoot (PC Remote).
I am trying to run the program on Fedora Linux 44 (Workstation Edition). One notable thing is that I am not using
v2.00.00of the Sony Camera Remote SDK, but insteadv2.01.00since that is what is currently provided via the Sony website.