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.
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.
Hello,
I will like to donwload the last video in the A7III
This code record 10 seconds video, but I will like transfer to the computer.
Could you help me.
Reggards