- Install the mvsdk via the official installer
python setup.py install
-
python setup.py install -
Launch a Python terminal, run
from mvsdk.utils import install_driver install_driver()
- Remove with the official uninstaller
-
Launch a Python terminal, run
from mvsdk.utils import uninstall_driver uninstall_driver()
-
pip uninstall mvsdk
Refer to the official guide.