1 2 3 4 5 6 7 8
from pymba import Vimba if __name__ == '__main__': with Vimba() as vimba: system = vimba.system() print(system)