Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download last video #4

Open
isdito opened this issue Oct 25, 2023 · 1 comment
Open

download last video #4

isdito opened this issue Oct 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@isdito
Copy link

isdito commented Oct 25, 2023

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
Copy link
Owner

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 petabite added the enhancement New feature or request label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants