Skip to content

Commit

Permalink
Merge pull request #9525 from remibettan/python-adding-option-receive…
Browse files Browse the repository at this point in the history
…r-sensitivity

option receiver sensitivity added to python wrapper
  • Loading branch information
ev-mp authored Aug 2, 2021
2 parents 723efe3 + 1c1b127 commit 6311bc4
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 @@ -188,6 +188,7 @@ PYBIND11_MODULE(NAME, m) {
.value("auto_rx_sensitivity", RS2_OPTION_AUTO_RX_SENSITIVITY)
.value("transmitter_frequency", RS2_OPTION_TRANSMITTER_FREQUENCY)
.value("vertical_binning", RS2_OPTION_VERTICAL_BINNING)
.value("receiver sensitivity", RS2_OPTION_RECEIVER_SENSITIVITY)
.value("count", RS2_OPTION_COUNT);

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

0 comments on commit 6311bc4

Please sign in to comment.