Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 563 Bytes

File metadata and controls

39 lines (24 loc) · 563 Bytes

MVSDK Python Library

Get started

Windows

  • Install the mvsdk via the official installer
  • python setup.py install

Linux

  • python setup.py install

  • Launch a Python terminal, run

    from mvsdk.utils import install_driver
    install_driver()

How to remove

Windows

  • Remove with the official uninstaller

Linux

  • Launch a Python terminal, run

    from mvsdk.utils import uninstall_driver
    uninstall_driver()
  • pip uninstall mvsdk

How to use

Refer to the official guide.