File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -250,6 +250,7 @@ dai_add_example(mono_depth_mobilenetssd mixed/mono_depth_mobilenetssd.cpp ON)
250250dai_add_example(rgb_encoding_mono_mobilenet mixed/rgb_encoding_mono_mobilenet.cpp ON )
251251dai_add_example(rgb_encoding_mono_mobilenet_depth mixed/rgb_encoding_mono_mobilenet_depth.cpp ON )
252252dai_add_example(rgb_encoding_mobilenet mixed/rgb_encoding_mobilenet.cpp ON )
253+ dai_add_example(multiple_devices mixed/multiple_devices.cpp OFF )
253254
254255target_compile_definitions (mono_depth_mobilenetssd PRIVATE BLOB_PATH="${mobilenet_blob} " )
255256target_compile_definitions (rgb_encoding_mono_mobilenet PRIVATE BLOB_PATH="${mobilenet_blob} " )
@@ -278,9 +279,6 @@ dai_add_example(mono_camera_control MonoCamera/mono_camera_control.cpp ON)
278279dai_add_example(mono_preview MonoCamera/mono_preview.cpp ON )
279280dai_add_example(mono_full_resolution_saver MonoCamera/mono_full_resolution_saver.cpp ON )
280281
281- # MultiDevice
282- dai_add_example(multidevice mixed/multidevice.cpp OFF )
283-
284282# NeuralNetwork
285283dai_add_example(concatenate NeuralNetwork/concat_multi_input.cpp ON )
286284dai_add_example(normalize NeuralNetwork/normalization_multi_input.cpp ON )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments