How to download recorded video on Sony video camera with Sony Camera API

196 Views Asked by At

I am working on a project which needs to record and download a video using Sony Video Camera. I only see transfer image from the API but there is no transfer for videos. Is there any way to download the video file from the camera via wifi?

My requirement is I want live streaming data after I starts Movie recording. And after click of Capture button it should save last 10 seconds recording in my iPhone gallery. Can I get live recorded streaming data while recording is On? Also How I will fetch movie data from streamed data packets as Sample example shows only Image data fetching.

1

There are 1 best solutions below

0
On

Not 100% what you are asking. You also don't say what camera you have.

The Liveview images continue during pause and recording. These are lower resolution/fps jpeg images, you could stack a number of these to create a 'movie'.

Your camera may also support Remote-playback, when a previously record movie is viewed in the same manner as the Liveview (ie. jpeg). You could detect the stopping of on-camera recording and then 'replay' the first 10s or so.