Skip to content

Commit

Permalink
Merge pull request #866 from luxonis/camera_bindings
Browse files Browse the repository at this point in the history
Camera bindings
  • Loading branch information
Erol444 authored Jul 18, 2023
2 parents 946a184 + 30e0192 commit e244031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pipeline/PipelineBindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ void PipelineBindings::bind(pybind11::module& m, void* pCallstack){
.def("createAprilTag", &Pipeline::create<node::AprilTag>)
.def("createDetectionParser", &Pipeline::create<node::DetectionParser>)
.def("createUVC", &Pipeline::create<node::UVC>)
.def("createCamera", &Pipeline::create<node::Camera>)
;


Expand Down

0 comments on commit e244031

Please sign in to comment.