Skip to content

Commit 687225e

Browse files
andrestrakerSSingh5845
authored andcommitted
Deprecated Python version of data collect to reduce amount of code that needs to be maintained and tested.
1 parent c46d519 commit 687225e

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

examples/bindings/python/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ set(PY_EXAMPLES
1414
streaming
1515
skeletal_tracking
1616
skeletal_tracking_in_pointcloud
17-
data_collect
1817
showPointCloud
1918
rawparser
2019
)
@@ -105,4 +104,4 @@ else()
105104
else()
106105
message(WARNING "Target 'aditof' not found. Cannot copy runtime/bindings.")
107106
endif()
108-
endif()
107+
endif()

examples/bindings/python/data_collect/CMakeLists.txt renamed to examples/bindings/python/deprecated/data_collect/CMakeLists.txt

File renamed without changes.

examples/bindings/python/data_collect/data_collect.py renamed to examples/bindings/python/deprecated/data_collect/data_collect.py

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)