forked from IntelRealSense/librealsense
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Changed for scheduling to static and fixed the number of threads for … #1
Open
shaun-edwards
wants to merge
482
commits into
plusone/v2.9.0
Choose a base branch
from
issue_1105_cpu_usage
base: plusone/v2.9.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
DQT and Realsense-Viewer to store frame's raw data in addition to the color-augmented snapshot. Depth-originated frames will also capture and provide frame profile attributes and intrinsic info Tracked On: DSO-1851 Change-Id: Iec227d433217ee8d31366e25640af7e4e17cb2d2
Change-Id: I4523ca91fe20e86262592b33bf4d6296df5f531e
(cherry picked from commit 4c06c54f1cdb26dd8ad06c1fc165a06f79c1f5b2) # Conflicts: # src/archive.cpp # src/archive.h # wrappers/python/python.cpp
…lfw_callbacks to example.hpp
# Conflicts: # include/librealsense2/hpp/rs_internal.hpp # unit-tests/unit-tests-live.cpp
1. Use child_process.spawn instead of exec as child_process.exec is not suitable for receiving large amount of data from stdout of child process which may cause crash. child_process.spawn is the better choice. 2. Change version in package.json and package-lock.json 3. Fix lint error of exceeding max length
Depth sensor snapshot to include raw data
Change-Id: I010c77148786230c7099fca87d7734009d51a38a (cherry picked from commit 7b421fb7eed1a80d057223071daa52e0ccee7b6b) Signed-off-by: Evgeni Raikhel <[email protected]>
…vanced_mode_panel
Rosbag Inspector Readme
Fix stderr redirection in the patch script
Bump Version to 2.10.0
Add installation and setup guide for node-librealsense users.
…_info [NET Wrapper] Fix sensor info
…_fix GCC internal compiler error on Python wrapper
The following build command was required to achieve the desired camera performance:
|
[Node.js] Update readme
Change-Id: I66023b995221ae6f430e9e551b915a544ab2992a
[NET Wrapper] implement advanced mode and json configuration
Post Process Filters added.
Default Accel format changed to XYZ32F
All these classes are used with a pointer to a sensor, not with a device.
Clarify variable names in Sensor + nested classes
shaun-edwards
force-pushed
the
issue_1105_cpu_usage
branch
from
February 16, 2018 19:12
cd6a429
to
e85d1aa
Compare
shaun-edwards
force-pushed
the
issue_1105_cpu_usage
branch
from
February 16, 2018 19:19
e85d1aa
to
5f1fbf1
Compare
joshuaplusone
pushed a commit
to joshuaplusone/librealsense
that referenced
this pull request
Sep 4, 2018
Merge from IntelRealSense/librealsense/master
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.
…color conversion