OSError: [WinError 127] The specified procedure could not be found

Problem

If you experience the error below:

오류

OSError: [WinError 127] The specified procedure could not be found

Solution

Ensure that your Zivid SDK version and Zivid Python version are compatible.

Zivid SDK

To check your Zivid SDK version, launch Zivid Studio and go to HelpAbout Zivid Studio.

To install a specific version of Zivid SDK, please see Zivid Software Revisions.

Zivid Python

To check your Zivid Python version, run the following command in your terminal:

pip freeze

To install a specific version of Zivid Python, use the following command:

pip install zivid==2.16.0