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

Changed for scheduling to static and fixed the number of threads for … #1

Open
wants to merge 482 commits into
base: plusone/v2.9.0
Choose a base branch
from

Conversation

shaun-edwards
Copy link

…color conversion

dorodnic and others added 30 commits January 14, 2018 08:41
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
# 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]>
@shaun-edwards
Copy link
Author

shaun-edwards commented Feb 12, 2018

The following build command was required to achieve the desired camera performance:

cmake ../ -DCMAKE_BUILD_TYPE=Release -DBUILD_WITH_OPENMP=true -DBUILD_EXAMPLES=true

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.