petabite / libsonyapi

Python binding for the Sony Camera API
https://philipzha.ng/libsonyapi/
MIT License
58 stars 8 forks source link

download last video #4

Open isdito opened 1 year ago

isdito commented 1 year ago

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

petabite commented 1 year ago

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.