zivid / zivid-python

Official Python package for Zivid 3D cameras
BSD 3-Clause "New" or "Revised" License
40 stars 14 forks source link

Capture: Unlock GIL during capture to allow async #222

Closed Ayxan13 closed 1 year ago

Ayxan13 commented 1 year ago

This unlocks GIL during captures so they can be executed in parallel. This also adds a sample to show how to execute captures in parallel.

Implements ZIVID-6981