Skip to content

Commit

Permalink
hold th epower on for 2 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed May 20, 2024
1 parent c71b3d3 commit 715d2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ds/d400/d400-device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ namespace librealsense
auto depth_ep = std::make_shared<d400_depth_sensor>(this, raw_depth_ep);

// Many commands need power during initialization phase, no point turning it on and off again for each.
raw_depth_ep->power_for_duration( std::chrono::milliseconds( 1000 ) );
raw_depth_ep->power_for_duration( std::chrono::milliseconds( 2000 ) );

depth_ep->register_info(RS2_CAMERA_INFO_PHYSICAL_PORT, filter_by_mi(all_device_infos, 0).front().device_path);

Expand Down

0 comments on commit 715d2c9

Please sign in to comment.