Skip to content

Commit

Permalink
change default to hd-30
Browse files Browse the repository at this point in the history
  • Loading branch information
alowenst01 committed Dec 4, 2019
1 parent 1786eef commit f2a7468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/l500/l500-color.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ namespace librealsense
{
std::vector<tagged_profile> tags;

tags.push_back({ RS2_STREAM_COLOR, -1, 640, 480, RS2_FORMAT_RGB8, 30, profile_tag::PROFILE_TAG_SUPERSET | profile_tag::PROFILE_TAG_DEFAULT });
tags.push_back({ RS2_STREAM_COLOR, -1, 1280, 720, RS2_FORMAT_RGB8, 30, profile_tag::PROFILE_TAG_SUPERSET | profile_tag::PROFILE_TAG_DEFAULT });
return tags;
}

Expand Down

0 comments on commit f2a7468

Please sign in to comment.