Check OpenGL Driver

이 문서에서는 PC에 설치된 OpenGL 드라이버 버전을 확인하는 방법을 보여줍니다. Zivid Studio에는 OpenGL 3.0 지원이 필요합니다. SDK의 경우 시각화(렌더링)에만 해당합니다.

OS 선택:

  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.

Version History

SDK

Changes

2.11.0

AMD is no longer recommended. Official support has been removed in SDK, see Enable Unsupported Compute Device for Zivid Software.