Hi everyone,
I hope this is the right forum!
Does anyone have some hands-on experience with programmatically controlling a Sony A7RIV or A7RV through a python interface? I have some python code that controls a rotation customized platform and I’d like to trigger the camera at specific events. I can’t use any other motion-controlled turntables.
I found the libsonyapi package (GitHub - petabite/libsonyapi: Python binding for the Sony Camera API), but this package uses the discontinued Sony Camera Remote API but not the current Camera Remote SDK. I was able to control the camera using the latter in C++, but what I actually need is to do this via python, and I really don’t want to code up any python wrappers for that library.
The only requirements I have is to send a signal to the camera to trigger it and this should be done via python. It doesn’t need to be a direct connection to the camera via USB or Wifi, any signal to trigger (via Bluetooth, shutter cable, remote) would work, as long I can do this via python.
Does anyone have experience with that?
Thanks in advance!