forked from stereolabs/zed-sdk
-
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.
Merge pull request stereolabs#3 from stereolabs/update_from_3.3.0
Update from 3.3.0
- Loading branch information
Showing
76 changed files
with
5,197 additions
and
3,554 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
cmake_minimum_required(VERSION 3.1) | ||
PROJECT(SamplesAndTutos) | ||
|
||
OPTION(INSTALL_SAMPLES "Once build, deploy samples into bin" ON) | ||
|
||
SET(SAMPLE_LIST "") | ||
add_subdirectory("camera control/cpp") | ||
add_subdirectory("camera streaming/receiver/cpp") | ||
add_subdirectory("camera streaming/sender/cpp") | ||
add_subdirectory("depth sensing/cpp") | ||
add_subdirectory("object detection/image viewer/cpp") | ||
add_subdirectory("object detection/birds eye viewer/cpp") | ||
add_subdirectory("body tracking/cpp") | ||
add_subdirectory("plane detection/cpp") | ||
add_subdirectory("positional tracking/cpp") | ||
add_subdirectory("spatial mapping/advanced point cloud mapping/cpp") | ||
add_subdirectory("spatial mapping/basic/cpp") | ||
add_subdirectory("svo recording/export/cpp") | ||
add_subdirectory("svo recording/playback/cpp") | ||
add_subdirectory("svo recording/recording/cpp") | ||
add_subdirectory("other/cuda refocus") | ||
add_subdirectory("other/opengl gpu interop") | ||
add_subdirectory("other/multi camera/cpp") | ||
add_subdirectory("tutorials") | ||
|
||
if(${INSTALL_SAMPLES}) | ||
INSTALL(TARGETS ${SAMPLE_LIST} RUNTIME DESTINATION ${CMAKE_SOURCE_DIR}/bin) | ||
endif() |
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
Oops, something went wrong.