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
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 14, 2018

  1. Configuration menu
    Copy the full SHA
    8bf6c65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19dd4b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    411d19b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b253d4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2657fb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Add raw frame to the stream's snapshot.

    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
    ev-mp committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    fc2d67f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6444be8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f1d741 View commit details
    Browse the repository at this point in the history
  4. Enable logging multi-line messages in the viewers output tab

    Change-Id: I4523ca91fe20e86262592b33bf4d6296df5f531e
    ev-mp committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    305df55 View commit details
    Browse the repository at this point in the history
  5. Adding the ability to keep frames for long processing (+python and C#)

    (cherry picked from commit 4c06c54f1cdb26dd8ad06c1fc165a06f79c1f5b2)
    
    # Conflicts:
    #	src/archive.cpp
    #	src/archive.h
    #	wrappers/python/python.cpp
    dorodnic committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    efe74e1 View commit details
    Browse the repository at this point in the history
  6. Added readme.md and move the functions draw_pointcloud and register_g…

    …lfw_callbacks
    
    to example.hpp
    aangerma committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    4c3eee7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49461a3 View commit details
    Browse the repository at this point in the history
  8. Remove the software camera

    aangerma committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    042b58f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d69557e View commit details
    Browse the repository at this point in the history
  10. Rework of the readme

    aangerma authored Jan 15, 2018
    Configuration menu
    Copy the full SHA
    ed094f8 View commit details
    Browse the repository at this point in the history
  11. Review on the readme

    aangerma authored Jan 15, 2018
    Configuration menu
    Copy the full SHA
    f7c8728 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'public/development' into my_bypass

    # Conflicts:
    #	include/librealsense2/hpp/rs_internal.hpp
    #	unit-tests/unit-tests-live.cpp
    aangerma committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    ca268fb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e39dd3e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. [Node.js] Prepare for 2.9.0 release to npmjs

    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
    tingshao committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    f4d222c View commit details
    Browse the repository at this point in the history
  2. Merge pull request IntelRealSense#1014 from ev-mp/current

    Depth sensor snapshot to include raw data
    dorodnic authored Jan 16, 2018
    Configuration menu
    Copy the full SHA
    f58d2cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcadd38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3998ed1 View commit details
    Browse the repository at this point in the history
  5. Fixing code-review comments

    dorodnic committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    1b9e38a View commit details
    Browse the repository at this point in the history
  6. Fixes following code review.

    aangerma committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    93221b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Configuration menu
    Copy the full SHA
    e28c76a View commit details
    Browse the repository at this point in the history
  2. Fix texture mapping in Viewwer's 3D view when the device is disconnected

    Change-Id: I010c77148786230c7099fca87d7734009d51a38a
    (cherry picked from commit 7b421fb7eed1a80d057223071daa52e0ccee7b6b)
    Signed-off-by: Evgeni Raikhel <[email protected]>
    ev-mp committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    e1ff4fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7569df7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27acd61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dffe5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0964b8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request IntelRealSense#1015 from dorodnic/keep_frame

    Adding frame.keep() API
    dorodnic authored Jan 17, 2018
    Configuration menu
    Copy the full SHA
    656025c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d8d8ab View commit details
    Browse the repository at this point in the history
  9. Removed dependency of package Threads which doesn't seem

    to exist, at least not in Ubuntu 16.04
    BjarneHerland committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    1ed08fb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0526dba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4ab8b7f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fc35a5a View commit details
    Browse the repository at this point in the history
  13. Merge branch 'development' of https://github.com/IntelRealSense/libre…

    …alsense into development
    
    # Conflicts:
    #	src/types.cpp
    aangerma committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    da585ca View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Merge pull request IntelRealSense#1024 from zivsha/enum_test_patch

    Better Unit test failure message for enum test
    dorodnic authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    73d70fd View commit details
    Browse the repository at this point in the history
  2. UV Color mapping to use rectified RGB rotation matrix instead of cali…

    …bration data
    
    Adjust pointcloud UV-texture offset
    Tracked On: DSO-8308
    
    Change-Id: I72d5fccf6f61e1f3c947ce78b0d1561218e441ca
    ev-mp committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    34d6edf View commit details
    Browse the repository at this point in the history
  3. Added support for saving and loading streams configuration.

    Made advanced controls changes invalidate option to allow refreshing of preset.
    Fixed alignment of new panel.
    zivsha committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    108e35f View commit details
    Browse the repository at this point in the history
  4. Update D400 visual presets

    Change-Id: Ia42b2b02dd0fd93b990888b14acbe5c41cea21e2
    icarpis committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    608f98f View commit details
    Browse the repository at this point in the history
  5. Merge pull request IntelRealSense#1031 from ev-mp/candidate

    UV texture mapping to use rectified RGB rotation matrix
    dorodnic authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    6591923 View commit details
    Browse the repository at this point in the history
  6. Merge pull request IntelRealSense#1023 from ev-mp/current

    Fix texture mapping in Viewer's 3D view when the device is disconnected
    dorodnic authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    0087d51 View commit details
    Browse the repository at this point in the history
  7. Merge pull request IntelRealSense#1007 from dorodnic/measure

    Adding Measure example
    dorodnic authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    f0c68f8 View commit details
    Browse the repository at this point in the history
  8. Fixing obsolete code from commit 34d6edf

    Tracked On: DSO-8308
    
    Change-Id: I55646ebdf9259b2f57f61feaa0b77f88f2579005
    Signed-off-by: Evgeni Raikhel <[email protected]>
    ev-mp committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    3fa12c8 View commit details
    Browse the repository at this point in the history
  9. Merge pull request IntelRealSense#1032 from ev-mp/candidate

    Correction for Pull Request 1014
    dorodnic authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    e4d8fe6 View commit details
    Browse the repository at this point in the history
  10. Merge pull request IntelRealSense#1029 from icarpis/d400_presets

    Update the visual presets of  D4XX cameras
    dorodnic authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    8af4929 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e96c186 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    45e0fb0 View commit details
    Browse the repository at this point in the history
  13. Ignoring power_line_frequency control when applying visual presets

    Change-Id: If441a2a98379dfc8c3a911eb638a693ab9958edf
    icarpis committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    ac6acb6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1dffb86 View commit details
    Browse the repository at this point in the history
  15. Fixed bug on pipeline_processing_block::handle_frame,

    (added mutex to protect member)
    aangerma committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    cdd7c12 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e249507 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'development' of https://github.com/IntelRealSense/libre…

    …alsense into development
    
    # Conflicts:
    #	src/types.cpp
    #	unit-tests/unit-tests-live.cpp
    aangerma committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    3d3aa7b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    51e2e5c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1136662 View commit details
    Browse the repository at this point in the history
  20. Merge pull request IntelRealSense#1033 from icarpis/d400_presets

    Ignoring power_line_frequency control when applying visual presets
    dorodnic authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    69c2b7c View commit details
    Browse the repository at this point in the history
  21. Merge pull request IntelRealSense#1034 from zivsha/preset_panel

    Presets Panel for RealSense Viewer
    dorodnic authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    7e7462f View commit details
    Browse the repository at this point in the history
  22. Merge pull request IntelRealSense#1018 from aangerma/development

    Adding Software-Device
    dorodnic authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    678a8fa View commit details
    Browse the repository at this point in the history
  23. Bump version

    dorodnic authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    ce0cad0 View commit details
    Browse the repository at this point in the history
  24. Bump version

    dorodnic authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    956bdd5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4e5c4f6 View commit details
    Browse the repository at this point in the history
  26. Update package.xml

    icarpis authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    9100a0a View commit details
    Browse the repository at this point in the history
  27. Update to the readme

    dorodnic authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    8d170cd View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    bed933d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    3d54ee0 View commit details
    Browse the repository at this point in the history
  30. Merge pull request IntelRealSense#1035 from icarpis/patch-1

    Update package.xml
    dorodnic authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    0e481dc View commit details
    Browse the repository at this point in the history
  31. Merge pull request IntelRealSense#1036 from zivsha/viewer_bug_fixes

    Fixed undesired exception throwing when preset file has no streams
    dorodnic authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    b82412d View commit details
    Browse the repository at this point in the history
  32. Fixing title

    dorodnic authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    b223774 View commit details
    Browse the repository at this point in the history
  33. Merge pull request IntelRealSense#1037 from aangerma/development

    Fixed merge issue
    dorodnic authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    ba01147 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Configuration menu
    Copy the full SHA
    f6e430b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9da089 View commit details
    Browse the repository at this point in the history
  3. Merge pull request IntelRealSense#1026 from BjarneHerland/threads_dep…

    …endency
    
    Removed dependency of package Threads
    dorodnic authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    805df21 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

  1. Adding the rs-fw-logger tool to the executables destination folder

    Change-Id: Id45e02ccef5504c528432bf5251c294bfaf11d30
    icarpis committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    2f3d07e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4ce219 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faeca8c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'post_processing_demo' of https://github.com/AnnaRomanov…

    …/librealsense into post_processing_demo
    
    # Conflicts:
    #	examples/CMakeLists.txt
    #	examples/post-processing/rs-post-processing.cpp
    AnnaRomanov committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    3485521 View commit details
    Browse the repository at this point in the history
  5. Merge pull request IntelRealSense#1045 from icarpis/development

    Adding the rs-fw-logger tool to the executables destination folder
    dorodnic authored Jan 21, 2018
    Configuration menu
    Copy the full SHA
    67235d7 View commit details
    Browse the repository at this point in the history
  6. Updated readme

    zivsha committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    2ff22d7 View commit details
    Browse the repository at this point in the history
  7. KW Fixes 1 of N

    dorodnic committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    26ae8e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e73f7b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7ed3296 View commit details
    Browse the repository at this point in the history
  10. KW fixes 2 on N

    dorodnic committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    64a8d7c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Merge pull request IntelRealSense#1004 from tingshao/release_290_new

    [Node.js] Prepare for 2.9.0 release to npmjs
    dorodnic authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    82b12ff View commit details
    Browse the repository at this point in the history
  2. Merge pull request IntelRealSense#1022 from haoyunfeix/nodejs-test-1

    [nodejs] Update test-pipeline.js forcing to use watiForFrames()
    dorodnic authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    8ae3cc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46c36ae View commit details
    Browse the repository at this point in the history
  4. Add MacOS frameworks to fix build

    In some environments, glfw requires these frameworks.
    Without this change, "Apple Mach-O Linkter (ld) Error"
    happens when it builds the targets which links glfw.
    OTL committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    10735d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8188bb View commit details
    Browse the repository at this point in the history
  6. Merge pull request IntelRealSense#1054 from OTL/fix_mac_glfw_build

    Add MacOS frameworks to fix build
    dorodnic authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    e68a256 View commit details
    Browse the repository at this point in the history
  7. Merge pull request IntelRealSense#1046 from zivsha/py_readme

    Update to Python README
    dorodnic authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    6091eb0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request IntelRealSense#1052 from zivsha/unified_exposure_v…

    …alue
    
    Unified exposure units
    dorodnic authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    e688cd9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7e01005 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d18e0e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Merge pull request IntelRealSense#1055 from icarpis/color_ruler

    Added depth map scaling ruler to realsense-viewer tool
    dorodnic authored Jan 23, 2018
    Configuration menu
    Copy the full SHA
    7cee5a1 View commit details
    Browse the repository at this point in the history
  2. Updated issue template

    zivsha committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    9420762 View commit details
    Browse the repository at this point in the history
  3. Trying to update the Travis image

    Trying to update the Travis image to help with build stability
    dorodnic authored Jan 23, 2018
    Configuration menu
    Copy the full SHA
    22de807 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0945c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57af58c View commit details
    Browse the repository at this point in the history
  6. Merge pull request IntelRealSense#1057 from zivsha/projection_documents

    Adding Projection Documentation
    dorodnic authored Jan 23, 2018
    Configuration menu
    Copy the full SHA
    b64e9b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Merge pull request IntelRealSense#1047 from dorodnic/kw_fixes

    Static analysis fixes
    dorodnic authored Jan 24, 2018
    Configuration menu
    Copy the full SHA
    44585ef View commit details
    Browse the repository at this point in the history
  2. [Node.js] Add disparity frame support

    Disparity frame support is added and regular expression is
    used for eslint-plugin-header rules to support 201X year format
    tingshao committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    0c77285 View commit details
    Browse the repository at this point in the history
  3. Merge pull request IntelRealSense#1065 from icarpis/some_fixes

    Fixing several issues regarding depth scale ruler length, default resolution and default format
    dorodnic authored Jan 24, 2018
    Configuration menu
    Copy the full SHA
    1a141a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e569481 View commit details
    Browse the repository at this point in the history
  5. Refactored align to fix stream-to-depth alignment and support multipl…

    …e-streams-to-depth alignment.
    
    Made align object stateless (up to which stream to align agains).
    Moved internal_frame_processor_callback to types.h to make it common (and used in align).
    zivsha committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    62a51f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e8729f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7af95f9 View commit details
    Browse the repository at this point in the history
  8. Fixed Linux compilation

    zivsha committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    1bf59f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f13938 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    87f93c7 View commit details
    Browse the repository at this point in the history
  11. Update ISSUE_TEMPLATE.md

    According to review comments
    zivsha authored Jan 24, 2018
    Configuration menu
    Copy the full SHA
    25d77ca View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Merge pull request IntelRealSense#1062 from tingshao/add_disparity

    [Node.js] Add disparity frame support
    Halton Huo authored Jan 25, 2018
    Configuration menu
    Copy the full SHA
    239a518 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9735d20 View commit details
    Browse the repository at this point in the history
  3. Fixed multiple warnings (mostly on conversions).

    Fixed playback panel bug when no other device exists (did not show info icon)
    zivsha committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    520c20c View commit details
    Browse the repository at this point in the history
  4. Undo 0.5 pixel offset when mapping pixel to texture coordinate

    Tracked On: DSO-8308
    
    Change-Id: Id43db35b3b1fba284582a1f43cbceec181265ce6
    (cherry picked from commit f657787)
    ev-mp committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    0994f5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adf7204 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be2e50c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. Update readme.md

    shiritbrook authored Jan 26, 2018
    Configuration menu
    Copy the full SHA
    7e713cc View commit details
    Browse the repository at this point in the history
  2. Update readme.md

    shiritbrook authored Jan 26, 2018
    Configuration menu
    Copy the full SHA
    2c88be0 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. Fixing signature for devices_changed_callback

    Addressing issue IntelRealSense#1087, fixing linker issue when compiling usage of `rs2_set_devices_changed_callback`
    zivsha authored Jan 28, 2018
    Configuration menu
    Copy the full SHA
    9e3a46a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99d1587 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Configuration menu
    Copy the full SHA
    ca5907b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0949a55 View commit details
    Browse the repository at this point in the history
  3. Merge pull request IntelRealSense#1075 from ev-mp/current

    Remove 0.5 pixel offset in UV-mapping
    zivsha authored Jan 29, 2018
    Configuration menu
    Copy the full SHA
    28c383b View commit details
    Browse the repository at this point in the history
  4. Merge pull request IntelRealSense#1063 from zivsha/issue_template

    Updating GitHub Issue Template
    zivsha authored Jan 29, 2018
    Configuration menu
    Copy the full SHA
    f1a3d3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffcf8ec View commit details
    Browse the repository at this point in the history
  6. Merge pull request IntelRealSense#1093 from icarpis/patch-2

    Update rs400_advanced_mode.md
    dorodnic authored Jan 29, 2018
    Configuration menu
    Copy the full SHA
    0aa5589 View commit details
    Browse the repository at this point in the history
  7. Merge pull request IntelRealSense#1074 from zivsha/warnings_warnings_…

    …everywhere
    
    Warnings and bug fix in viewer
    zivsha authored Jan 29, 2018
    Configuration menu
    Copy the full SHA
    701f000 View commit details
    Browse the repository at this point in the history
  8. Merge pull request IntelRealSense#1088 from zivsha/issue_1087_patch

    Fixing signature for rs2_set_devices_changed_callback
    zivsha authored Jan 29, 2018
    Configuration menu
    Copy the full SHA
    18e5bc5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    78861e0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    60c60df View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Configuration menu
    Copy the full SHA
    ee20a2a View commit details
    Browse the repository at this point in the history
  2. Merge pull request IntelRealSense#1073 from tingshao/add_ply_new

    [Node.js] Add exportToPly method to Points class
    Halton Huo authored Jan 30, 2018
    Configuration menu
    Copy the full SHA
    06c937d View commit details
    Browse the repository at this point in the history
  3. [Node.js] Update enum definitions

    1. Add missing visual_preset enums for sr300 and rs400
    2. Add missing enum values for format, frame_metadata, and option.
    3. Refactor enum related helper methods
    4. Correct the indent issue of enum definitions.
    5. Add more tests for enums.
    tingshao committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    6238bdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0df091 View commit details
    Browse the repository at this point in the history
  5. Target C# wrapper to .NET Framework 3.5 (instead of 4) to make it ava…

    …ilable as a Unity plugin.
    zivsha committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    5522ca9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    928dc2d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    85a1ab7 View commit details
    Browse the repository at this point in the history
  8. Fixed rs-terminal device_id parameter

    Change-Id: Ieddede997745e6f99d77bac496202a1230cae1a2
    icarpis committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    fa244f7 View commit details
    Browse the repository at this point in the history
  9. Removed meta files for plugins. Changed BGSeg shader to have grayscal…

    …e backround instead of tranparent. Rearanged Textures in Scence
    zivsha committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    28990a4 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'unity_wrapper' of https://github.com/zivsha/librealsense

    …into unity_wrapper
    zivsha committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    eb9f504 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c21b19d View commit details
    Browse the repository at this point in the history
  12. Merge pull request IntelRealSense#1096 from haoyunfeix/update-tc-1

    [nodejs] Update test cases based on node package 0.290.0 release
    Halton Huo authored Jan 30, 2018
    Configuration menu
    Copy the full SHA
    d350c64 View commit details
    Browse the repository at this point in the history
  13. Update readme.md

    zivsha authored Jan 30, 2018
    Configuration menu
    Copy the full SHA
    f4d030e View commit details
    Browse the repository at this point in the history
  14. Merge pull request IntelRealSense#1100 from zivsha/align_csharp_patch

    Align in .NET bug fix
    zivsha authored Jan 30, 2018
    Configuration menu
    Copy the full SHA
    11deaac View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    72bb4e5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f0067e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Merge pull request IntelRealSense#1097 from tingshao/add_enums_0130

    [Node.js] Update enum definitions
    Halton Huo authored Jan 31, 2018
    Configuration menu
    Copy the full SHA
    1e66580 View commit details
    Browse the repository at this point in the history
  2. Merge pull request IntelRealSense#1101 from icarpis/rs-term

    Fixing rs-terminal device_id parameter.
    Fix handling of empty frames in v4l backend
    ev-mp authored Jan 31, 2018
    Configuration menu
    Copy the full SHA
    2e9295e View commit details
    Browse the repository at this point in the history
  3. Merge pull request IntelRealSense#1092 from aangerma/development

    Added backend timestamp to metadata fields.
    ev-mp authored Jan 31, 2018
    Configuration menu
    Copy the full SHA
    556a5b7 View commit details
    Browse the repository at this point in the history
  4. Added base interface for rs2 filters to make processing a common base…

    … interface.
    
    Made draw_pointcloud() accept resolution instead of window.
    zivsha committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    a444f2c View commit details
    Browse the repository at this point in the history
  5. Simplified code for post processing exmple.

    Made the GUI look a bit nicer.
    zivsha committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    658b020 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    590faab View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Fixed typo

    zivsha authored Feb 1, 2018
    Configuration menu
    Copy the full SHA
    f47adce View commit details
    Browse the repository at this point in the history
  2. Some thread-related refactoring and additional simplification and cle…

    …arer code enhancments
    zivsha committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    da39490 View commit details
    Browse the repository at this point in the history
  3. Merge pull request IntelRealSense#1102 from zivsha/unity_wrapper

    Unity Integration
    zivsha authored Feb 1, 2018
    Configuration menu
    Copy the full SHA
    05562cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdd7608 View commit details
    Browse the repository at this point in the history
  5. Fixing GCC compilation.

    Fixing threading issue caused due to changes in disarity.
    Adding readme to sample.
    zivsha committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    fdf7aa2 View commit details
    Browse the repository at this point in the history
  6. Fixed memory leak issues

    icarpis committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    bdbb42e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Configuration menu
    Copy the full SHA
    3e4a980 View commit details
    Browse the repository at this point in the history
  2. [Node.js] Add tracking module support based on recorded files

    Add MotionFrame, MotionStreamProfile, PoseFrame and Tm2
    classes which could work on recorded .bag files.
    tingshao committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    33f9995 View commit details
    Browse the repository at this point in the history
  3. Merge pull request IntelRealSense#1116 from tingshao/add_tm2_0202

    [Node.js] Add tracking module support based on recorded files
    Halton Huo authored Feb 2, 2018
    Configuration menu
    Copy the full SHA
    c26cc75 View commit details
    Browse the repository at this point in the history
  4. Removing pybind property for getting metadata (this is not really a p…

    …roperty and caused a bug on destrcution)
    zivsha committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    13b02cb View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Adding missing function is_default and register_extrinsics_to to …

    …`stream_profile`.
    
    Adding support for `rsutil.h` functions (projection)
    zivsha committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    818e627 View commit details
    Browse the repository at this point in the history
  2. Update readme.md

    shiritbrook authored Feb 3, 2018
    Configuration menu
    Copy the full SHA
    5285629 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. Fixed typo of proccess

    zivsha committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    ac2f867 View commit details
    Browse the repository at this point in the history
  2. Update temporal filter implementation according to the reference code

    Change default credibility to the recommended value 3 // Credible if two of the last four frames are valid at this pixel.
    Improve user interface by changing "credibility control" to "holes filling" and provide description for underlying options
    
    Change-Id: I1cc82bfe95ea8df70d3a115604117a838de20bc0
    ev-mp committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    c4e702a View commit details
    Browse the repository at this point in the history
  3. Rename temporal filter credibility. Modify filter defaults

    Change-Id: I31c0ddfd94cfcb1890c413be7e9d89b2878d1eb0
    Signed-off-by: Evgeni Raikhel <[email protected]>
    ev-mp committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    7be2757 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cbfba8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request IntelRealSense#1109 from ev-mp/candidate

    Update temporal filter/ holes filling mode
    dorodnic authored Feb 4, 2018
    Configuration menu
    Copy the full SHA
    537b572 View commit details
    Browse the repository at this point in the history
  6. Add rs2::frameset::get_infrared_frame()

    Add rs2::frameset::get_infrared_frame().
    This function returns the infrared video_frame.
    If this function called with a stream index argument, It returns the infrared frame with that stream index.
    UnaNancyOwen committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    c391aa3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request IntelRealSense#1107 from muojp/fix-linter-js-on-win32

    Correct linter.js internal behavior for win32 build
    Halton Huo authored Feb 4, 2018
    Configuration menu
    Copy the full SHA
    1e9de1d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b12009a View commit details
    Browse the repository at this point in the history
  9. Merge pull request IntelRealSense#1121 from icarpis/advmd

    Ignore duplicated advanced mode parameters
    dorodnic authored Feb 4, 2018
    Configuration menu
    Copy the full SHA
    8deae84 View commit details
    Browse the repository at this point in the history
  10. Merge pull request IntelRealSense#1114 from sh0/development

    Fix compilation under Gentoo due to missing sys/sysmacros.h include.
    dorodnic authored Feb 4, 2018
    Configuration menu
    Copy the full SHA
    1303b99 View commit details
    Browse the repository at this point in the history
  11. Merge pull request IntelRealSense#1118 from zivsha/python_additions

    Python API additions
    zivsha authored Feb 4, 2018
    Configuration menu
    Copy the full SHA
    b2f42c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Configuration menu
    Copy the full SHA
    0186497 View commit details
    Browse the repository at this point in the history
  2. Provisional implementation of Aviad's algo for occlusion invalidation

    Change-Id: I35e9abe172b7f879ca6aef64e6eab643c41c1a5b
    ev-mp committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    eab4514 View commit details
    Browse the repository at this point in the history
  3. Post_processing_filters to provide UI model for the poincloud block

    Add descriptions for occlusion filters implementations.
    Add occlusion control to UI under 3D view banner
    
    Change-Id: I693a2cd1b65f844280151d32a2534e2af30f38fc
    ev-mp committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    f6a99cd View commit details
    Browse the repository at this point in the history
  4. Occlusion - override the zero pixel of mapped texture to be used as o…

    …cllusion invalidation color.
    
    Provide provisional implementation as heuristicfilter both in closed and stand-alone form for performance comparison.
    Establish container for the exhostive search implementation
    
    Change-Id: Ibb87a67caf5a82ed4116891b9fd469e514510d62
    ev-mp committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    7d55444 View commit details
    Browse the repository at this point in the history
  5. Display occlusion removal filter only when RGB UV MApping is active

    Change-Id: I59d605d9d9543ddb80b4c38c479d367917465c2b
    ev-mp committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    d7342fe View commit details
    Browse the repository at this point in the history
  6. Adaptaion of the exhostive occlusion removal algo

    WIP- debugging occlusion done
    
    Change-Id: I53d5602eae96194db8a3fda728b6380c4337755a
    ev-mp committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    337ec2b View commit details
    Browse the repository at this point in the history
  7. Remove in-place heuristic filter.

    Change pixel coordinate color in 2D view
    Adjust exhaustive filter to run with threshold
    
    Change-Id: I16f1ac66063a82fc52acf2ee3b857fe489ffa357
    ev-mp committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    8438207 View commit details
    Browse the repository at this point in the history
  8. Fixing artefact in exhaustive filter. Document occlusion filter algor…

    …ithms
    
    Change-Id: I4f47e8c94ef0a44b0296e84b2bf99c4ac6c73db0
    Signed-off-by: Evgeni Raikhel <[email protected]>
    ev-mp committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    9cf0b63 View commit details
    Browse the repository at this point in the history
  9. Remove unised invalidate_flag.

    Refactor option_model initialization for reuse by post-processing-filters
    
    Change-Id: I601af586516f9187b2c8bbcc005e0e2582208694
    ev-mp committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    4a8be97 View commit details
    Browse the repository at this point in the history
  10. Remove debug messages

    Exessive whitespaces/tabs.
    Remove unused member from function signature
    
    Change-Id: I9f0af9672dd3e250ae1109f7ee44b07b53ec39df
    Signed-off-by: Evgeni Raikhel <[email protected]>
    ev-mp committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    36bcb34 View commit details
    Browse the repository at this point in the history
  11. Add background to pixel value label in 2D view. Revert color scheme

    Change-Id: I7655b31e783c4a40fb995718936f0f4948b1a104
    ev-mp committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    38a6960 View commit details
    Browse the repository at this point in the history
  12. Disable exhaustive filter for inconclusive results. requires validation

    Change-Id: I5c2413de2d37661edc88f88289a07bb6813dc1ba
    ev-mp committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    6d53ffb View commit details
    Browse the repository at this point in the history
  13. Relocate occlusion option selector on windows resize

    Change-Id: Iadc1918f00f0a371c66283f714547b92e70cbb46
    ev-mp committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    8a92ffe View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dcfc403 View commit details
    Browse the repository at this point in the history
  15. Raw frame snapshot to use .raw file extension instead of .bin

    Change-Id: Iebebcb6dfafb44425aeb87e2323058a67ceca911
    ev-mp committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    25f49f0 View commit details
    Browse the repository at this point in the history
  16. Code review changes

    icarpis committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    ca68b73 View commit details
    Browse the repository at this point in the history
  17. Merge pull request IntelRealSense#1122 from UnaNancyOwen/get_infrared…

    …_frame
    
    Add rs2::frameset::get_infrared_frame()
    dorodnic authored Feb 5, 2018
    Configuration menu
    Copy the full SHA
    8b0d053 View commit details
    Browse the repository at this point in the history
  18. Merge pull request IntelRealSense#1111 from icarpis/memleak

    Fixed memory leak issues
    dorodnic authored Feb 5, 2018
    Configuration menu
    Copy the full SHA
    0fddfbe View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d967da5 View commit details
    Browse the repository at this point in the history
  20. Merge pull request IntelRealSense#1123 from gravityrail/master

    Fix exceptions error building node module on macOS
    Halton Huo authored Feb 5, 2018
    Configuration menu
    Copy the full SHA
    f3a80f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Merge pull request IntelRealSense#1127 from ev-mp/candidate_2

    Raw frame snapshot to use .raw extension instead of .bin
    dorodnic authored Feb 6, 2018
    Configuration menu
    Copy the full SHA
    66e0b58 View commit details
    Browse the repository at this point in the history
  2. Merge pull request IntelRealSense#1125 from icarpis/adv_cc

    Fixed an issue with ColorCorrection parameters
    dorodnic authored Feb 6, 2018
    Configuration menu
    Copy the full SHA
    3957437 View commit details
    Browse the repository at this point in the history
  3. Update readme.md

    shiritbrook authored Feb 6, 2018
    Configuration menu
    Copy the full SHA
    55e4bf1 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Update Android.md

    shiritbrook authored Feb 7, 2018
    Configuration menu
    Copy the full SHA
    e5380a8 View commit details
    Browse the repository at this point in the history
  2. Add TM1 calibration data to rs-enumerate-tool

    Change-Id: Iee4445212517a6cd63f564fb701bd3a6350fcae6
    (cherry picked from commit a6dcd61)
    
    # Conflicts:
    #	include/librealsense2/hpp/rs_frame.hpp
    ev-mp committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    ea0ed44 View commit details
    Browse the repository at this point in the history
  3. Update TM1 calibration tables parsing

    Change-Id: I9eb8fd1bc70e68ae807f2942830278de6b5371c4
    (cherry picked from commit 453bcd5)
    ev-mp committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    125f873 View commit details
    Browse the repository at this point in the history
  4. Modify TM1 calibration parsers according to the template implemented …

    …in Testers.
    
    Rectify types and table sizes
    
    Change-Id: I800fed195448592826eb40b4c56de5c8f0f238d6
    (cherry picked from commit dac5d2b)
    ev-mp committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    d6c189c View commit details
    Browse the repository at this point in the history
  5. Bug fix in generation of fisheye pose from extrinsic

    Change-Id: I
    Signed-off-by: Evgeni Raikhel <[email protected]>
    ev-mp committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    8238b71 View commit details
    Browse the repository at this point in the history
  6. Code review changes

    Change-Id: I29423cf78fc6cf8292eed55168f699d6a306d850
    ev-mp committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    f70750a View commit details
    Browse the repository at this point in the history
  7. Adding ability to construct extrinsics and intrinsics, and made their…

    … members read-write instead of readonly
    zivsha committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    53c0862 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8832284 View commit details
    Browse the repository at this point in the history
  9. Update glfw package installation formulae for OSX

    Change-Id: I83adb0f942e87c8d33fbbf6bc3b79beabc1cb0b5
    ev-mp committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    aad62fe View commit details
    Browse the repository at this point in the history
  10. Added USE_SYSTEM_LIBUSB flag to CMake file

    Change-Id: I4dc577e3127d777f3d2497476973816cd27dd75b
    icarpis committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    a0ed769 View commit details
    Browse the repository at this point in the history
  11. Correct motion extrinsic description in demo

    Change-Id: Iafcd49629bb30e0228fdd7a083ddaf8fe16709c7
    ev-mp committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    19f912e View commit details
    Browse the repository at this point in the history
  12. Merge pull request IntelRealSense#1104 from ev-mp/current

    Occlusion filter for Pointcloud from RGB and Depth streams
    ev-mp authored Feb 7, 2018
    Configuration menu
    Copy the full SHA
    b81acae View commit details
    Browse the repository at this point in the history
  13. Update readme.md

    dorodnic authored Feb 7, 2018
    Configuration menu
    Copy the full SHA
    489c9a6 View commit details
    Browse the repository at this point in the history
  14. Fixed release compilation and made rotation angle lower.

    Updated expected output to show gif
    zivsha committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    458f6cf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6cbdb6a View commit details
    Browse the repository at this point in the history
  16. Enhancements and bug fixes in viewer:

    - Rectify un-even number of Push/Pop fonts.
    - Post-processing to be turned off by default.
    - Re-enable texture selection in pointcloud 3D view.
    
    Change-Id: I6af8db8ef4e2c991d479750f2055230c38a8b177
    ev-mp committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    44171dd View commit details
    Browse the repository at this point in the history
  17. Fixed compilation for tm2

    zivsha committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    cf9fb09 View commit details
    Browse the repository at this point in the history
  18. Merge pull request IntelRealSense#1136 from ev-mp/tm1_eval

    TM1 calibration update
    dorodnic authored Feb 7, 2018
    Configuration menu
    Copy the full SHA
    4433667 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    37a1643 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Merge pull request IntelRealSense#1139 from icarpis/libusb_flag

    Added USE_SYSTEM_LIBUSB flag to CMake file
    dorodnic authored Feb 8, 2018
    Configuration menu
    Copy the full SHA
    ae1b05a View commit details
    Browse the repository at this point in the history
  2. Merge pull request IntelRealSense#1108 from zivsha/post_processing_ex…

    …ample
    
    Post Processing Demo
    dorodnic authored Feb 8, 2018
    Configuration menu
    Copy the full SHA
    45e0650 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfe29e9 View commit details
    Browse the repository at this point in the history
  4. Fix stderr redirection in the patch script

    Change-Id: Id81c96ec009887411c97c5aec1d0f3ced34f9b87
    icarpis committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    a0e1e85 View commit details
    Browse the repository at this point in the history
  5. Update readme.md

    zivsha authored Feb 8, 2018
    Configuration menu
    Copy the full SHA
    465581c View commit details
    Browse the repository at this point in the history
  6. Merge pull request IntelRealSense#1142 from zivsha/tm2

    Compilation fix for tm2 device
    zivsha authored Feb 8, 2018
    Configuration menu
    Copy the full SHA
    737729c View commit details
    Browse the repository at this point in the history
  7. Merge pull request IntelRealSense#1144 from ev-mp/viewer_fixes

    Enhancements and bug fixes in viewer
    zivsha authored Feb 8, 2018
    Configuration menu
    Copy the full SHA
    be006d6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request IntelRealSense#1138 from zivsha/register_extrin_py…

    …thon
    
    [Python] Allow extrinsics and intrinsics creation and modification
    dorodnic authored Feb 8, 2018
    Configuration menu
    Copy the full SHA
    658d672 View commit details
    Browse the repository at this point in the history
  9. Merge pull request IntelRealSense#1150 from zivsha/rosbag_inspector

    Rosbag Inspector Readme
    dorodnic authored Feb 8, 2018
    Configuration menu
    Copy the full SHA
    6f91019 View commit details
    Browse the repository at this point in the history
  10. Bump Version to 2.10.0

    zivsha committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    65af9de View commit details
    Browse the repository at this point in the history
  11. Merge pull request IntelRealSense#1151 from icarpis/patch_sc

    Fix stderr redirection in the patch script
    zivsha authored Feb 8, 2018
    Configuration menu
    Copy the full SHA
    d9a4f1f View commit details
    Browse the repository at this point in the history
  12. Merge pull request IntelRealSense#1152 from zivsha/version_bump

    Bump Version to 2.10.0
    dorodnic authored Feb 8, 2018
    Configuration menu
    Copy the full SHA
    9e13bfd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9437bc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. [Node.js] Update readme

    Add installation and setup guide for node-librealsense users.
    tingshao committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    dcc6152 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92b68f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe38a5c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Merge pull request IntelRealSense#1157 from jangernert/net_fix_sensor…

    …_info
    
    [NET Wrapper] Fix sensor info
    zivsha authored Feb 11, 2018
    Configuration menu
    Copy the full SHA
    f39dcd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eb0429 View commit details
    Browse the repository at this point in the history
  3. Merge pull request IntelRealSense#1166 from IntelRealSense/python_gcc…

    …_fix
    
    GCC internal compiler error on Python wrapper
    dorodnic authored Feb 11, 2018
    Configuration menu
    Copy the full SHA
    f11482d View commit details
    Browse the repository at this point in the history
  4. Updating public key

    dorodnic authored Feb 11, 2018
    Configuration menu
    Copy the full SHA
    099458f View commit details
    Browse the repository at this point in the history
  5. Merge tag 'v2.10.0'

    dorodnic committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    5d987c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Merge pull request IntelRealSense#1154 from tingshao/update_readme_0208

    [Node.js] Update readme
    Halton Huo authored Feb 12, 2018
    Configuration menu
    Copy the full SHA
    e91964b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9db109f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ab0659 View commit details
    Browse the repository at this point in the history
  4. Default Accel format changed to XYZ32F

    Change-Id: I66023b995221ae6f430e9e551b915a544ab2992a
    icarpis committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    80c9e7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b919f3b View commit details
    Browse the repository at this point in the history
  6. remove unnecessary checks

    jangernert committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    ecf82e4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request IntelRealSense#1158 from jangernert/net_advanced_mode

    [NET Wrapper] implement advanced mode and json configuration
    zivsha authored Feb 12, 2018
    Configuration menu
    Copy the full SHA
    1100308 View commit details
    Browse the repository at this point in the history
  8. Merge pull request IntelRealSense#1169 from SystemFriend/master

    Post Process Filters added.
    dorodnic authored Feb 12, 2018
    Configuration menu
    Copy the full SHA
    13a3746 View commit details
    Browse the repository at this point in the history
  9. Merge pull request IntelRealSense#1170 from icarpis/xyz

    Default Accel format changed to XYZ32F
    dorodnic authored Feb 12, 2018
    Configuration menu
    Copy the full SHA
    04015c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Clarify variable names in Sensor + nested classes

    All these classes are used with a pointer to a sensor, not with a device.
    f00f authored Feb 15, 2018
    Configuration menu
    Copy the full SHA
    336c7c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request IntelRealSense#1184 from f00f/patch-1

    Clarify variable names in Sensor + nested classes
    dorodnic authored Feb 15, 2018
    Configuration menu
    Copy the full SHA
    66380fd View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. Configuration menu
    Copy the full SHA
    5f1fbf1 View commit details
    Browse the repository at this point in the history