Skip to content

Commit

Permalink
Remove HIGH_ACCURACY2
Browse files Browse the repository at this point in the history
  • Loading branch information
SzabolcsGergely committed Nov 18, 2024
1 parent 74e168d commit bd8cb9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion depthai-core
1 change: 0 additions & 1 deletion src/pipeline/node/StereoDepthBindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ void bind_stereodepth(pybind11::module& m, void* pCallstack){
.value("DEFAULT", StereoDepth::PresetMode::DEFAULT)
.value("FACE", StereoDepth::PresetMode::FACE)
.value("HIGH_DETAIL", StereoDepth::PresetMode::HIGH_DETAIL)
.value("HIGH_ACCURACY2", StereoDepth::PresetMode::HIGH_ACCURACY2)
.value("ROBOTICS", StereoDepth::PresetMode::ROBOTICS)

// Deprecated overriden
Expand Down

0 comments on commit bd8cb9a

Please sign in to comment.