VladimirP1 / esp-gyrologger

GNU Lesser General Public License v2.1
63 stars 10 forks source link

Sony cam control #16

Open DotQQ opened 1 year ago

DotQQ commented 1 year ago

Is there possibility that you can a start/stop recording feature in cam_control.cpp for Sony cameras? There is an API: https://developer.sony.com/cameras/get-started#secondary-menu-desktop

I found nice project to control whole camera with esp32 called "alpha-fairy" on github

phpc17 commented 1 month ago

Any updates on this? I saw that they managed to control sony cameras over the MTP connection in the ShutterFlow software and have a doc with the codes to signal start/stop recording. Maybe there's a way to adapt to this solution?