Skip to content

Commit

Permalink
Add setFrameSync API bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
SzabolcsGergely committed Dec 20, 2023
1 parent 5a995d7 commit 729772b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pipeline/node/StereoDepthBindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ void bind_stereodepth(pybind11::module& m, void* pCallstack){
.def("setRectificationUseSpecTranslation", &StereoDepth::setRectificationUseSpecTranslation, DOC(dai, node, StereoDepth, setRectificationUseSpecTranslation))
.def("setDepthAlignmentUseSpecTranslation", &StereoDepth::setDepthAlignmentUseSpecTranslation, DOC(dai, node, StereoDepth, setDepthAlignmentUseSpecTranslation))
.def("setAlphaScaling", &StereoDepth::setAlphaScaling, DOC(dai, node, StereoDepth, setAlphaScaling))
.def("setFrameSync", &StereoDepth::setFrameSync, DOC(dai, node, StereoDepth, setFrameSync))
;
// ALIAS
daiNodeModule.attr("StereoDepth").attr("Properties") = stereoDepthProperties;
Expand Down

0 comments on commit 729772b

Please sign in to comment.