forked from IntelRealSense/librealsense
-
Notifications
You must be signed in to change notification settings - Fork 0
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 from abernste/librealsense/Development #40
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__FUNCTION__ marco cannot use string concatenate in prinf() args, it need %s format output. __VA_ARGS__ will appear no empty argument situation. So we need add ## before it to remove privious comma.
…ry host only. Fix tabulation and warning
This fixes a thread deadlock that could occur in some situations, especially when running under Valgrind. See this issue on the easyloggingpp repo: abumq/easyloggingpp#417
Modify timestamp cconversion to align with kernel convention (nsec)
Related to IntelRealSense#2671
PCL color example added
Kernel 4.13 - modify gyro timestamp to use the same conversion as acce. fix return value. Kernel 4.4 - add scale patch to avoid explicit conversion. Assumption in:usec, out:nsec
Fix D435i Frequences selection and idle power consumption
Change-Id: Ib6970bf8a7c684964bb393b2232f157d705c2dd7
Refresh the _depth_units when its changed.
…gging-v9.96.5 Update Easylogging++ dependency to v9.96.5
Fix Matlab wrapper search path
…nse into align_filter_cuda_impl
(Taken from the modified depth_example.m) reshape is faster since it is a standard function, unlike vec2mat, which needs the Communications Toolbox.
…_impl Align processing block - CUDA implementation
…sets as the filters, have a code that handle framesets in generic_processing_block.
…(nsec). Handle GCC warning in cuda-align
…pencv_fix Fixing typo of openCV compilation commands
Correct errors in align.m (issue IntelRealSense#2710)
Fix Metadata attribute name Enable Gyro3d timestamp conversion
The viewer model will move to filters frameset instead of separated frames.
Fix Metadata attribute name Enable Gyro3d timestamp conversion Fix gyro_3d conversion for kernel 4.10
…ake_files Merge refactor cmake files
Replace vec2mat with reshape
Fix IMU timestamps patch for linux kernels
Promote version to 2.16.5 Signed-off-by: Evgeni Raikhel <evgeni.raikhel@intel.com>
Adjust Viewer stream info for IMU stream. Promote to v2.16.5
Change-Id: Id9ee127a5f895b1848b00b5720fc2d287b93badb
Merge from intelrealsense/librealsense/Development
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.