-
-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dump "camera" info should dump information about all options #1809
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1809 +/- ##
==========================================
- Coverage 95.68% 95.67% -0.02%
==========================================
Files 123 123
Lines 9754 9776 +22
==========================================
+ Hits 9333 9353 +20
- Misses 421 423 +2 ☔ View full report in Codecov by Sentry. |
b70e07a
to
e5a7452
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small changes needed
@@ -46,6 +47,9 @@ class scene_impl : public scene | |||
*/ | |||
void SetInteractor(interactor_impl* interactor); | |||
|
|||
// Display available cameras in the log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use doxygen style doc
/**
*
*/
} | ||
log::print(level, ""); | ||
log::print(level, this->Internals->MetaImporter->GetOutputsDescription(), "\n"); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this code is a duplicate of DisplayImporterDescription
, please factorize
No description provided.