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

Ability to take screenshots #6

Open
WouterVRompaey opened this issue Dec 17, 2024 · 1 comment
Open

Ability to take screenshots #6

WouterVRompaey opened this issue Dec 17, 2024 · 1 comment

Comments

@WouterVRompaey
Copy link

It would be usefull to have a function to take a screenshot,

Workaround for the moment is doing like this:
bashCommand = ['lxi', 'screenshot', '--address', ip, filename]
process = subprocess.Popen(bashCommand, stdout=subprocess.PIPE)

@lundmar
Copy link
Contributor

lundmar commented Jan 2, 2025

@WouterVRompaey When I created liblxi I intended it to mainly offer the communications protocols used by lxi instruments. Adding the screenshot feature could be done but I'm currently a bit undecided on that point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants