Skip to content
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

Merge of 2.19.2 #3609

Merged
merged 106 commits into from
Mar 28, 2019
Merged

Merge of 2.19.2 #3609

merged 106 commits into from
Mar 28, 2019

Conversation

dorodnic
Copy link
Contributor

No description provided.

ev-mp and others added 30 commits March 10, 2019 17:12
…y files

Change-Id: I7b1f64f334ee58009ac54836ccfede54dfacb082
Change-Id: If1cc94ef2033b24b1cd3fdfbe65f2b49fe5aa3c0
On incomatible changes, only the minor version is bumped. Therefore, it
needs to be part of the soname to avoid incompatible library versions
with the same soname.
On incomatible changes, only the minor version is bumped. Therefore, it
needs to be part of the soname to avoid incompatible library versions
with the same soname.
- Device time (as timestamp)
- Coordinated system time (as backend_timestamp)
- Arrival time (as system_timestamp)
Change-Id: I0288d4a69eeaa0009f22d7614f389a5dbb90a5d5
- Remove redundant -m flag (invoked by default, unless -s specified)
- Remove duplicate modes listing when invoked with -m flag
- Documentation review
- Adjust data alignment - each subset is hierarchically displayed ot the right
- Improve readability by introducing vertical alignment along the decimal point when presenting float values (extrinsic matrices):
Old:
0.99999        -0.0041276     -0.00091868
0.0041225      0.99998        -0.0055234
0.00094146     0.0055196      0.99998

New:
   0.999991        -0.00412763      -0.000918684
   0.0041225        0.999976        -0.00552339
   0.000941461      0.00551955       0.999984

Change-Id: Ic510c402f5ba617e07535b37f1b589abff15e76b
Add arguments for python threshold filter
Don't raise a hardware event for relocalizations
The original comment stated the queues were used to "push and pop" frames.  "Push and pop" is usually associated with stacks.  

I updated the comment to "enqueue and dequeue" which clearly refers to queues, and matches the enqueue() member method of rs2::frame_queue, which is called later.
Connected get_motion_intrinsics API to get parameters for T265
dorodnic and others added 29 commits March 20, 2019 15:36
android - device and device list added, fw version check added t the …
- Simplify rs-multicam by removing dynamic device enumeration
- Renderer to use implicit conversion
- Fix T265 log verbosity level
- Remove templatized rendering
- Update the rs-multicam example documentation

Change-Id: I9fc5632f04482715a085f0721c76078a4d54442f
changed conditions order to avoid segfault
- Make hub_device filtering more explicit, add TODO for tm2_info missing part
- Fix/Amend comments

Change-Id: I94d87798d2205cf6692416a03a5ab3453e721660
# Conflicts:
#	examples/align/rs-align.cpp
#	examples/example.hpp
#	examples/measure/rs-measure.cpp
SDK Examples Enhancements (part 1 on N)
Revert "Adding better error messages when cannot resolve pipeline req…
More edits to matlab code in wrapper
[python] reorder enable_stream overload registration to fix overload registration
android - fix fw version check on camera app
@dorodnic dorodnic merged commit 1148c9b into master Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.