Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Nov 28, 2024
1 parent 52f79ff commit f869ec2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/system_tests/camera_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ TEST(SystemTest, CameraSettings)
EXPECT_EQ(current_setting.first, Camera::Result::Success);
EXPECT_EQ(current_setting.second.size(), 11);

for (auto& setting : current_setting.second) {
std::cout << "setting: " << setting.setting_id << std::endl;
}

// Now we change a setting which means the WB_TEMP param is now excluded from our options.
Camera::Setting new_setting{};
new_setting.setting_id = "WB_MODE";
Expand Down

0 comments on commit f869ec2

Please sign in to comment.