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

Investigate using pybind11 return value policies

Open trym-b opened this issue 5 years ago • 0 comments

It is my hope that we can use pybind11's return value policy to remove the need of having cameras/point clouds/application as releasable objects. Specifically: return_value_policy::take_ownership, which gives the python code ownership of the instance in question.

trym-b avatar Jun 25 '20 04:06 trym-b