We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c30c3 commit aa10a74Copy full SHA for aa10a74
src/CameraNode.cpp
@@ -172,7 +172,7 @@ get_sensor_format(const std::string &format_str)
172
throw std::runtime_error("Width or height exceeds maximum value of " + std::to_string(std::numeric_limits<int>::max()));
173
}
174
catch (const std::invalid_argument &) {
175
- // Do nothing - throw exception below
+ // Unexpected - throw exception below
176
177
178
0 commit comments