forked from augcog/OpenARK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added Linux (GCC) build support; added Unity plugin; added RealSense …
…SDK 2 Support (RS2Camera.cpp/.h); changed demo and test projects to depend on stalic library, rather than re-building each source; added parameter for enabling RGB stream in SR300Camera (for Windows RSSDK), disabled by default due to performance impact. Also available in RS2Camera.
- Loading branch information
Showing
55 changed files
with
36,673 additions
and
32,907 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#include "stdafx.h" | ||
#include "version.h" | ||
#include "Version.h" | ||
#include "Converter.h" | ||
|
||
namespace ark { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.