0

I have a little issue. How can I sync (at the same time to start recording at the iOS device and the action camera)? The fact that the camera doesn't support time in thousandths of a second... Also, can I take the recorded video from action camera on the iPhone in one file together with a soundtrack? (I can get only a lot of images). In advance thank you for the help. P.S// I have been used Sony_CameraRemoteAPIbeta_API-Reference_v2.20.

Sergey Stadnik
  • 337
  • 2
  • 9

1 Answers1

1
  1. There is no way to sync the recording of a movie on the phone and camera at the same time. The API does provide a callback to let you know when the recording has started but is not precise to that level as you noted.

    1. Take a look at the getContentList API. You can use that to retrieve the URL of a movie file.
mldeveloper
  • 2,253
  • 1
  • 13
  • 14