-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Sensor refactoring #5111
Sensor refactoring #5111
Conversation
… into sensor-refactoring
- Move the raw source profiles modification from synthetic_sensor::open() method into the derived ::init_stream_profile method
- remove tabs from a few files
- Remove playback's probe and commit profile order restrictions.
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.
Very nice! Final touches :)
<< ",BackEndTS," << std::fixed << f.backend_time | ||
<< ",SystemTime," << std::fixed << system_time | ||
<<" ,diff_ts[Sys-BE],"<< system_time- f.backend_time | ||
<< " ,diff_ts[Sys-BE]," << system_time - f.backend_time | ||
<< ",TS," << std::fixed << timestamp << ",TS_Domain," << rs2_timestamp_domain_to_string(timestamp_domain) |
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 test new generated logs with RsView utility
- Add new formats to wrappers. - Remove redundant resolution data from motion frame allocation. - Restore image-avx.
{ | ||
return { | ||
new internal_frame_callback<T>(callback), | ||
[](rs2_frame_callback* p) { /*p->release(); */} |
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.
Sensor refactoring
DSO-13626