Skip to content

Commit

Permalink
activate pwm emitter from fw 5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Dec 15, 2022
1 parent f2b2434 commit c79b0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ds5/ds5-active.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ namespace librealsense

// EMITTER FREQUENCY OPTION
if( ( _pid == ds::RS457_PID || _pid == ds::RS455_PID )
&& _fw_version >= firmware_version( "5.13.1.53" ) )
&& _fw_version >= firmware_version( "5.14.0" ) )
{
auto emitter_freq = std::make_shared< emitter_frequency >(
raw_depth_ep,
Expand Down

0 comments on commit c79b0a1

Please sign in to comment.