Skip to content

Commit a1c01da

Browse files
committed
hasAutofocusIC bindings
1 parent 1b1b3a6 commit a1c01da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/pipeline/CommonBindings.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ void CommonBindings::bind(pybind11::module& m, void* pCallstack){
203203
.def_readwrite("orientation", &CameraFeatures::orientation)
204204
.def_readwrite("supportedTypes", &CameraFeatures::supportedTypes)
205205
.def_readwrite("hasAutofocus", &CameraFeatures::hasAutofocus)
206+
.def_readwrite("hasAutofocusIC", &CameraFeatures::hasAutofocusIC)
206207
.def_readwrite("name", &CameraFeatures::name)
207208
.def_readwrite("configs", &CameraFeatures::configs)
208209
.def("__repr__", [](CameraFeatures& camera) {

0 commit comments

Comments
 (0)