-
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
base: plusone/v2.9.0
Are you sure you want to change the base?
Commits on Jan 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8bf6c65 - Browse repository at this point
Copy the full SHA 8bf6c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19dd4b9 - Browse repository at this point
Copy the full SHA 19dd4b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 411d19b - Browse repository at this point
Copy the full SHA 411d19bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b253d4c - Browse repository at this point
Copy the full SHA b253d4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2657fb9 - Browse repository at this point
Copy the full SHA 2657fb9View commit details
Commits on Jan 15, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for fc2d67f - Browse repository at this point
Copy the full SHA fc2d67fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6444be8 - Browse repository at this point
Copy the full SHA 6444be8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f1d741 - Browse repository at this point
Copy the full SHA 2f1d741View commit details -
Enable logging multi-line messages in the viewers output tab
Change-Id: I4523ca91fe20e86262592b33bf4d6296df5f531e
Configuration menu - View commit details
-
Copy full SHA for 305df55 - Browse repository at this point
Copy the full SHA 305df55View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for efe74e1 - Browse repository at this point
Copy the full SHA efe74e1View commit details -
Added readme.md and move the functions draw_pointcloud and register_g…
…lfw_callbacks to example.hpp
Configuration menu - View commit details
-
Copy full SHA for 4c3eee7 - Browse repository at this point
Copy the full SHA 4c3eee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49461a3 - Browse repository at this point
Copy the full SHA 49461a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 042b58f - Browse repository at this point
Copy the full SHA 042b58fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d69557e - Browse repository at this point
Copy the full SHA d69557eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed094f8 - Browse repository at this point
Copy the full SHA ed094f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7c8728 - Browse repository at this point
Copy the full SHA f7c8728View commit details -
Merge remote-tracking branch 'public/development' into my_bypass
# Conflicts: # include/librealsense2/hpp/rs_internal.hpp # unit-tests/unit-tests-live.cpp
Configuration menu - View commit details
-
Copy full SHA for ca268fb - Browse repository at this point
Copy the full SHA ca268fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e39dd3e - Browse repository at this point
Copy the full SHA e39dd3eView commit details
Commits on Jan 16, 2018
-
[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
Configuration menu - View commit details
-
Copy full SHA for f4d222c - Browse repository at this point
Copy the full SHA f4d222cView commit details -
Merge pull request IntelRealSense#1014 from ev-mp/current
Depth sensor snapshot to include raw data
Configuration menu - View commit details
-
Copy full SHA for f58d2cc - Browse repository at this point
Copy the full SHA f58d2ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcadd38 - Browse repository at this point
Copy the full SHA dcadd38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3998ed1 - Browse repository at this point
Copy the full SHA 3998ed1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9e38a - Browse repository at this point
Copy the full SHA 1b9e38aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93221b0 - Browse repository at this point
Copy the full SHA 93221b0View commit details
Commits on Jan 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e28c76a - Browse repository at this point
Copy the full SHA e28c76aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e1ff4fa - Browse repository at this point
Copy the full SHA e1ff4faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7569df7 - Browse repository at this point
Copy the full SHA 7569df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27acd61 - Browse repository at this point
Copy the full SHA 27acd61View commit details -
Merge remote-tracking branch 'PublicLibrealsense/development' into ad…
…vanced_mode_panel
Configuration menu - View commit details
-
Copy full SHA for 3dffe5e - Browse repository at this point
Copy the full SHA 3dffe5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0964b8 - Browse repository at this point
Copy the full SHA f0964b8View commit details -
Merge pull request IntelRealSense#1015 from dorodnic/keep_frame
Adding frame.keep() API
Configuration menu - View commit details
-
Copy full SHA for 656025c - Browse repository at this point
Copy the full SHA 656025cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d8d8ab - Browse repository at this point
Copy the full SHA 2d8d8abView commit details -
Removed dependency of package Threads which doesn't seem
to exist, at least not in Ubuntu 16.04
Configuration menu - View commit details
-
Copy full SHA for 1ed08fb - Browse repository at this point
Copy the full SHA 1ed08fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0526dba - Browse repository at this point
Copy the full SHA 0526dbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ab8b7f - Browse repository at this point
Copy the full SHA 4ab8b7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc35a5a - Browse repository at this point
Copy the full SHA fc35a5aView commit details -
Merge branch 'development' of https://github.com/IntelRealSense/libre…
…alsense into development # Conflicts: # src/types.cpp
Configuration menu - View commit details
-
Copy full SHA for da585ca - Browse repository at this point
Copy the full SHA da585caView commit details
Commits on Jan 18, 2018
-
Merge pull request IntelRealSense#1024 from zivsha/enum_test_patch
Better Unit test failure message for enum test
Configuration menu - View commit details
-
Copy full SHA for 73d70fd - Browse repository at this point
Copy the full SHA 73d70fdView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 34d6edf - Browse repository at this point
Copy the full SHA 34d6edfView commit details -
Added support for saving and loading streams configuration.
Made advanced controls changes invalidate option to allow refreshing of preset. Fixed alignment of new panel.
Configuration menu - View commit details
-
Copy full SHA for 108e35f - Browse repository at this point
Copy the full SHA 108e35fView commit details -
Change-Id: Ia42b2b02dd0fd93b990888b14acbe5c41cea21e2
Configuration menu - View commit details
-
Copy full SHA for 608f98f - Browse repository at this point
Copy the full SHA 608f98fView commit details -
Merge pull request IntelRealSense#1031 from ev-mp/candidate
UV texture mapping to use rectified RGB rotation matrix
Configuration menu - View commit details
-
Copy full SHA for 6591923 - Browse repository at this point
Copy the full SHA 6591923View commit details -
Merge pull request IntelRealSense#1023 from ev-mp/current
Fix texture mapping in Viewer's 3D view when the device is disconnected
Configuration menu - View commit details
-
Copy full SHA for 0087d51 - Browse repository at this point
Copy the full SHA 0087d51View commit details -
Merge pull request IntelRealSense#1007 from dorodnic/measure
Adding Measure example
Configuration menu - View commit details
-
Copy full SHA for f0c68f8 - Browse repository at this point
Copy the full SHA f0c68f8View commit details -
Fixing obsolete code from commit 34d6edf
Tracked On: DSO-8308 Change-Id: I55646ebdf9259b2f57f61feaa0b77f88f2579005 Signed-off-by: Evgeni Raikhel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3fa12c8 - Browse repository at this point
Copy the full SHA 3fa12c8View commit details -
Merge pull request IntelRealSense#1032 from ev-mp/candidate
Correction for Pull Request 1014
Configuration menu - View commit details
-
Copy full SHA for e4d8fe6 - Browse repository at this point
Copy the full SHA e4d8fe6View commit details -
Merge pull request IntelRealSense#1029 from icarpis/d400_presets
Update the visual presets of D4XX cameras
Configuration menu - View commit details
-
Copy full SHA for 8af4929 - Browse repository at this point
Copy the full SHA 8af4929View commit details -
Configuration menu - View commit details
-
Copy full SHA for e96c186 - Browse repository at this point
Copy the full SHA e96c186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45e0fb0 - Browse repository at this point
Copy the full SHA 45e0fb0View commit details -
Ignoring power_line_frequency control when applying visual presets
Change-Id: If441a2a98379dfc8c3a911eb638a693ab9958edf
Configuration menu - View commit details
-
Copy full SHA for ac6acb6 - Browse repository at this point
Copy the full SHA ac6acb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dffb86 - Browse repository at this point
Copy the full SHA 1dffb86View commit details -
Fixed bug on pipeline_processing_block::handle_frame,
(added mutex to protect member)
Configuration menu - View commit details
-
Copy full SHA for cdd7c12 - Browse repository at this point
Copy the full SHA cdd7c12View commit details -
Configuration menu - View commit details
-
Copy full SHA for e249507 - Browse repository at this point
Copy the full SHA e249507View commit details -
Merge branch 'development' of https://github.com/IntelRealSense/libre…
…alsense into development # Conflicts: # src/types.cpp # unit-tests/unit-tests-live.cpp
Configuration menu - View commit details
-
Copy full SHA for 3d3aa7b - Browse repository at this point
Copy the full SHA 3d3aa7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e2e5c - Browse repository at this point
Copy the full SHA 51e2e5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1136662 - Browse repository at this point
Copy the full SHA 1136662View commit details -
Merge pull request IntelRealSense#1033 from icarpis/d400_presets
Ignoring power_line_frequency control when applying visual presets
Configuration menu - View commit details
-
Copy full SHA for 69c2b7c - Browse repository at this point
Copy the full SHA 69c2b7cView commit details -
Merge pull request IntelRealSense#1034 from zivsha/preset_panel
Presets Panel for RealSense Viewer
Configuration menu - View commit details
-
Copy full SHA for 7e7462f - Browse repository at this point
Copy the full SHA 7e7462fView commit details -
Merge pull request IntelRealSense#1018 from aangerma/development
Adding Software-Device
Configuration menu - View commit details
-
Copy full SHA for 678a8fa - Browse repository at this point
Copy the full SHA 678a8faView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce0cad0 - Browse repository at this point
Copy the full SHA ce0cad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 956bdd5 - Browse repository at this point
Copy the full SHA 956bdd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e5c4f6 - Browse repository at this point
Copy the full SHA 4e5c4f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9100a0a - Browse repository at this point
Copy the full SHA 9100a0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d170cd - Browse repository at this point
Copy the full SHA 8d170cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bed933d - Browse repository at this point
Copy the full SHA bed933dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d54ee0 - Browse repository at this point
Copy the full SHA 3d54ee0View commit details -
Merge pull request IntelRealSense#1035 from icarpis/patch-1
Update package.xml
Configuration menu - View commit details
-
Copy full SHA for 0e481dc - Browse repository at this point
Copy the full SHA 0e481dcView commit details -
Merge pull request IntelRealSense#1036 from zivsha/viewer_bug_fixes
Fixed undesired exception throwing when preset file has no streams
Configuration menu - View commit details
-
Copy full SHA for b82412d - Browse repository at this point
Copy the full SHA b82412dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b223774 - Browse repository at this point
Copy the full SHA b223774View commit details -
Merge pull request IntelRealSense#1037 from aangerma/development
Fixed merge issue
Configuration menu - View commit details
-
Copy full SHA for ba01147 - Browse repository at this point
Copy the full SHA ba01147View commit details
Commits on Jan 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f6e430b - Browse repository at this point
Copy the full SHA f6e430bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9da089 - Browse repository at this point
Copy the full SHA c9da089View commit details -
Merge pull request IntelRealSense#1026 from BjarneHerland/threads_dep…
…endency Removed dependency of package Threads
Configuration menu - View commit details
-
Copy full SHA for 805df21 - Browse repository at this point
Copy the full SHA 805df21View commit details
Commits on Jan 21, 2018
-
Adding the rs-fw-logger tool to the executables destination folder
Change-Id: Id45e02ccef5504c528432bf5251c294bfaf11d30
Configuration menu - View commit details
-
Copy full SHA for 2f3d07e - Browse repository at this point
Copy the full SHA 2f3d07eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4ce219 - Browse repository at this point
Copy the full SHA d4ce219View commit details -
Configuration menu - View commit details
-
Copy full SHA for faeca8c - Browse repository at this point
Copy the full SHA faeca8cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3485521 - Browse repository at this point
Copy the full SHA 3485521View commit details -
Merge pull request IntelRealSense#1045 from icarpis/development
Adding the rs-fw-logger tool to the executables destination folder
Configuration menu - View commit details
-
Copy full SHA for 67235d7 - Browse repository at this point
Copy the full SHA 67235d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff22d7 - Browse repository at this point
Copy the full SHA 2ff22d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26ae8e7 - Browse repository at this point
Copy the full SHA 26ae8e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e73f7b - Browse repository at this point
Copy the full SHA 5e73f7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ed3296 - Browse repository at this point
Copy the full SHA 7ed3296View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64a8d7c - Browse repository at this point
Copy the full SHA 64a8d7cView commit details
Commits on Jan 22, 2018
-
Merge pull request IntelRealSense#1004 from tingshao/release_290_new
[Node.js] Prepare for 2.9.0 release to npmjs
Configuration menu - View commit details
-
Copy full SHA for 82b12ff - Browse repository at this point
Copy the full SHA 82b12ffView commit details -
Merge pull request IntelRealSense#1022 from haoyunfeix/nodejs-test-1
[nodejs] Update test-pipeline.js forcing to use watiForFrames()
Configuration menu - View commit details
-
Copy full SHA for 8ae3cc6 - Browse repository at this point
Copy the full SHA 8ae3cc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46c36ae - Browse repository at this point
Copy the full SHA 46c36aeView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 10735d3 - Browse repository at this point
Copy the full SHA 10735d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8188bb - Browse repository at this point
Copy the full SHA d8188bbView commit details -
Merge pull request IntelRealSense#1054 from OTL/fix_mac_glfw_build
Add MacOS frameworks to fix build
Configuration menu - View commit details
-
Copy full SHA for e68a256 - Browse repository at this point
Copy the full SHA e68a256View commit details -
Merge pull request IntelRealSense#1046 from zivsha/py_readme
Update to Python README
Configuration menu - View commit details
-
Copy full SHA for 6091eb0 - Browse repository at this point
Copy the full SHA 6091eb0View commit details -
Merge pull request IntelRealSense#1052 from zivsha/unified_exposure_v…
…alue Unified exposure units
Configuration menu - View commit details
-
Copy full SHA for e688cd9 - Browse repository at this point
Copy the full SHA e688cd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e01005 - Browse repository at this point
Copy the full SHA 7e01005View commit details -
Configuration menu - View commit details
-
Copy full SHA for d18e0e7 - Browse repository at this point
Copy the full SHA d18e0e7View commit details
Commits on Jan 23, 2018
-
Merge pull request IntelRealSense#1055 from icarpis/color_ruler
Added depth map scaling ruler to realsense-viewer tool
Configuration menu - View commit details
-
Copy full SHA for 7cee5a1 - Browse repository at this point
Copy the full SHA 7cee5a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9420762 - Browse repository at this point
Copy the full SHA 9420762View commit details -
Trying to update the Travis image
Trying to update the Travis image to help with build stability
Configuration menu - View commit details
-
Copy full SHA for 22de807 - Browse repository at this point
Copy the full SHA 22de807View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0945c5 - Browse repository at this point
Copy the full SHA c0945c5View commit details -
Fixing several issues regarding color ruler length, default resolutio…
…n and default format
Configuration menu - View commit details
-
Copy full SHA for 57af58c - Browse repository at this point
Copy the full SHA 57af58cView commit details -
Merge pull request IntelRealSense#1057 from zivsha/projection_documents
Adding Projection Documentation
Configuration menu - View commit details
-
Copy full SHA for b64e9b8 - Browse repository at this point
Copy the full SHA b64e9b8View commit details
Commits on Jan 24, 2018
-
Merge pull request IntelRealSense#1047 from dorodnic/kw_fixes
Static analysis fixes
Configuration menu - View commit details
-
Copy full SHA for 44585ef - Browse repository at this point
Copy the full SHA 44585efView commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 0c77285 - Browse repository at this point
Copy the full SHA 0c77285View commit details -
Merge pull request IntelRealSense#1065 from icarpis/some_fixes
Fixing several issues regarding depth scale ruler length, default resolution and default format
Configuration menu - View commit details
-
Copy full SHA for 1a141a1 - Browse repository at this point
Copy the full SHA 1a141a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e569481 - Browse repository at this point
Copy the full SHA e569481View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 62a51f7 - Browse repository at this point
Copy the full SHA 62a51f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e8729f - Browse repository at this point
Copy the full SHA 0e8729fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7af95f9 - Browse repository at this point
Copy the full SHA 7af95f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bf59f0 - Browse repository at this point
Copy the full SHA 1bf59f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f13938 - Browse repository at this point
Copy the full SHA 6f13938View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87f93c7 - Browse repository at this point
Copy the full SHA 87f93c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25d77ca - Browse repository at this point
Copy the full SHA 25d77caView commit details
Commits on Jan 25, 2018
-
Merge pull request IntelRealSense#1062 from tingshao/add_disparity
[Node.js] Add disparity frame support
Halton Huo authoredJan 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 239a518 - Browse repository at this point
Copy the full SHA 239a518View commit details -
Merge pull request IntelRealSense#1071 from zivsha/format_security_flag
-Wformat-security
Configuration menu - View commit details
-
Copy full SHA for 9735d20 - Browse repository at this point
Copy the full SHA 9735d20View commit details -
Fixed multiple warnings (mostly on conversions).
Fixed playback panel bug when no other device exists (did not show info icon)
Configuration menu - View commit details
-
Copy full SHA for 520c20c - Browse repository at this point
Copy the full SHA 520c20cView commit details -
Undo 0.5 pixel offset when mapping pixel to texture coordinate
Tracked On: DSO-8308 Change-Id: Id43db35b3b1fba284582a1f43cbceec181265ce6 (cherry picked from commit f657787)
Configuration menu - View commit details
-
Copy full SHA for 0994f5f - Browse repository at this point
Copy the full SHA 0994f5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for adf7204 - Browse repository at this point
Copy the full SHA adf7204View commit details -
Configuration menu - View commit details
-
Copy full SHA for be2e50c - Browse repository at this point
Copy the full SHA be2e50cView commit details
Commits on Jan 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7e713cc - Browse repository at this point
Copy the full SHA 7e713ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c88be0 - Browse repository at this point
Copy the full SHA 2c88be0View commit details
Commits on Jan 28, 2018
-
Fixing signature for devices_changed_callback
Addressing issue IntelRealSense#1087, fixing linker issue when compiling usage of `rs2_set_devices_changed_callback`
Configuration menu - View commit details
-
Copy full SHA for 9e3a46a - Browse repository at this point
Copy the full SHA 9e3a46aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99d1587 - Browse repository at this point
Copy the full SHA 99d1587View commit details
Commits on Jan 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ca5907b - Browse repository at this point
Copy the full SHA ca5907bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0949a55 - Browse repository at this point
Copy the full SHA 0949a55View commit details -
Merge pull request IntelRealSense#1075 from ev-mp/current
Remove 0.5 pixel offset in UV-mapping
Configuration menu - View commit details
-
Copy full SHA for 28c383b - Browse repository at this point
Copy the full SHA 28c383bView commit details -
Merge pull request IntelRealSense#1063 from zivsha/issue_template
Updating GitHub Issue Template
Configuration menu - View commit details
-
Copy full SHA for f1a3d3b - Browse repository at this point
Copy the full SHA f1a3d3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffcf8ec - Browse repository at this point
Copy the full SHA ffcf8ecView commit details -
Merge pull request IntelRealSense#1093 from icarpis/patch-2
Update rs400_advanced_mode.md
Configuration menu - View commit details
-
Copy full SHA for 0aa5589 - Browse repository at this point
Copy the full SHA 0aa5589View commit details -
Merge pull request IntelRealSense#1074 from zivsha/warnings_warnings_…
…everywhere Warnings and bug fix in viewer
Configuration menu - View commit details
-
Copy full SHA for 701f000 - Browse repository at this point
Copy the full SHA 701f000View commit details -
Merge pull request IntelRealSense#1088 from zivsha/issue_1087_patch
Fixing signature for rs2_set_devices_changed_callback
Configuration menu - View commit details
-
Copy full SHA for 18e5bc5 - Browse repository at this point
Copy the full SHA 18e5bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78861e0 - Browse repository at this point
Copy the full SHA 78861e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60c60df - Browse repository at this point
Copy the full SHA 60c60dfView commit details
Commits on Jan 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ee20a2a - Browse repository at this point
Copy the full SHA ee20a2aView commit details -
Merge pull request IntelRealSense#1073 from tingshao/add_ply_new
[Node.js] Add exportToPly method to Points class
Halton Huo authoredJan 30, 2018 Configuration menu - View commit details
-
Copy full SHA for 06c937d - Browse repository at this point
Copy the full SHA 06c937dView commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 6238bdc - Browse repository at this point
Copy the full SHA 6238bdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0df091 - Browse repository at this point
Copy the full SHA c0df091View commit details -
Target C# wrapper to .NET Framework 3.5 (instead of 4) to make it ava…
…ilable as a Unity plugin.
Configuration menu - View commit details
-
Copy full SHA for 5522ca9 - Browse repository at this point
Copy the full SHA 5522ca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 928dc2d - Browse repository at this point
Copy the full SHA 928dc2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85a1ab7 - Browse repository at this point
Copy the full SHA 85a1ab7View commit details -
Fixed rs-terminal device_id parameter
Change-Id: Ieddede997745e6f99d77bac496202a1230cae1a2
Configuration menu - View commit details
-
Copy full SHA for fa244f7 - Browse repository at this point
Copy the full SHA fa244f7View commit details -
Removed meta files for plugins. Changed BGSeg shader to have grayscal…
…e backround instead of tranparent. Rearanged Textures in Scence
Configuration menu - View commit details
-
Copy full SHA for 28990a4 - Browse repository at this point
Copy the full SHA 28990a4View commit details -
Merge branch 'unity_wrapper' of https://github.com/zivsha/librealsense …
…into unity_wrapper
Configuration menu - View commit details
-
Copy full SHA for eb9f504 - Browse repository at this point
Copy the full SHA eb9f504View commit details -
Configuration menu - View commit details
-
Copy full SHA for c21b19d - Browse repository at this point
Copy the full SHA c21b19dView commit details -
Merge pull request IntelRealSense#1096 from haoyunfeix/update-tc-1
[nodejs] Update test cases based on node package 0.290.0 release
Halton Huo authoredJan 30, 2018 Configuration menu - View commit details
-
Copy full SHA for d350c64 - Browse repository at this point
Copy the full SHA d350c64View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4d030e - Browse repository at this point
Copy the full SHA f4d030eView commit details -
Merge pull request IntelRealSense#1100 from zivsha/align_csharp_patch
Align in .NET bug fix
Configuration menu - View commit details
-
Copy full SHA for 11deaac - Browse repository at this point
Copy the full SHA 11deaacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72bb4e5 - Browse repository at this point
Copy the full SHA 72bb4e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0067e7 - Browse repository at this point
Copy the full SHA f0067e7View commit details
Commits on Jan 31, 2018
-
Merge pull request IntelRealSense#1097 from tingshao/add_enums_0130
[Node.js] Update enum definitions
Halton Huo authoredJan 31, 2018 Configuration menu - View commit details
-
Copy full SHA for 1e66580 - Browse repository at this point
Copy the full SHA 1e66580View commit details -
Merge pull request IntelRealSense#1101 from icarpis/rs-term
Fixing rs-terminal device_id parameter. Fix handling of empty frames in v4l backend
Configuration menu - View commit details
-
Copy full SHA for 2e9295e - Browse repository at this point
Copy the full SHA 2e9295eView commit details -
Merge pull request IntelRealSense#1092 from aangerma/development
Added backend timestamp to metadata fields.
Configuration menu - View commit details
-
Copy full SHA for 556a5b7 - Browse repository at this point
Copy the full SHA 556a5b7View commit details -
Added base interface for rs2 filters to make processing a common base…
… interface. Made draw_pointcloud() accept resolution instead of window.
Configuration menu - View commit details
-
Copy full SHA for a444f2c - Browse repository at this point
Copy the full SHA a444f2cView commit details -
Simplified code for post processing exmple.
Made the GUI look a bit nicer.
Configuration menu - View commit details
-
Copy full SHA for 658b020 - Browse repository at this point
Copy the full SHA 658b020View commit details -
Configuration menu - View commit details
-
Copy full SHA for 590faab - Browse repository at this point
Copy the full SHA 590faabView commit details
Commits on Feb 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f47adce - Browse repository at this point
Copy the full SHA f47adceView commit details -
Some thread-related refactoring and additional simplification and cle…
…arer code enhancments
Configuration menu - View commit details
-
Copy full SHA for da39490 - Browse repository at this point
Copy the full SHA da39490View commit details -
Merge pull request IntelRealSense#1102 from zivsha/unity_wrapper
Unity Integration
Configuration menu - View commit details
-
Copy full SHA for 05562cf - Browse repository at this point
Copy the full SHA 05562cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd7608 - Browse repository at this point
Copy the full SHA cdd7608View commit details -
Fixing threading issue caused due to changes in disarity. Adding readme to sample.
Configuration menu - View commit details
-
Copy full SHA for fdf7aa2 - Browse repository at this point
Copy the full SHA fdf7aa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdbb42e - Browse repository at this point
Copy the full SHA bdbb42eView commit details
Commits on Feb 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3e4a980 - Browse repository at this point
Copy the full SHA 3e4a980View commit details -
[Node.js] Add tracking module support based on recorded files
Add MotionFrame, MotionStreamProfile, PoseFrame and Tm2 classes which could work on recorded .bag files.
Configuration menu - View commit details
-
Copy full SHA for 33f9995 - Browse repository at this point
Copy the full SHA 33f9995View commit details -
Merge pull request IntelRealSense#1116 from tingshao/add_tm2_0202
[Node.js] Add tracking module support based on recorded files
Halton Huo authoredFeb 2, 2018 Configuration menu - View commit details
-
Copy full SHA for c26cc75 - Browse repository at this point
Copy the full SHA c26cc75View commit details -
Removing pybind property for getting metadata (this is not really a p…
…roperty and caused a bug on destrcution)
Configuration menu - View commit details
-
Copy full SHA for 13b02cb - Browse repository at this point
Copy the full SHA 13b02cbView commit details
Commits on Feb 3, 2018
-
Adding missing function
is_default
andregister_extrinsics_to
to ……`stream_profile`. Adding support for `rsutil.h` functions (projection)
Configuration menu - View commit details
-
Copy full SHA for 818e627 - Browse repository at this point
Copy the full SHA 818e627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5285629 - Browse repository at this point
Copy the full SHA 5285629View commit details
Commits on Feb 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ac2f867 - Browse repository at this point
Copy the full SHA ac2f867View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c4e702a - Browse repository at this point
Copy the full SHA c4e702aView commit details -
Rename temporal filter credibility. Modify filter defaults
Change-Id: I31c0ddfd94cfcb1890c413be7e9d89b2878d1eb0 Signed-off-by: Evgeni Raikhel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7be2757 - Browse repository at this point
Copy the full SHA 7be2757View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cbfba8 - Browse repository at this point
Copy the full SHA 9cbfba8View commit details -
Merge pull request IntelRealSense#1109 from ev-mp/candidate
Update temporal filter/ holes filling mode
Configuration menu - View commit details
-
Copy full SHA for 537b572 - Browse repository at this point
Copy the full SHA 537b572View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c391aa3 - Browse repository at this point
Copy the full SHA c391aa3View commit details -
Merge pull request IntelRealSense#1107 from muojp/fix-linter-js-on-win32
Correct linter.js internal behavior for win32 build
Halton Huo authoredFeb 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 1e9de1d - Browse repository at this point
Copy the full SHA 1e9de1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b12009a - Browse repository at this point
Copy the full SHA b12009aView commit details -
Merge pull request IntelRealSense#1121 from icarpis/advmd
Ignore duplicated advanced mode parameters
Configuration menu - View commit details
-
Copy full SHA for 8deae84 - Browse repository at this point
Copy the full SHA 8deae84View commit details -
Merge pull request IntelRealSense#1114 from sh0/development
Fix compilation under Gentoo due to missing sys/sysmacros.h include.
Configuration menu - View commit details
-
Copy full SHA for 1303b99 - Browse repository at this point
Copy the full SHA 1303b99View commit details -
Merge pull request IntelRealSense#1118 from zivsha/python_additions
Python API additions
Configuration menu - View commit details
-
Copy full SHA for b2f42c4 - Browse repository at this point
Copy the full SHA b2f42c4View commit details
Commits on Feb 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0186497 - Browse repository at this point
Copy the full SHA 0186497View commit details -
Provisional implementation of Aviad's algo for occlusion invalidation
Change-Id: I35e9abe172b7f879ca6aef64e6eab643c41c1a5b
Configuration menu - View commit details
-
Copy full SHA for eab4514 - Browse repository at this point
Copy the full SHA eab4514View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f6a99cd - Browse repository at this point
Copy the full SHA f6a99cdView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7d55444 - Browse repository at this point
Copy the full SHA 7d55444View commit details -
Display occlusion removal filter only when RGB UV MApping is active
Change-Id: I59d605d9d9543ddb80b4c38c479d367917465c2b
Configuration menu - View commit details
-
Copy full SHA for d7342fe - Browse repository at this point
Copy the full SHA d7342feView commit details -
Adaptaion of the exhostive occlusion removal algo
WIP- debugging occlusion done Change-Id: I53d5602eae96194db8a3fda728b6380c4337755a
Configuration menu - View commit details
-
Copy full SHA for 337ec2b - Browse repository at this point
Copy the full SHA 337ec2bView commit details -
Remove in-place heuristic filter.
Change pixel coordinate color in 2D view Adjust exhaustive filter to run with threshold Change-Id: I16f1ac66063a82fc52acf2ee3b857fe489ffa357
Configuration menu - View commit details
-
Copy full SHA for 8438207 - Browse repository at this point
Copy the full SHA 8438207View commit details -
Fixing artefact in exhaustive filter. Document occlusion filter algor…
…ithms Change-Id: I4f47e8c94ef0a44b0296e84b2bf99c4ac6c73db0 Signed-off-by: Evgeni Raikhel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9cf0b63 - Browse repository at this point
Copy the full SHA 9cf0b63View commit details -
Remove unised invalidate_flag.
Refactor option_model initialization for reuse by post-processing-filters Change-Id: I601af586516f9187b2c8bbcc005e0e2582208694
Configuration menu - View commit details
-
Copy full SHA for 4a8be97 - Browse repository at this point
Copy the full SHA 4a8be97View commit details -
Exessive whitespaces/tabs. Remove unused member from function signature Change-Id: I9f0af9672dd3e250ae1109f7ee44b07b53ec39df Signed-off-by: Evgeni Raikhel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36bcb34 - Browse repository at this point
Copy the full SHA 36bcb34View commit details -
Add background to pixel value label in 2D view. Revert color scheme
Change-Id: I7655b31e783c4a40fb995718936f0f4948b1a104
Configuration menu - View commit details
-
Copy full SHA for 38a6960 - Browse repository at this point
Copy the full SHA 38a6960View commit details -
Disable exhaustive filter for inconclusive results. requires validation
Change-Id: I5c2413de2d37661edc88f88289a07bb6813dc1ba
Configuration menu - View commit details
-
Copy full SHA for 6d53ffb - Browse repository at this point
Copy the full SHA 6d53ffbView commit details -
Relocate occlusion option selector on windows resize
Change-Id: Iadc1918f00f0a371c66283f714547b92e70cbb46
Configuration menu - View commit details
-
Copy full SHA for 8a92ffe - Browse repository at this point
Copy the full SHA 8a92ffeView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcfc403 - Browse repository at this point
Copy the full SHA dcfc403View commit details -
Raw frame snapshot to use .raw file extension instead of .bin
Change-Id: Iebebcb6dfafb44425aeb87e2323058a67ceca911
Configuration menu - View commit details
-
Copy full SHA for 25f49f0 - Browse repository at this point
Copy the full SHA 25f49f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca68b73 - Browse repository at this point
Copy the full SHA ca68b73View commit details -
Merge pull request IntelRealSense#1122 from UnaNancyOwen/get_infrared…
…_frame Add rs2::frameset::get_infrared_frame()
Configuration menu - View commit details
-
Copy full SHA for 8b0d053 - Browse repository at this point
Copy the full SHA 8b0d053View commit details -
Merge pull request IntelRealSense#1111 from icarpis/memleak
Fixed memory leak issues
Configuration menu - View commit details
-
Copy full SHA for 0fddfbe - Browse repository at this point
Copy the full SHA 0fddfbeView commit details -
Merge pull request IntelRealSense#1117 from zivsha/python_free_bug
Python free() bug
Configuration menu - View commit details
-
Copy full SHA for d967da5 - Browse repository at this point
Copy the full SHA d967da5View commit details -
Merge pull request IntelRealSense#1123 from gravityrail/master
Fix exceptions error building node module on macOS
Halton Huo authoredFeb 5, 2018 Configuration menu - View commit details
-
Copy full SHA for f3a80f7 - Browse repository at this point
Copy the full SHA f3a80f7View commit details
Commits on Feb 6, 2018
-
Merge pull request IntelRealSense#1127 from ev-mp/candidate_2
Raw frame snapshot to use .raw extension instead of .bin
Configuration menu - View commit details
-
Copy full SHA for 66e0b58 - Browse repository at this point
Copy the full SHA 66e0b58View commit details -
Merge pull request IntelRealSense#1125 from icarpis/adv_cc
Fixed an issue with ColorCorrection parameters
Configuration menu - View commit details
-
Copy full SHA for 3957437 - Browse repository at this point
Copy the full SHA 3957437View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55e4bf1 - Browse repository at this point
Copy the full SHA 55e4bf1View commit details
Commits on Feb 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e5380a8 - Browse repository at this point
Copy the full SHA e5380a8View commit details -
Add TM1 calibration data to rs-enumerate-tool
Change-Id: Iee4445212517a6cd63f564fb701bd3a6350fcae6 (cherry picked from commit a6dcd61) # Conflicts: # include/librealsense2/hpp/rs_frame.hpp
Configuration menu - View commit details
-
Copy full SHA for ea0ed44 - Browse repository at this point
Copy the full SHA ea0ed44View commit details -
Update TM1 calibration tables parsing
Change-Id: I9eb8fd1bc70e68ae807f2942830278de6b5371c4 (cherry picked from commit 453bcd5)
Configuration menu - View commit details
-
Copy full SHA for 125f873 - Browse repository at this point
Copy the full SHA 125f873View commit details -
Modify TM1 calibration parsers according to the template implemented …
…in Testers. Rectify types and table sizes Change-Id: I800fed195448592826eb40b4c56de5c8f0f238d6 (cherry picked from commit dac5d2b)
Configuration menu - View commit details
-
Copy full SHA for d6c189c - Browse repository at this point
Copy the full SHA d6c189cView commit details -
Bug fix in generation of fisheye pose from extrinsic
Change-Id: I Signed-off-by: Evgeni Raikhel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8238b71 - Browse repository at this point
Copy the full SHA 8238b71View commit details -
Change-Id: I29423cf78fc6cf8292eed55168f699d6a306d850
Configuration menu - View commit details
-
Copy full SHA for f70750a - Browse repository at this point
Copy the full SHA f70750aView commit details -
Adding ability to construct extrinsics and intrinsics, and made their…
… members read-write instead of readonly
Configuration menu - View commit details
-
Copy full SHA for 53c0862 - Browse repository at this point
Copy the full SHA 53c0862View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8832284 - Browse repository at this point
Copy the full SHA 8832284View commit details -
Update glfw package installation formulae for OSX
Change-Id: I83adb0f942e87c8d33fbbf6bc3b79beabc1cb0b5
Configuration menu - View commit details
-
Copy full SHA for aad62fe - Browse repository at this point
Copy the full SHA aad62feView commit details -
Added USE_SYSTEM_LIBUSB flag to CMake file
Change-Id: I4dc577e3127d777f3d2497476973816cd27dd75b
Configuration menu - View commit details
-
Copy full SHA for a0ed769 - Browse repository at this point
Copy the full SHA a0ed769View commit details -
Correct motion extrinsic description in demo
Change-Id: Iafcd49629bb30e0228fdd7a083ddaf8fe16709c7
Configuration menu - View commit details
-
Copy full SHA for 19f912e - Browse repository at this point
Copy the full SHA 19f912eView commit details -
Merge pull request IntelRealSense#1104 from ev-mp/current
Occlusion filter for Pointcloud from RGB and Depth streams
Configuration menu - View commit details
-
Copy full SHA for b81acae - Browse repository at this point
Copy the full SHA b81acaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 489c9a6 - Browse repository at this point
Copy the full SHA 489c9a6View commit details -
Fixed release compilation and made rotation angle lower.
Updated expected output to show gif
Configuration menu - View commit details
-
Copy full SHA for 458f6cf - Browse repository at this point
Copy the full SHA 458f6cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cbdb6a - Browse repository at this point
Copy the full SHA 6cbdb6aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 44171dd - Browse repository at this point
Copy the full SHA 44171ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf9fb09 - Browse repository at this point
Copy the full SHA cf9fb09View commit details -
Merge pull request IntelRealSense#1136 from ev-mp/tm1_eval
TM1 calibration update
Configuration menu - View commit details
-
Copy full SHA for 4433667 - Browse repository at this point
Copy the full SHA 4433667View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37a1643 - Browse repository at this point
Copy the full SHA 37a1643View commit details
Commits on Feb 8, 2018
-
Merge pull request IntelRealSense#1139 from icarpis/libusb_flag
Added USE_SYSTEM_LIBUSB flag to CMake file
Configuration menu - View commit details
-
Copy full SHA for ae1b05a - Browse repository at this point
Copy the full SHA ae1b05aView commit details -
Merge pull request IntelRealSense#1108 from zivsha/post_processing_ex…
…ample Post Processing Demo
Configuration menu - View commit details
-
Copy full SHA for 45e0650 - Browse repository at this point
Copy the full SHA 45e0650View commit details -
Renamed rosbag_inspector folder, Added readme and added link to tool …
…in tools' readme
Configuration menu - View commit details
-
Copy full SHA for cfe29e9 - Browse repository at this point
Copy the full SHA cfe29e9View commit details -
Fix stderr redirection in the patch script
Change-Id: Id81c96ec009887411c97c5aec1d0f3ced34f9b87
Configuration menu - View commit details
-
Copy full SHA for a0e1e85 - Browse repository at this point
Copy the full SHA a0e1e85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 465581c - Browse repository at this point
Copy the full SHA 465581cView commit details -
Merge pull request IntelRealSense#1142 from zivsha/tm2
Compilation fix for tm2 device
Configuration menu - View commit details
-
Copy full SHA for 737729c - Browse repository at this point
Copy the full SHA 737729cView commit details -
Merge pull request IntelRealSense#1144 from ev-mp/viewer_fixes
Enhancements and bug fixes in viewer
Configuration menu - View commit details
-
Copy full SHA for be006d6 - Browse repository at this point
Copy the full SHA be006d6View commit details -
Merge pull request IntelRealSense#1138 from zivsha/register_extrin_py…
…thon [Python] Allow extrinsics and intrinsics creation and modification
Configuration menu - View commit details
-
Copy full SHA for 658d672 - Browse repository at this point
Copy the full SHA 658d672View commit details -
Merge pull request IntelRealSense#1150 from zivsha/rosbag_inspector
Rosbag Inspector Readme
Configuration menu - View commit details
-
Copy full SHA for 6f91019 - Browse repository at this point
Copy the full SHA 6f91019View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65af9de - Browse repository at this point
Copy the full SHA 65af9deView commit details -
Merge pull request IntelRealSense#1151 from icarpis/patch_sc
Fix stderr redirection in the patch script
Configuration menu - View commit details
-
Copy full SHA for d9a4f1f - Browse repository at this point
Copy the full SHA d9a4f1fView commit details -
Merge pull request IntelRealSense#1152 from zivsha/version_bump
Bump Version to 2.10.0
Configuration menu - View commit details
-
Copy full SHA for 9e13bfd - Browse repository at this point
Copy the full SHA 9e13bfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9437bc2 - Browse repository at this point
Copy the full SHA 9437bc2View commit details
Commits on Feb 9, 2018
-
Add installation and setup guide for node-librealsense users.
Configuration menu - View commit details
-
Copy full SHA for dcc6152 - Browse repository at this point
Copy the full SHA dcc6152View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92b68f0 - Browse repository at this point
Copy the full SHA 92b68f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe38a5c - Browse repository at this point
Copy the full SHA fe38a5cView commit details
Commits on Feb 11, 2018
-
Merge pull request IntelRealSense#1157 from jangernert/net_fix_sensor…
…_info [NET Wrapper] Fix sensor info
Configuration menu - View commit details
-
Copy full SHA for f39dcd8 - Browse repository at this point
Copy the full SHA f39dcd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eb0429 - Browse repository at this point
Copy the full SHA 1eb0429View commit details -
Merge pull request IntelRealSense#1166 from IntelRealSense/python_gcc…
…_fix GCC internal compiler error on Python wrapper
Configuration menu - View commit details
-
Copy full SHA for f11482d - Browse repository at this point
Copy the full SHA f11482dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 099458f - Browse repository at this point
Copy the full SHA 099458fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d987c4 - Browse repository at this point
Copy the full SHA 5d987c4View commit details
Commits on Feb 12, 2018
-
Merge pull request IntelRealSense#1154 from tingshao/update_readme_0208
[Node.js] Update readme
Halton Huo authoredFeb 12, 2018 Configuration menu - View commit details
-
Copy full SHA for e91964b - Browse repository at this point
Copy the full SHA e91964bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9db109f - Browse repository at this point
Copy the full SHA 9db109fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ab0659 - Browse repository at this point
Copy the full SHA 9ab0659View commit details -
Default Accel format changed to XYZ32F
Change-Id: I66023b995221ae6f430e9e551b915a544ab2992a
Configuration menu - View commit details
-
Copy full SHA for 80c9e7e - Browse repository at this point
Copy the full SHA 80c9e7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b919f3b - Browse repository at this point
Copy the full SHA b919f3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf82e4 - Browse repository at this point
Copy the full SHA ecf82e4View commit details -
Merge pull request IntelRealSense#1158 from jangernert/net_advanced_mode
[NET Wrapper] implement advanced mode and json configuration
Configuration menu - View commit details
-
Copy full SHA for 1100308 - Browse repository at this point
Copy the full SHA 1100308View commit details -
Merge pull request IntelRealSense#1169 from SystemFriend/master
Post Process Filters added.
Configuration menu - View commit details
-
Copy full SHA for 13a3746 - Browse repository at this point
Copy the full SHA 13a3746View commit details -
Merge pull request IntelRealSense#1170 from icarpis/xyz
Default Accel format changed to XYZ32F
Configuration menu - View commit details
-
Copy full SHA for 04015c7 - Browse repository at this point
Copy the full SHA 04015c7View commit details
Commits on Feb 15, 2018
-
Clarify variable names in Sensor + nested classes
All these classes are used with a pointer to a sensor, not with a device.
Configuration menu - View commit details
-
Copy full SHA for 336c7c8 - Browse repository at this point
Copy the full SHA 336c7c8View commit details -
Merge pull request IntelRealSense#1184 from f00f/patch-1
Clarify variable names in Sensor + nested classes
Configuration menu - View commit details
-
Copy full SHA for 66380fd - Browse repository at this point
Copy the full SHA 66380fdView commit details
Commits on Feb 16, 2018
-
Changed for scheduling to static and fixed the number of threads for …
…color conversion
Configuration menu - View commit details
-
Copy full SHA for 5f1fbf1 - Browse repository at this point
Copy the full SHA 5f1fbf1View commit details