Matt Schulte
ff2c228606
Turn on "--link-as-needed" linker flag ( #348 )
2019-05-15 15:30:56 -07:00
Matt Schulte
cd55fd4b5a
Turns on position independent code for Linux ( #346 )
...
* Turns on position independent code for Linux executables
2019-05-15 15:06:11 -07:00
Brent Allen
c7f0a9959a
Update building.md
...
Fixes #341
2019-05-15 14:40:58 -07:00
Brent Allen
41bc128bae
Added k4a.hpp to output ( #344 )
2019-05-15 14:04:39 -07:00
Erica Towle
56b5b35dd3
Added MR Dev Program link to the README.md ( #342 )
2019-05-15 10:35:29 -07:00
Brent Allen
5f435294c4
Update README.md
2019-05-10 13:15:00 -07:00
Brent Allen
8cf757ab98
Update issue templates
2019-05-10 13:04:10 -07:00
Minshik Park
334efd4356
Fix functional test failure. ( #336 )
...
- Recover exposure value and mode to default after colorExposureTest
- Change EXPECT_EQ to warning message.
2019-05-08 11:33:21 -07:00
Minshik Park
f8ffb24f6c
New API to query color camera control capabilities. ( #319 )
...
* New API to query color camera control capabilities.
* Fix clang
* Turn on valid flag in Windows build.
* Address review comment - change variable name.
* Address review comments - add default value validation
* Address review comments.
* Add some comment and default mode/value validation on functional test
2019-05-07 14:23:44 -07:00
Matt Schulte
2a8a5a324f
Remove Windows only sse ( #317 )
...
* Remove Windows only sse
* Set GCC/Clang flag for SSE4.1
* Move all code the sse4.1
* Fixed alignment issues by forcing clang to assume alignment
2019-05-07 10:57:01 -07:00
Derek M
df45aaa94a
Enabling C# functional tests during build ( #327 )
...
* Include the C# binaries in the artifacts.
* Run the C# functional tests as part of the functional test job.
2019-05-07 09:54:00 -07:00
Brent Allen
31af5a4e79
Merge remote-tracking branch 'upstream/develop' into feature/csharp
2019-05-06 15:30:10 -07:00
Brent Allen
4c052cba6d
User/brenta/downloadlink ( #326 )
...
* Update README.md to include link to MSI download
2019-05-03 15:03:37 -07:00
Derek M
5f56c1e951
C# Build Integration ( #316 )
...
* Adding the C# build to the Azure Pipeline.
* Standardizing names of projects and aligning project and folder names.
* Removing the C# unit test's runtime dependency on the Binary folder.
2019-05-03 14:06:22 -07:00
Tsukasa Sugiura
e251a5269c
Fix error C2001 on multibyte character environment ( #321 )
...
Fix error C2001 on multibyte character environment by add compile option to specify character set.
2019-05-03 10:37:25 -07:00
Matt Schulte
8dc9fdd54f
Linux binaries search local path for shared objects ( #315 )
...
All Linux binaries have RUNPATH set to $ORIGIN to search local directories for shared objects
2019-05-02 10:51:52 -07:00
Brent Allen
a4b7f05e6c
Removed explicit argument
...
For better C# version compatibility
2019-05-02 08:23:04 -07:00
Brent Allen
a694e9035e
Update pull_request_template.md
2019-05-02 07:52:53 -07:00
Jacob Wirth
95f1d95f1f
K4ARecord cmake project cleanup ( #299 )
...
* Move k4arecorder to tools/
Add k4aRecordConfig.cmake
Remove some unnecessary unique_ptr objects from record context
* Fix k4aTargets export
* Fix build
* Fix build (#304 )
* Fix find_package(k4arecord)
* Whoops
* Case sensitive rename.............
* Another cmake fix
2019-05-01 17:48:56 -04:00
Brent Allen
cca319d381
Update README.md
2019-05-01 14:44:10 -07:00
Brent Allen
2545f36206
Update README.md
2019-05-01 14:42:49 -07:00
Brent Allen
27c1616fce
Create depthengine.md
2019-05-01 14:40:21 -07:00
Brent Allen
df691c98fe
Update usage.md
2019-05-01 14:34:24 -07:00
Brent Allen
5bf5c1611e
Update and rename feature-request--enhacement-.md to feature-request--enhancement-.md
2019-05-01 13:50:54 -07:00
Brent Allen
fce42c02a0
Create pull_request_template.md
2019-05-01 13:26:15 -07:00
Brent Allen
d6f04d94e5
Update issue templates
2019-05-01 13:14:12 -07:00
Brent Allen
c84b1b390a
Update issue templates ( #309 )
2019-05-01 12:48:56 -07:00
Chris Edmonds
feecae0456
Add information on reporting vulnerabilities to README ( #305 )
...
* Add information on reporting vulnerabilities
* Update README.md
2019-05-01 11:18:55 -07:00
Brent Allen
e796be57d4
Switch from IUnsafeImage to void* for buffer access ( #307 )
...
* Added default Open overload
* Changed UnsafeBufferPointer to void*
2019-05-01 10:52:54 -07:00
wes-b
b6681d0bfd
Added text ( #308 )
2019-05-01 10:34:56 -07:00
Brent Allen
c0f481f337
Merge branch 'develop' of https://github.com/Microsoft/Azure-Kinect-Sensor-SDK into feature/csharp
2019-04-30 16:01:29 -07:00
Matt Schulte
92952dcd17
Update readme to point to public CI and added logo ( #298 )
...
This fixes #297
2019-04-30 09:29:17 -07:00
Matt Schulte
d319f80534
Fix git submodule command in dependencies.md ( #296 )
...
Fixes #295
2019-04-29 17:55:41 -07:00
Brent Allen
f5a8c03589
Switched firmware and connection tool away from universal packages ( #289 )
...
* Switched firmware and findconnectedport tool away from universal packages
* Shortened job names
2019-04-29 17:13:31 -07:00
Minshik Park
96a3369a13
Remove K4A_COLOR_CONTROL_AUTO_EXPOSURE_PRIORITY control ( #277 )
...
* Remove K4A_COLOR_CONTROL_AUTO_EXPOSURE_PRIORITY control
* Keep K4A_COLOR_CONTROL_AUTO_EXPOSURE_PRIORITY but do nothing for it with warning message.
* Fix linux build error.
* Another build fix for Linux
* Address review comments
* Try to ignore clang error for deprecated
* Fix clang
* Remove \deprecated tag.
* Explicitly set exposure priority get value as 0 which is current firmwre behaviour.
* Fix clang
2019-04-29 14:09:26 -07:00
wes-b
d1810d4b04
Cleanup up readme.md of other repo documentation. ( #267 )
...
* Scrubbed docs
* Fixing block quotes, and line wraps
* addressing PR feedback
* More Feedback
* Addressing more feedback
2019-04-29 12:34:30 -07:00
Derek M
6653488b0d
Increase logging verbosity for the Linux Firmware Update ( #280 )
...
* Increase logging verbosity for the Linux Firmware Update in hopes to get more data for some lab failures.
* Fixing some flow issues to error out correctly when waiting for a device to update.
* Allowing retries of the open device when reconnecting to a device after a reboot.
2019-04-26 15:49:55 -07:00
Brent Allen
7cfa67724a
Merge pull request #286 from Microsoft/develop
...
Merge develop into feature/csharp
2019-04-26 15:27:05 -07:00
Matt Schulte
3e862f87a2
Merge pull request #287 from Microsoft/merge_release_into_develop
...
Merge release/1.0.x into develop
2019-04-26 15:21:23 -07:00
Matt Schulte
995b277a46
Merge branch 'develop' into merge_release_into_develop
2019-04-26 14:45:41 -07:00
Jacob Wirth
3bca62cb92
Add External Sync Playback example ( #274 )
...
* Add external sync playback example
* Add code comments
* Remove unused comment
* Fix linux build breaks
* Another build fix
* PR review comments
2019-04-26 17:22:51 -04:00
Matt Schulte
99ad7c642d
Merge branch 'develop' into merge_release_into_develop
2019-04-26 13:31:29 -07:00
Chris Edmonds
43b169c663
Update depth engine pointer to 1.0.5 ( #254 )
...
* Update depth engine pointer to 1.0.4
* Update depth engine pointer to 1.0.5
2019-04-26 13:20:57 -07:00
Matt Schulte
b8ca46664f
Merge branch 'develop' into merge_release_into_develop
2019-04-26 12:58:07 -07:00
Jacob Wirth
0e3e884024
Remove extra instances of -Wdouble-promotion ( #281 )
2019-04-26 14:38:00 -04:00
Matt Schulte
b2138f7344
Merge branch 'release/1.0.x' into merge_release_into_develop
2019-04-26 09:45:05 -07:00
Brent Allen
be1bb68000
Added tests and improved FxCop compliance ( #283 )
...
* Added tests and made API changes for FxCop
* Added default Open overload
2019-04-26 09:15:58 -07:00
Matt Schulte
4f0c4bdc40
Updates firmware to version 1.6.987014 ( #282 )
2019-04-26 08:40:29 -07:00
Jacob Wirth
29ef39dd66
Fix build in Ubuntu 18.04 clang 6.0.0 ( #276 )
...
* Fix build in Ubuntu 18.04 clang 6.0.0
* Globally allow double-promotion instead of on a case-by-case basis
2019-04-25 18:10:44 -04:00
Billy Price
1e02477c5d
K4AViewer: drop 'auto exposure priority' color control ( #273 )
...
The device firmware doesn't support modifying the auto exposure priority, so remove the UI control from the viewer.
2019-04-25 12:45:48 -07:00