Luis Carlos
Luis Carlos

Reputation: 343

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

Upvotes: 1

Views: 150

Answers (2)

Vitalicus
Vitalicus

Reputation: 1379

I think is not posible. My Sony RX100 V have only this options:

"getVersions"
"getMethodTypes"
"getApplicationInfo"
"getAvailableApiList"
"getEvent"
"stopRecMode"
"startMovieRec"
"startLiveview"
"stopLiveview"
"actZoom"
"setShootMode"
"getShootMode"
"getAvailableShootMode"
"getSupportedShootMode"
"getExposureCompensation"
"getAvailableExposureCompensation"
"getSupportedExposureCompensation"

All other versions 2,3,4,6,7,8... have a good firmware. Not 5 version

Upvotes: 0

pg316
pg316

Reputation: 1398

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.

Upvotes: 0

Related Questions