GPU 要件

Either a CUDA (12 or later) or an OpenCL driver (1.2 or later) for the GPU is necessary to use Zivid.

  • For Windows, the driver is usually installed together with the graphics driver: NVIDIA, Intel.

  • For Linux, install the GPU driver for your backend: see GPU について for installing the NVIDIA driver (CUDA backend) or the OpenCL driver.

Follow the instructions on how to check whether you have OpenCL. For the CUDA backend, check that nvidia-smi reports an NVIDIA driver that supports CUDA 12 or later.

A dedicated GPU gives the best performance with Zivid. It is also the best choice if the GPU will be used for more than Zivid's computations. A medium to high-end NVIDIA GPU with at least 3 GB of memory is required for optimal performance. This is the preferred solution for Zivid.

要件:

  • NVIDIA GPUs must have compute capability higher than a minimum required value of 3.3. This applies to both the CUDA and the OpenCL backend. If this requirement is not fulfilled, the SDK will throw an exception:

    NVIDIA コンピューティングデバイスのコンピューティング性能 X.Y は、最低限必要なコンピューティング性能 3.3 を下回っています(または、最低限必要な SM バージョンは 3.3 です。デバイスのバージョンは X.Y です)。

    NVIDIA GPU とそれに対応するコンピューティング性能の概要については、https://developer.nvidia.com/cuda-gpus を参照してください。

推奨事項:

  • デスクトップ用: NVIDIA GeForce GTX 1060 以上

  • ラップトップ用: NVIDIA GeForce MX150 以上

    注意

    Ubuntu 18.04 のサポートは SDK 2.10 以降削除されました。以前の SDK バージョンの Ubuntu 18.04 の手順を確認するには、左上隅のナレッジベースのバージョンを変更してください。

This is the most cost-efficient solution for Zivid. The benefit of an integrated GPU is that the data transfer from GPU to CPU is fast. It is also beneficial for applications that require low power consumption, e.g., battery-powered mobile platforms. A high-end integrated GPU with at least 3 GB of memory available is required for optimal performance.

推奨事項:

  • HD630 以上を搭載した Intel i7

    注意

    Ubuntu 18.04 のサポートは SDK 2.10 以降削除されました。以前の SDK バージョンの Ubuntu 18.04 の手順を確認するには、左上隅のナレッジベースのバージョンを変更してください。

Tip

低消費電力を必要とするアプリケーション(カメラを備えたバッテリー駆動のモバイルプラットフォームなど)には、統合 GPU を備えた CPU を使用してください。

バージョン履歴

SDK

変更点

2.18.0

Added support for the CUDA compute backend for NVIDIA GPUs.

2.11.0

AMD は推奨されなくなりました。 SDK での公式サポートは削除されました。 Zivid ソフトウェア用にサポートされていないコンピューティングデバイスを有効にする を参照してください。

2.10.0

Ubuntu 18.04 のサポートは終了しました。