1 2 3 4 5 6 7
from pymba import Vimba, VimbaException if __name__ == '__main__': with Vimba() as vmb: print(vmb.interface_ids())