[realsense2] Update to v2.16.1 (#4436)

Update realsense2 port to librealsense v2.16.1.
This commit is contained in:
Tsukasa Sugiura 2018-10-12 21:46:21 +09:00 committed by Robert Schumacher
parent 91ceded42b
commit 59df8b1029
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: realsense2
Version: 2.13.0
Version: 2.16.1
Description: Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300).
Feature: tools

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO IntelRealSense/librealsense
REF v2.13.0
SHA512 5cee1371e83a0bcd24829c073c064c630347a6f69b59377603a75b5d036c6306e9b36285a7deef519bd63a42dfaf933c99709a25942407be97f1791361c4becf
REF v2.16.1
SHA512 e030f7b1833db787b8976ead734535fb2209a19317d74d4f68bd8f8cae38abe2343d584e88131a1a66bf6f9f1c0a17bc2c64540841a74cf6300fecf3e69f9dff
HEAD_REF development
)