Skip to content

Commit e244031

Browse files
authored
Merge pull request #866 from luxonis/camera_bindings
Camera bindings
2 parents 946a184 + 30e0192 commit e244031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pipeline/PipelineBindings.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ void PipelineBindings::bind(pybind11::module& m, void* pCallstack){
144144
.def("createAprilTag", &Pipeline::create<node::AprilTag>)
145145
.def("createDetectionParser", &Pipeline::create<node::DetectionParser>)
146146
.def("createUVC", &Pipeline::create<node::UVC>)
147+
.def("createCamera", &Pipeline::create<node::Camera>)
147148
;
148149

149150

0 commit comments

Comments
 (0)