We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abbed5d commit 4fa1ee4Copy full SHA for 4fa1ee4
examples/CMakeLists.txt
@@ -251,7 +251,7 @@ dai_add_example(rgb_encoding_mono_mobilenet mixed/rgb_encoding_mono_mobilenet.cp
251
dai_add_example(rgb_encoding_mono_mobilenet_depth mixed/rgb_encoding_mono_mobilenet_depth.cpp ON)
252
dai_add_example(rgb_encoding_mobilenet mixed/rgb_encoding_mobilenet.cpp ON)
253
dai_add_example(multiple_devices mixed/multiple_devices.cpp OFF)
254
-dai_add_example(frame_sync mixed/frame_sync.cpp OFF)
+dai_add_example(frame_sync mixed/frame_sync.cpp ON)
255
256
target_compile_definitions(mono_depth_mobilenetssd PRIVATE BLOB_PATH="${mobilenet_blob}")
257
target_compile_definitions(rgb_encoding_mono_mobilenet PRIVATE BLOB_PATH="${mobilenet_blob}")
0 commit comments