zivid-python icon indicating copy to clipboard operation
zivid-python copied to clipboard

Official Python package for Zivid 3D cameras

Results 22 zivid-python issues
Sort by recently updated
recently updated
newest added

In [CMakeLists.txt](https://github.com/zivid/zivid-python/blob/master/CMakeLists.txt#L7-L8) we use `option` for `ZIVID_PYTHON_VERSION` and `ZIVID_SDK_VERSION`. `option` is [only meant for booleans](https://cmake.org/cmake/help/v3.16/command/option.html), we [should use `set`](https://cmake.org/cmake/help/v3.16/command/set.html#set-cache-entry) instead. Suggested fix: ```cmake set(ZIVID_PYTHON_VERSION "UNKNOWN" CACHE STRING "Version number to...

Installing zivid python bindings is failing. this seems to be due to missing **build-backend="setuptools.build_meta"**. Please look: https://github.com/pypa/setuptools/issues/1694#issuecomment-466010982