Skip to content

Commit

Permalink
python: add support for the latest options
Browse files Browse the repository at this point in the history
  • Loading branch information
radfordi committed Aug 19, 2019
1 parent 45fe488 commit e1edf36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrappers/python/pybackend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ PYBIND11_MODULE(NAME, m) {
.value("enable_mapping", RS2_OPTION_ENABLE_MAPPING)
.value("enable_pose_jumping", RS2_OPTION_ENABLE_POSE_JUMPING)
.value("enable_relocalization", RS2_OPTION_ENABLE_RELOCALIZATION)
.value("enable_dynamic_calibration", RS2_OPTION_ENABLE_DYNAMIC_CALIBRATION)
.value("count", RS2_OPTION_COUNT);

py::enum_<platform::power_state> power_state(m, "power_state");
Expand Down

0 comments on commit e1edf36

Please sign in to comment.