You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
@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.
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)
The text was updated successfully, but these errors were encountered: