检查OpenGL驱动程序

本文展示了如何检查PC上安装的OpenGL驱动程序版本。运行Zivid Studio必须安装OpenGL 3.0;对于SDK,其仅用于可视化(渲染)。

选择您的操作系统:

  1. 下 载 OpenGL Extensions Viewer

  2. 安装并运行它,然后检查OpenGL版本:

    ../../../_images/opengl_version_windows_screenshot.png

如果版本低于3.0,则需要安装最新的GPU驱动:

警告

Support for using AMD compute devices/GPUs is removed due to low usage and OpenCL stability issues in the drivers. It is possible to opt in to run the SDK with an unsupported compute device, by enabling an option in the Config.yml file. However, such a setup may give unexpected results and errors, and is not tested by Zivid.

按下键盘上的 Ctrl + Alt + T 键打开终端窗口,然后执行以下命令:

sudo apt install mesa-utils
glxinfo | grep "OpenGL version"

这将打印OpenGL版本。

../../../_images/opengl_version_ubuntu_screenshot.png

In case the version is below 3.0, you need to install the latest GPU driver.

版本历史

SDK

变更

2.11.0

不再推荐使用AMD。 SDK 中已移除官方支持,请参阅 为 Zivid 软件启用不支持的计算设备