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

Hello, ## Issue Summary: I'm encountering an issue where the Zivid SDK cannot establish a TCP/IP connection to a Zivid camera located on a different subnet, even though the camera...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...

dependencies

Connecting to my Zivid 2+ L110 using the below snippet takes about a minute. Is there a way to speed up the process of connecting to the camera? ``` import...

Clarify exactly which Python versions are supported, and add the classifiers that makes it clear in the sidebar on pypi.org.

Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.32.2. Release notes Sourced from requests's releases. v2.32.2 2.32.2 (2024-05-21) Deprecations To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes...

dependencies

Hi everyone, I would like to create a point cloud of an entire object, similar to what is shown here (https://support.zivid.com/en/latest/reference-articles/settings/vision-engine/omni-engine.html). To achieve this, I am capturing images with the...

When I was developing using Python, I didn't want to block opening the camera or collecting data, so I placed the connection camera in a sub thread. However, I don't...

Testing with virtual environment doesn't work with Windows. https://stackoverflow.com/a/64761907

Could you please tell me about the source code of the function "Zivid.PointCloud.transform(numpy.array([4,4], dtype=numpy.float32))"? Thank you!

Hello, I have just stumbled into these file: https://github.com/zivid/zivid-python/blob/master/modules/zivid/camera_intrinsics.py Camera Instrinsics and Distortion parameters are quite useful for a lot of applications and should be documented better. Best