Skip to content

Commit

Permalink
Correct motion extrinsic description in demo
Browse files Browse the repository at this point in the history
Change-Id: Iafcd49629bb30e0228fdd7a083ddaf8fe16709c7
  • Loading branch information
ev-mp committed Feb 7, 2018
1 parent aad62fe commit 19f912e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/enumerate-devices/rs-enumerate-devices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,7 @@ int main(int argc, char** argv) try
for (auto& intrinsics : kvp.second)
{
auto formats = get_str_formats(intrinsics.first);
cout << "Motion Intrinsic of \"" << stream_res.stream_name << "\"\t " << stream_res.width << "x"
<< stream_res.height << "\t " << formats << endl;
cout << "Motion Intrinsic of \"" << stream_res.stream_name << "\"\t " << formats << endl;
if (intrinsics.second == rs2_motion_device_intrinsic{})
{
cout << "Intrinsic NOT available!\n\n";
Expand Down

0 comments on commit 19f912e

Please sign in to comment.