0

I currently own a CX330, which has WIFI control through a Sony app. I would like to build the remote control features into another app I'm building as well as being able to download video from the device. Are either of these options possible and, if so, where in the documentation do I go to find examples or instructions? Currently I only see these functions available for a limited set of devices, but if the proprietary software can provide remote control I'm assuming Sony has not built a separate API just for the camcorders and a different one for other devices.

Also, I believe the proprietary software allows you to download new videos directly from the camera, is an api available for this as well?

Mike
  • 35
  • 3

1 Answers1

0

We do have an API for working with cameras, but unfortunately your camera is not supported. You can find the full list of supported cameras here: https://developer.sony.com/develop/cameras/

The API does allow you to download photos and videos.

BSMP
  • 4,596
  • 8
  • 33
  • 44
pg316
  • 1,380
  • 1
  • 8
  • 7
  • I haven't actually used it, I'm going off the information that PlayMemories works with it to perform those functions. – Mike Oct 18 '15 at 04:53