Added destroy for manager
This commit is contained in:
parent
43594ace71
commit
6222cdf3eb
1 changed files with 2 additions and 0 deletions
|
|
@ -156,6 +156,8 @@ PYBIND11_MODULE(kp, m) {
|
|||
py::arg("device") = 0,
|
||||
py::arg("family_queue_indices") = std::vector<uint32_t>(),
|
||||
py::arg("desired_extensions") = std::vector<std::string>())
|
||||
.def("destroy", &kp::Manager::destroy,
|
||||
DOC(kp, Manager, destroy))
|
||||
.def("sequence", &kp::Manager::sequence, DOC(kp, Manager, sequence),
|
||||
py::arg("queue_index") = 0, py::arg("total_timestamps") = 0)
|
||||
.def("tensor", [np](kp::Manager& self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue