libsonyapi icon indicating copy to clipboard operation
libsonyapi copied to clipboard

download last video

Open isdito opened this issue 1 year ago • 1 comments

Hello,

I will like to donwload the last video in the A7III

camera.do(Actions.startMovieRec)  # take a picture
print("hghghhghghh")  # prints fnumber
time.sleep(10)
camera.do(Actions.stopMovieRec)  # take a picture

This code record 10 seconds video, but I will like transfer to the computer.

Could you help me.

Reggards

isdito avatar Oct 25 '23 23:10 isdito

Hi. Unfortunately, only the camera API service is supported at the moment. Transferring images/videos require support for the avContent API which I have not had the chance to build yet.

petabite avatar Oct 31 '23 22:10 petabite