Search code examples
sony

Get videos with Sony SDK (RX100 V)


I found on the API reference that I can get Images from the camera but can I get also videos? I did not found anything about that..

I wanted to develop a program that triggers the camera to start a slow motion video and retrive it after, is that possible?

Best regards! Luis


Solution

  • You should be able to call the "startMovieRec" function to start recording. You can then call the "stopMovieRec" function to stop recording. After this you can call the "getContentList" function to get a list of the images, videos, etc.. that are on the camera. You can download the video through the url. Please let me know if you need more assistance.