Skip to content

Commit

Permalink
PR #7653 from Avishag: Improve description of alternating_emitter_opt…
Browse files Browse the repository at this point in the history
…ion (DSO-15512)
  • Loading branch information
maloel authored Oct 27, 2020
2 parents f1f5eeb + ce82302 commit 8ec1bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ds5/ds5-options.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ namespace librealsense
virtual bool is_enabled() const override { return true; }
virtual const char* get_description() const override
{
return "Alternating Emitter Pattern: 0:disabled(default), 1:enabled( emitter is toggled on/off on per-frame basis)";
return "Alternating emitter pattern, toggled on/off on per-frame basis";
}
virtual void enable_recording(std::function<void(const option &)> record_action) override { _record_action = record_action; }

Expand Down

0 comments on commit 8ec1bb2

Please sign in to comment.