prophesee-ai / openeb

Open source SDK to create applications leveraging event-based vision hardware equipment
https://www.prophesee.ai/metavision-intelligence/
162 stars 35 forks source link

where can I find the BaseFrameGenerationAlgorithm #39

Closed sirius112358 closed 2 years ago

sirius112358 commented 2 years ago

I want to run Blinking Lights detector samples in local PyCharm IDE. The OpenEB library has been installed and compiled. However, I can not find BaseFrameGenerationAlgorithm in the metavision_sdk_core module.

Could you help me to solve this problem? 捕获

laurentbristiel commented 2 years ago

Hi! To get the Python API, you need to compile the Python Binding. For this you need to install pybind (see README). Did you install pybind? Note also that you should notinclude DCOMPILE_PYTHON3_BINDINGS=OFF during the "cmake .." otherwise the Python binding are not built.

sirius112358 commented 2 years ago

Hi! Thanks for your reply. I think I have installed pybind. Here is the result when I run the command in cmd image

and this is the installed file of vcpkg image

Then I tried to compile openEB using CMake. The command is _cmake -A x64 -DCMAKE_TOOLCHAIN_FILE=D:\Prophesee\openeb-2.3.0\cmake\toolchains\vcpkg.cmake -DVCPKGDIRECTORY=D:\vcpkg-master ..

and here is what I got

D:\Prophesee\openeb-2.3.0\build>cmake -A x64 -DCMAKE_TOOLCHAIN_FILE=D:\Prophesee\openeb-2.3.0\cmake\toolchains\vcpkg.cmake -DVCPKG_DIRECTORY=D:\vcpkg-master .. -- Building for: Visual Studio 17 2022 -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19043. -- The C compiler identification is MSVC 19.30.30528.0 -- The CXX compiler identification is MSVC 19.30.30528.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: D:/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.30.30528/bin/Hostx64/x64/cl.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: D:/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.30.30528/bin/Hostx64/x64/cl.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Building METAVISION_SDK_MODULES_OPEN modules : base;core;driver;ui -- Building METAVISION_SDK_MODULES_PROFESSIONAL modules : analytics;calibration;cv;ml;3dview;cv3d -- Looking for pthread.h -- Looking for pthread.h - not found -- Found Threads: TRUE -- Found LibUSB: D:/vcpkg-master/installed/x64-windows/include/libusb-1.0 CMake Warning at D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:1369 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:1492 (_Boost_COMPONENT_DEPENDENCIES) D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:2102 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:207 (find_package)

CMake Warning at D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:1369 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:1492 (_Boost_COMPONENT_DEPENDENCIES) D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:2102 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:207 (find_package)

CMake Warning at D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:1369 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:1492 (_Boost_COMPONENT_DEPENDENCIES) D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:2102 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:207 (find_package)

CMake Warning at D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:1369 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:1492 (_Boost_COMPONENT_DEPENDENCIES) D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:2102 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:207 (find_package)

CMake Warning at D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:1369 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:1492 (_Boost_COMPONENT_DEPENDENCIES) D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:2102 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:207 (find_package)

CMake Warning at D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:1369 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:1492 (_Boost_COMPONENT_DEPENDENCIES) D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:2102 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:207 (find_package)

-- Found Boost: D:/vcpkg-master/installed/x64-windows/include (found version "1.78.0") found components: program_options filesystem timer chrono thread atomic -- Found Python3: D:/anaconda/python.exe (found version "3.9.7") found components: Interpreter Development Development.Module Development.Embed -- Performing Test HAS_MSVC_GL_LTCG -- Performing Test HAS_MSVC_GL_LTCG - Success -- Found pybind11: D:/vcpkg-master/installed/x64-windows/include (found version "2.9.0") -- Found OpenCV: D:/vcpkg-master/installed/x64-windows (found version "4.5.4") found components: core highgui imgproc videoio imgcodecs calib3d objdetect -- Found GTest: D:/vcpkg-master/installed/x64-windows/share/GTest/GTestConfig.cmake (found version "1.11.0")

| Test data was not found. To run the tests, please download the test data adapted to your project: | | - OpenEB: https://dataset.prophesee.ai/index.php/s/VfhepWI4MPVWh9o (500 Mb archive) | | - Metavision Professional: https://dataset.prophesee.ai/index.php/s/JJ5xStgd8GSUWFz (3 Gb archive) |

Git LFS is not available, skipping download of datasets/openeb/gen31_timer.raw Git LFS is not available, skipping download of datasets/openeb/gen4_evt2_hand.raw Git LFS is not available, skipping download of datasets/openeb/gen4_evt3_hand.raw Git LFS is not available, skipping download of datasets/openeb/blinking_leds.raw Git LFS is not available, skipping download of datasets/openeb/gen4_evt2_hand_cd.dat Git LFS is not available, skipping download of datasets/openeb/core CMake Warning at D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:1369 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:1492 (_Boost_COMPONENT_DEPENDENCIES) D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:2102 (_Boost_MISSING_DEPENDENCIES) utils/cpp/profiling/lib/CMakeLists.txt:11 (find_package)

CMake Warning at D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:1369 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:1492 (_Boost_COMPONENT_DEPENDENCIES) D:/CMake/share/cmake-3.22/Modules/FindBoost.cmake:2102 (_Boost_MISSING_DEPENDENCIES) utils/cpp/profiling/lib/CMakeLists.txt:11 (find_package)

-- Found Boost: D:/vcpkg-master/installed/x64-windows/include (found version "1.78.0") found components: filesystem system -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Failed -- Performing Test COMPILER_HAS_DEPRECATED -- Performing Test COMPILER_HAS_DEPRECATED - Success Git LFS is not available, skipping download of datasets/openeb/sample_plugin_recording.raw Git LFS is not available, skipping download of datasets/metavision_core/csv_zip_eth -- Found OpenGL: opengl32 -- Found GLEW: D:/vcpkg-master/installed/x64-windows/share/glew/glew-config.cmake -- Configuring done -- Generating done -- Build files have been written to: D:/Prophesee/openeb-2.3.0/build

I would appreciate it if you can help me to find where is the problem.

laurentbristiel commented 2 years ago

Hi, In your logs i can see that you are using the version 2.9 of Pybind whereas we need the version 2.6. The problem probably comes from the fact that you are not using the proper version of vcpkg. The one we require is this one: https://github.com/microsoft/vcpkg/archive/refs/tags/2020.11-1.zip Could you make sure you are using this one?

laurentbristiel commented 2 years ago

well, my mistake. In fact with the last version of OpenEB, the vcpkg version to use is this one: https://github.com/microsoft/vcpkg/releases/tag/2021.05.12 Can you try it? (doc update in progress)

sirius112358 commented 2 years ago

Thanks for you reply. I tried to use the vcpkg veresion 2021.05.12 to re-install the third-party libraries. Then I build and compile the openeb code with CMake and the new vcpkg, but still it didn't work. The logs are as follows. It seems there are problems durint compiling, but I don't know what it means.

By the way, can I find the C++ version of the Blinking Lights detector? Actually what I want to is using this algorithm to detect some blinking targets from SilkEvCam camera stream. The camera works well in C++, so if I can find the C++ code that's also OK.

D:\Prophesee\openeb\build>cmake -A x64 -DCMAKE_TOOLCHAIN_FILE=D:\Prophesee\openeb\cmake\toolchains\vcpkg.cmake -DVCPKG_DIRECTORY=D:\vcpkg .. -- Building for: Visual Studio 17 2022 -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19043. -- The C compiler identification is MSVC 19.30.30528.0 -- The CXX compiler identification is MSVC 19.30.30528.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: D:/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.30.30528/bin/Hostx64/x64/cl.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: D:/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.30.30528/bin/Hostx64/x64/cl.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Building METAVISION_SDK_MODULES_OPEN modules : base;core;driver;ui -- Building METAVISION_SDK_MODULES_PROFESSIONAL modules : analytics;calibration;cv;ml;3dview;cv3d -- Looking for pthread.h -- Looking for pthread.h - not found -- Found Threads: TRUE -- Found LibUSB: D:/vcpkg/installed/x64-windows/include/libusb-1.0 -- Found Boost: D:/vcpkg/installed/x64-windows/include (found version "1.75.0") found components: program_options filesystem timer chrono thread date_time atomic -- Found Python3: D:/anaconda/python.exe (found version "3.9.7") found components: Interpreter Development Development.Module Development.Embed -- Performing Test HAS_MSVC_GL_LTCG -- Performing Test HAS_MSVC_GL_LTCG - Success -- Found pybind11: D:/vcpkg/installed/x64-windows/include (found version "2.6.0" ) -- Found OpenCV: D:/vcpkg/installed/x64-windows (found version "4.5.1") found components: core highgui imgproc videoio imgcodecs calib3d objdetect -- Found GTest: D:/vcpkg/installed/x64-windows/share/GTest/GTestConfig.cmake (found version "1.10.0")

| Test data was not found. To run the tests, please download the test data adapted to your project: | | - OpenEB: https://dataset.prophesee.ai/index.php/s/VfhepWI4MPVWh9o (500 Mb archive) | | - Metavision Professional: https://dataset.prophesee.ai/index.php/s/JJ5xStgd8GSUWFz (3 Gb archive) |

Git LFS is not available, skipping download of datasets/openeb/gen31_timer.raw Git LFS is not available, skipping download of datasets/openeb/gen4_evt2_hand.raw Git LFS is not available, skipping download of datasets/openeb/gen4_evt3_hand.raw Git LFS is not available, skipping download of datasets/openeb/blinking_leds.raw Git LFS is not available, skipping download of datasets/openeb/gen4_evt2_hand_cd.dat Git LFS is not available, skipping download of datasets/openeb/core -- Found Boost: D:/vcpkg/installed/x64-windows/include (found version "1.75.0") found components: filesystem system -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Failed -- Performing Test COMPILER_HAS_DEPRECATED -- Performing Test COMPILER_HAS_DEPRECATED - Success Git LFS is not available, skipping download of datasets/openeb/sample_plugin_recording.raw Git LFS is not available, skipping download of datasets/metavision_core/csv_zip_eth -- Found OpenGL: opengl32 -- Found GLEW: D:/vcpkg/installed/x64-windows/share/glew/glew-config.cmake -- Configuring done -- Generating done -- Build files have been written to: D:/Prophesee/openeb/build

D:\Prophesee\openeb\build>cmake --build . --config Release --parallel 4 Microsoft (R) Build Engine version 17.0.0-preview-21453-03+74e9935a4 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved.

Checking Build System Building Custom Rule D:/Prophesee/openeb/utils/cpp/pybind/lib/CMakeLists.txt Generating version file for library metavision_hal Generating version file for library metavision_sdk Building Custom Rule D:/Prophesee/openeb/hal/cpp/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/sdk/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/utils/cpp/gtest/lib/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/sdk/modules/base/python/bindings/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/sdk/modules/base/cpp/lib/CMakeLists.txt generic_header.cpp metavision_sdk_base_paths_bindings.cpp log.cpp software_info.cpp Generating Code... Auto build dll exports Creating library D:/Prophesee/openeb/build/lib/Release/metavision_sdk_base.lib and object D:/Prophesee/openeb/buil d/lib/Release/metavision_sdk_base.exp Creating library D:/Prophesee/openeb/build/py3/Release/metavision_sdk_base_paths_internal_python3_3.9.lib and obje ct D:/Prophesee/openeb/build/py3/Release/metavision_sdk_base_paths_internal_python3_3.9.exp Generating code metavision_sdk_base.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_sdk_base.dll Finished generating code metavision_sdk_base_paths_internal_python3_3.9.vcxproj -> D:\Prophesee\openeb\build\py3\Release\metavision_sdk_base_p aths_internal.cp39-win_amd64.pyd Building Custom Rule D:/Prophesee/openeb/hal/cpp/lib/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/sdk/modules/base/python/bindings/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/sdk/modules/base/python/bindings/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/sdk/modules/core/cpp/lib/CMakeLists.txt metavision_sdk_base_dummy_bindings.cpp adaptive_rate_events_splitter_algorithm.cpp debug_buffer_info_python.cpp base_frame_generation_algorithm.cpp D:\Prophesee\openeb\sdk\modules\base\python\bindings\debug_buffer_info_python.cpp(24,41): warning C4311: 'type cast': p ointer truncation from 'void const ' to 'unsigned long' [D:\Prophesee\openeb\build\sdk\modules\base\python\bindings\me tavision_sdk_base_internal_python3_3.9.vcxproj] D:\Prophesee\openeb\sdk\modules\base\python\bindings\debug_buffer_info_python.cpp(24,41): warning C4302: 'type cast': t runcation from 'void const ' to 'unsigned long' [D:\Prophesee\openeb\build\sdk\modules\base\python\bindings\metavision _sdk_base_internal_python3_3.9.vcxproj] cd_frame_generator.cpp event_cd_python.cpp cv_video_recorder.cpp periodic_frame_generation_algorithm.cpp event_ext_trigger_python.cpp on_demand_frame_generation_algorithm.cpp rate_estimator.cpp simple_displayer.cpp generic_header_python.cpp D:\Prophesee\openeb\sdk\modules\base\python\bindings\generic_header_python.cpp(39,53): warning C4101: 'e': unreferenced local variable [D:\Prophesee\openeb\build\sdk\modules\base\python\bindings\metavision_sdk_base_internal_python3_3.9.vc xproj] threaded_process.cpp video_writer.cpp metavision_sdk_base_bindings.cpp D:\Prophesee\openeb\sdk\modules\core\cpp\src\3rdparty/cap_mjpeg_encoder.cpp(1198,135): warning C4390: ';': empty contro lled statement found; is this the intent? [D:\Prophesee\openeb\build\sdk\modules\core\cpp\lib\metavision_sdk_core.vcxpr oj] Generating Code... D:\Prophesee\openeb\sdk\modules\base\python\bindings\metavision_sdk_base_bindings.cpp(46,5): warning C4996: 'PyEval_Ini tThreads': deprecated in 3.9 [D:\Prophesee\openeb\build\sdk\modules\base\python\bindings\metavision_sdk_base_internal_p ython3_3.9.vcxproj] software_info_python.cpp D:\Prophesee\openeb\sdk\modules\base\python\bindings\software_info_python.cpp(43,33): warning C4996: 'Metavision::Softw areInfo::get_version_dev': SoftwareInfo::get_version_dev() is deprecated since version 2.3.0 and will be removed in lat er releases. [D:\Prophesee\openeb\build\sdk\modules\base\python\bindings\metavision_sdk_base_internal_python3_3.9.vcxpr oj] Auto build dll exports Creating library D:/Prophesee/openeb/build/py3/Release/metavision_sdk_base_dummy_internal_python3_3.9.lib and obje ct D:/Prophesee/openeb/build/py3/Release/metavision_sdk_base_dummy_internal_python3_3.9.exp Generating code Creating library D:/Prophesee/openeb/build/lib/Release/metavision_sdk_core.lib and object D:/Prophesee/openeb/buil d/lib/Release/metavision_sdk_core.exp metavision_sdk_core.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_sdk_core.dll Finished generating code metavision_sdk_base_dummy_internal_python3_3.9.vcxproj -> D:\Prophesee\openeb\build\py3\Release\metavision_sdk_base_d ummy_internal.cp39-win_amd64.pyd Creating library D:/Prophesee/openeb/build/py3/Release/metavision_sdk_base_internal_python3_3.9.lib and object D:/ Prophesee/openeb/build/py3/Release/metavision_sdk_base_internal_python3_3.9.exp Generating code Finished generating code metavision_sdk_base_internal_python3_3.9.vcxproj -> D:\Prophesee\openeb\build\py3\Release\metavision_sdk_base_interna l.cp39-win_amd64.pyd hal_software_info.cpp metavision_hal_info_obj.vcxproj -> D:\Prophesee\openeb\build\hal\cpp\lib\metavision_hal_info_obj.dir\Release\metavisi on_hal_info_obj.lib Building Custom Rule D:/Prophesee/openeb/sdk/modules/core/python/bindings/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/sdk/modules/ui/cpp/lib/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/hal/cpp/lib/CMakeLists.txt device.cpp adaptive_rate_events_splitter_algorithm_python.cpp base_window.cpp facility_wrapper.cpp i_erc.cpp event_loop.cpp i_hal_software_info.cpp mt_window.cpp i_hw_identification.cpp base_frame_generation_algorithm_python.cpp i_plugin_software_info.cpp texture_utils.cpp i_roi.cpp i_trigger_out.cpp plugin.cpp window.cpp plugin_loader.cpp Generating Code... camera_discovery.cpp colors_python.cpp demangle.cpp device_builder.cpp file_discovery.cpp raw_file_header.cpp resources_folder.cpp flip_x_algorithm_python.cpp D:\Prophesee\openeb\hal\cpp\src\utils\resources_folder.cpp(29,11): warning C4101: 'dwDisposition': unreferenced local v ariable [D:\Prophesee\openeb\build\hal\cpp\lib\metavision_hal.vcxproj] Generating Code... flip_y_algorithm_python.cpp on_demand_frame_generation_algorithm_python.cpp mostrecent_timestamp_buffer_python.cpp periodic_frame_generation_algorithm_python.cpp polarity_filter_algorithm_python.cpp polarity_inverter_algorithm_python.cpp roi_filter_algorithm_python.cpp shared_cd_events_buffer_producer_wrapper_python.cpp timesurface_producer_algorithm_python.cpp metavision_sdk_core_bindings.cpp D:\Prophesee\openeb\sdk\modules\core\python\bindings\metavision_sdk_core_bindings.cpp(56,5): warning C4996: 'PyEval_Ini tThreads': deprecated in 3.9 [D:\Prophesee\openeb\build\sdk\modules\core\python\bindings\metavision_sdk_core_internal_p ython3_3.9.vcxproj] Auto build dll exports i_decoder.cpp Creating library D:/Prophesee/openeb/build/lib/Release/metavision_sdk_ui.lib and object D:/Prophesee/openeb/build/ lib/Release/metavision_sdk_ui.exp metavision_sdk_ui.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_sdk_ui.dll D:\Prophesee\openeb\hal\cpp\src\facilities\i_decoder.cpp(43,38): warning C4018: '>': signed/unsigned mismatch [D:\Proph esee\openeb\build\hal\cpp\lib\metavision_hal.vcxproj] Creating library D:/Prophesee/openeb/build/py3/Release/metavision_sdk_core_internal_python3_3.9.lib and object D:/ Prophesee/openeb/build/py3/Release/metavision_sdk_core_internal_python3_3.9.exp Generating code Finished generating code Building Custom Rule D:/Prophesee/openeb/sdk/modules/ui/python/bindings/CMakeLists.txt metavision_sdk_core_internal_python3_3.9.vcxproj -> D:\Prophesee\openeb\build\py3\Release\metavision_sdk_core_interna l.cp39-win_amd64.pyd i_decoder.cpp base_window_python.cpp D:\Prophesee\openeb\hal\cpp\src\facilities\future\i_decoder.cpp(44,38): warning C4018: '>': signed/unsigned mismatch [D :\Prophesee\openeb\build\hal\cpp\lib\metavision_hal.vcxproj] event_loop_python.cpp metavision_sdk_ui_bindings.cpp mt_window_python.cpp ui_event_python.cpp window_python.cpp window_wrapper.cpp i_events_stream.cpp Creating library D:/Prophesee/openeb/build/py3/Release/metavision_sdk_ui_internal_python3_3.9.lib and object D:/Pr ophesee/openeb/build/py3/Release/metavision_sdk_ui_internal_python3_3.9.exp Generating code Finished generating code metavision_sdk_ui_internal_python3_3.9.vcxproj -> D:\Prophesee\openeb\build\py3\Release\metavision_sdk_ui_internal.cp 39-win_amd64.pyd i_events_stream.cpp data_transfer.cpp data_transfer.cpp file_data_transfer.cpp file_data_transfer.cpp Auto build dll exports Creating library D:/Prophesee/openeb/build/lib/Release/metavision_hal.lib and object D:/Prophesee/openeb/build/lib /Release/metavision_hal.exp metavision_hal.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_hal.dll Building Custom Rule D:/Prophesee/openeb/hal/cpp/lib/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/hal_openeb_plugins/lib/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/hal/cpp/samples/metavision_hal_sample_plugin/CMakeLists.txt raw_geometry.cpp sample_decoder.cpp device_discovery.cpp raw_file_discovery.cpp D:\Prophesee\openeb\hal_openeb_plugins\src\common\raw_file_discovery.cpp(86,36): warning C4101: 'e': unreferenced local variable [D:\Prophesee\openeb\build\hal_openeb_plugins\lib\hal_raw_common.vcxproj] sample_decoder.cpp raw_hw_identification.cpp sample_device_control.cpp Generating Code... sample_camera_discovery.cpp Auto build dll exports Creating library D:/Prophesee/openeb/build/lib/Release/metavision_hal_discovery.lib and object D:/Prophesee/openeb /build/lib/Release/metavision_hal_discovery.exp metavision_hal_discovery.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_hal_discovery.dll sample_data_transfer.cpp Building Custom Rule D:/Prophesee/openeb/hal/python/bindings/CMakeLists.txt device_config_python.cpp sample_geometry.cpp sample_file_discovery.cpp sample_hw_identification.cpp sample_plugin.cpp Generating Code... device_discovery_python.cpp device_roi_python.cpp i_antiflicker_module_python.cpp i_decoder_python.cpp i_device_control_python.cpp i_erc_python.cpp i_event_cd_decoder_python.cpp i_event_ext_trigger_decoder_python.cpp i_event_rate_noise_filter_module_python.cpp i_events_stream_python.cpp i_geometry_python.cpp i_hal_software_info_python.cpp i_hw_identification_python.cpp i_hw_register_python.cpp i_ll_biases_python.cpp i_monitoring_python.cpp i_noise_filter_module_python.cpp i_plugin_software_info_python.cpp i_roi_python.cpp Compiling... i_trigger_in_python.cpp i_trigger_out_python.cpp hal_software_info_python.cpp metavision_hal_bindings.cpp D:\Prophesee\openeb\hal\python\bindings\metavision_hal_bindings.cpp(37,5): warning C4996: 'PyEval_InitThreads': depreca ted in 3.9 [D:\Prophesee\openeb\build\hal\python\bindings\metavision_hal_internal_python3_3.9.vcxproj] raw_file_config_python.cpp raw_file_header_python.cpp D:\Prophesee\openeb\hal\python\bindings\raw_file_header_python.cpp(29,56): warning C4101: 'e': unreferenced local varia ble [D:\Prophesee\openeb\build\hal\python\bindings\metavision_hal_internal_python3_3.9.vcxproj] D:\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.30.30528\include\type_traits(1386): message : see reference to function template instantiation 'auto Metavision::::operator ()<pybind11::mod ule,pybind11::class<ClassTypeDefined,Metavision::GenericHeader>>(pybind11::module &,pybind11::class<ClassTypeDefined, Metavision::GenericHeader> &) const' being compiled [D:\Prophesee\openeb\build\hal\python\bindings\metavision_hal_inter nal_python3_3.9.vcxproj] with [ ClassTypeDefined=Metavision::RawFileHeader ] D:\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.30.30528\include\type_traits(1608): message : see reference to alias template instantiation 'std::_Decltype_invoke_nonzero<Metavision::&,pyb ind11::module&,pybind11::class_<ClassTypeDefined,Metavision::GenericHeader>&>' being compiled [D:\Prophesee\openeb\buil d\hal\python\bindings\metavision_hal_internal_python3_3.9.vcxproj] with [ ClassTypeDefined=Metavision::RawFileHeader ] D:\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.30.30528\include\type_traits(1646): message : see reference to alias template instantiation 'std::_Is_invocabler<void,Metavision::&,pybind 11::module&,pybind11::class_<ClassTypeDefined,Metavision::GenericHeader>&>' being compiled [D:\Prophesee\openeb\build\h al\python\bindings\metavision_hal_internal_python3_3.9.vcxproj] with [ ClassTypeDefined=Metavision::RawFileHeader ] D:\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.30.30528\include\functional(879): message : see reference to c lass template instantiation 'std::_Is_invocable_r<_Ret,Metavision:: &,pybind11 ::module &,pybind11::class_<ClassTypeDefined,Metavision::GenericHeader> &>' being compiled [D:\Prophesee\openeb\build\h al\python\bindings\metavision_hal_internal_python3_3.9.vcxproj] with [ _Ret=void, ClassTypeDefined=Metavision::RawFileHeader ] D:\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.30.30528\include\functional(879): message : see reference to v ariable template 'const bool conjunction_v<std::negation<std::is_same<,std::fu nction<void _cdecl(pybind11::module &,pybind11::class_<Metavision::RawFileHeader,Metavision::GenericHeader> &)> > >,s td::_Is_invocable_r<void, &,pybind11::module &,pybind11::class<Metavision::R awFileHeader,Metavision::GenericHeader> &> >' being compiled [D:\Prophesee\openeb\build\hal\python\bindings\metavision_ hal_internal_python3_3.9.vcxproj] D:\Prophesee\openeb\hal\python\bindings\raw_file_header_python.cpp(48): message : see reference to alias template insta ntiation 'std::_Func_class<Ret,pybind11::module &,pybind11::class<ClassTypeDefined,Metavision::GenericHeader> &>::_En able_if_callable_t<Metavision::&,std::function<void (pybind11::module &,pybind 11::class_<ClassTypeDefined,Metavision::GenericHeader> &)>>' being compiled [D:\Prophesee\openeb\build\hal\python\bindi ngs\metavision_hal_internal_python3_3.9.vcxproj] with [ _Ret=void, ClassTypeDefined=Metavision::RawFileHeader ] hal_raw_common.vcxproj -> D:\Prophesee\openeb\build\hal_openeb_plugins\lib\hal_raw_common.dir\Release\hal_raw_common. lib hal_sample_plugin_obj.vcxproj -> D:\Prophesee\openeb\build\hal\cpp\samples\metavision_hal_sample_plugin\hal_sample_pl ugin_obj.dir\Release\hal_sample_plugin_obj.lib Creating library D:/Prophesee/openeb/build/py3/Release/metavision_hal_internal_python3_3.9.lib and object D:/Proph esee/openeb/build/py3/Release/metavision_hal_internal_python3_3.9.exp Generating code Finished generating code metavision_hal_internal_python3_3.9.vcxproj -> D:\Prophesee\openeb\build\py3\Release\metavision_hal_internal.cp39-win _amd64.pyd Building Custom Rule D:/Prophesee/openeb/sdk/modules/core/cpp/tests/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/sdk/modules/base/cpp/tests/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/hal/cpp/test/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/sdk/modules/driver/cpp/lib/CMakeLists.txt generic_header_gtest.cpp async_algorithm_gtest.cpp Building Custom Rule D:/Prophesee/openeb/hal/cpp/test/CMakeLists.txt antiflicker_module.cpp Building Custom Rule D:/Prophesee/openeb/hal/cpp/samples/metavision_hal_sample_plugin/test/CMakeLists.txt device_discovery_gtest.cpp dummy_test_raw_file_facilities_builder.cpp biases.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] Building Custom Rule D:/Prophesee/openeb/hal_openeb_plugins/lib/CMakeLists.txt D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] Building Custom Rule D:/Prophesee/openeb/hal_openeb_plugins/lib/CMakeLists.txt D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] Building Custom Rule D:/Prophesee/openeb/hal_openeb_plugins/lib/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/hal_openeb_plugins/lib/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/hal_openeb_plugins/lib/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/hal_openeb_plugins/lib/CMakeLists.txt Auto build dll exports Building Custom Rule D:/Prophesee/openeb/hal_openeb_plugins/lib/CMakeLists.txt base_frame_generation_algorithm_gtest.cpp Building Custom Rule D:/Prophesee/openeb/hal_openeb_plugins/lib/CMakeLists.txt Creating library D:/Prophesee/openeb/build/lib/Release/hal_dummy_test_plugin.lib and object D:/Prophesee/openeb/bu ild/lib/Release/hal_dummy_test_plugin.exp hal_dummy_test_plugin.vcxproj -> D:\Prophesee\openeb\build\bin\Release\hal_dummy_test_plugin.dll Building Custom Rule D:/Prophesee/openeb/hal/cpp/samples/metavision_hal_sample_plugin/CMakeLists.txt camera_exception.cpp log_gtest.cpp Building Custom Rule D:/Prophesee/openeb/sdk/modules/core/cpp/samples/metavision_csv_viewer/CMakeLists.txt D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] metavision_csv_viewer.cpp i_hw_identification_gtest.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] camera_generation.cpp hal_raw_plugin.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\Prophesee\openeb\hal\cpp\test\i_hw_identification_gtest.cpp(32,50): warning C4101: 'e': unreferenced local variable [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\Prophesee\openeb\sdk\modules\base\cpp\tests\log_gtest.cpp(458,1): warning C4996: 'testing::internal::TypedTestCaseIs Deprecated': TYPED_TEST_CASE is deprecated, please use TYPED_TEST_SUITE [D:\Prophesee\openeb\build\sdk\modules\base\cpp \tests\gtest_metavision_sdk_base.vcxproj] camera.cpp cd_frame_generator_gtest.cpp i_monitoring_gtest.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] Auto build dll exports D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] Creating library D:/Prophesee/openeb/build/lib/Release/hal_plugin_gen31_evk2_raw.lib and object D:/Prophesee/opene b/build/lib/Release/hal_plugin_gen31_evk2_raw.exp hal_plugin_gen31_evk2_raw.vcxproj -> D:\Prophesee\openeb\build\bin\Release\hal_plugin_gen31_evk2_raw.dll D:\Prophesee\openeb\hal\cpp\test\i_monitoring_gtest.cpp(37,38): warning C4101: 'e': unreferenced local variable [D:\Pro phesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] object_pool_gtest.cpp hal_raw_plugin.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] D:\Prophesee\openeb\sdk\modules\driver\cpp\src\camera.cpp(333,31): warning C4101: 'e': unreferenced local variable [D:\ Prophesee\openeb\build\sdk\modules\driver\cpp\lib\metavision_sdk_driver.vcxproj] i_roi_gtest.cpp counter_map_gtest.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] software_info_gtest.cpp Auto build dll exports cd.cpp Creating library D:/Prophesee/openeb/build/lib/Release/hal_plugin_gen31_evk3_raw.lib and object D:/Prophesee/opene b/build/lib/Release/hal_plugin_gen31_evk3_raw.exp hal_plugin_gen31_evk3_raw.vcxproj -> D:\Prophesee\openeb\build\bin\Release\hal_plugin_gen31_evk3_raw.dll cv_color_map_gtest.cpp D:\Prophesee\openeb\hal\cpp\test\i_roi_gtest.cpp(39,34): warning C4101: 'e': unreferenced local variable [D:\Prophesee\ openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\Prophesee\openeb\hal\cpp\test\i_roi_gtest.cpp(125,34): warning C4101: 'e': unreferenced local variable [D:\Prophesee \openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj ] D:\Prophesee\openeb\hal\cpp\test\i_roi_gtest.cpp(192,34): warning C4101: 'e': unreferenced local variable [D:\Prophesee \openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\gtest_metavision_sdk_base.vcxproj] hal_raw_plugin.cpp D:\Prophesee\openeb\sdk\modules\base\cpp\tests\software_info_gtest.cpp(43,32): warning C4996: 'Metavision::SoftwareInfo ::SoftwareInfo': SoftwareInfo(int, int, int, int, const std::string&, const std::string&, const std::string&) is deprec ated since version 2.3.0 and will be removed in later releases. [D:\Prophesee\openeb\build\sdk\modules\base\cpp\tests\g test_metavision_sdk_base.vcxproj] em.cpp Generating Code... D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] main.cpp erc_module.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\hal\cpp\test\gtest_metavision_hal.vcxproj] ext_trigger.cpp Auto build dll exports flip_x_algorithm_gtest.cpp Generating Code... geometry.cpp Creating library D:/Prophesee/openeb/build/lib/Release/hal_plugin_gen41_evk2_raw.lib and object D:/Prophesee/opene b/build/lib/Release/hal_plugin_gen41_evk2_raw.exp illuminance.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] hal_plugin_gen41_evk2_raw.vcxproj -> D:\Prophesee\openeb\build\bin\Release\hal_plugin_gen41_evk2_raw.dll D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] hal_raw_plugin.cpp illuminance_module.cpp imu.cpp metavision_csv_viewer.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_csv_viewer.exe flip_y_algorithm_gtest.cpp imu_module.cpp offline_streaming_control.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\Prophesee\openeb\sdk\modules\core\cpp\tests\flip_y_algorithm_gtest.cpp(75,1): warning C4996: 'testing::internal::Typ edTestCaseIsDeprecated': TYPED_TEST_CASE is deprecated, please use TYPED_TEST_SUITE [D:\Prophesee\openeb\build\sdk\modu les\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] hal_raw_plugin.cpp frame_composer_gtest.cpp Auto build dll exports Creating library D:/Prophesee/openeb/build/lib/Release/hal_plugin_gen4_evk2_raw.lib and object D:/Prophesee/openeb /build/lib/Release/hal_plugin_gen4_evk2_raw.exp gtest_metavision_hal.vcxproj -> D:\Prophesee\openeb\build\bin\Release\gtest_metavision_hal.exe hal_plugin_gen4_evk2_raw.vcxproj -> D:\Prophesee\openeb\build\bin\Release\hal_plugin_gen4_evk2_raw.dll D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] hal_raw_plugin.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] hal_raw_plugin.cpp hal_raw_plugin.cpp noise_filter_module.cpp Auto build dll exports raw_data.cpp Creating library D:/Prophesee/openeb/build/lib/Release/hal_plugin_gen31_fx3_raw.lib and object D:/Prophesee/openeb /build/lib/Release/hal_plugin_gen31_fx3_raw.exp hal_plugin_gen31_fx3_raw.vcxproj -> D:\Prophesee\openeb\build\bin\Release\hal_plugin_gen31_fx3_raw.dll gtest_metavision_sdk_base.vcxproj -> D:\Prophesee\openeb\build\bin\Release\gtest_metavision_sdk_base.exe roi.cpp Building Custom Rule D:/Prophesee/openeb/standalone_samples/CMakeLists.txt metavision_evt2_raw_file_decoder.cpp temperature.cpp frame_composition_stage_gtest.cpp Auto build dll exports temperature_module.cpp Creating library D:/Prophesee/openeb/build/lib/Release/hal_plugin_gen4_fx3_raw.lib and object D:/Prophesee/openeb/ build/lib/Release/hal_plugin_gen4_fx3_raw.exp hal_plugin_gen4_fx3_raw.vcxproj -> D:\Prophesee\openeb\build\bin\Release\hal_plugin_gen4_fx3_raw.dll Generating Code... Building Custom Rule D:/Prophesee/openeb/standalone_samples/CMakeLists.txt metavision_evt2_raw_file_encoder.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] Building Custom Rule D:/Prophesee/openeb/standalone_samples/CMakeLists.txt metavision_evt3_raw_file_decoder.cpp Auto build dll exports metavision_evt2_raw_file_decoder.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_evt2_raw_file_decoder.ex e Creating library D:/Prophesee/openeb/build/lib/Release/hal_plugin_gen41_evk3_raw.lib and object D:/Prophesee/opene b/build/lib/Release/hal_plugin_gen41_evk3_raw.exp hal_plugin_gen41_evk3_raw.vcxproj -> D:\Prophesee\openeb\build\bin\Release\hal_plugin_gen41_evk3_raw.dll Building Custom Rule D:/Prophesee/openeb/hal/cpp/samples/metavision_hal_ls/CMakeLists.txt metavision_hal_ls.cpp metavision_evt2_raw_file_encoder.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_evt2_raw_file_encoder.ex e D:\Prophesee\openeb\sdk\modules\core\cpp\tests\frame_composition_stage_gtest.cpp(117,43): warning C4101: 'c': unreferen ced local variable [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] Auto build dll exports Building Custom Rule D:/Prophesee/openeb/hal/cpp/samples/metavision_hal_seek/CMakeLists.txt Creating library D:/Prophesee/openeb/build/lib/Release/hal_plugin_gen3_fx3_raw.lib and object D:/Prophesee/openeb/ build/lib/Release/hal_plugin_gen3_fx3_raw.exp metavision_hal_seek.cpp hal_plugin_gen3_fx3_raw.vcxproj -> D:\Prophesee\openeb\build\bin\Release\hal_plugin_gen3_fx3_raw.dll metavision_evt3_raw_file_decoder.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_evt3_raw_file_decoder.ex e Building Custom Rule D:/Prophesee/openeb/hal/cpp/samples/metavision_hal_sync/CMakeLists.txt Compiling... trigger_out.cpp Building Custom Rule D:/Prophesee/openeb/hal/cpp/samples/metavision_hal_viewer/CMakeLists.txt metavision_hal_sync.cpp metavision_hal_viewer.cpp Generating Code... frame_generation_stage_gtest.cpp Auto build dll exports Creating library D:/Prophesee/openeb/build/lib/Release/metavision_sdk_driver.lib and object D:/Prophesee/openeb/bu ild/lib/Release/metavision_sdk_driver.exp metavision_sdk_driver.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_sdk_driver.dll D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] Building Custom Rule D:/Prophesee/openeb/hal/cpp/apps/metavision_platform_info/CMakeLists.txt metavision_platform_info.cpp metavision_hal_ls.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_hal_ls.exe Building Custom Rule D:/Prophesee/openeb/hal/cpp/apps/metavision_raw_cutter/CMakeLists.txt metavision_raw_cutter.cpp metavision_hal_seek.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_hal_seek.exe generic_producer_algorithm_gtest.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] Building Custom Rule D:/Prophesee/openeb/sdk/modules/core/cpp/samples/metavision_filtering/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/sdk/modules/driver/cpp/tests/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/sdk/modules/driver/cpp/apps/metavision_raw_info/CMakeLists.txt Building Custom Rule D:/Prophesee/openeb/sdk/modules/driver/cpp/samples/metavision_raw_mosaic_viewer/CMakeLists.txt biases_gtest.cpp metavision_hal_sync.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_hal_sync.exe metavision_filtering.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest.h(1630,1): warning C4018: '>=': signed/unsigned mismatch [D:\Prophes ee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\Prophesee\openeb\sdk\modules\core\cpp\tests\generic_producer_algorithm_gtest.cpp(38): message : see reference to fun ction template instantiation 'testing::AssertionResult testing::internal::CmpHelperGE<size_t,Metavision::timestamp>(con st char ,const char ,const T1 &,const T2 &)' being compiled [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gte st_metavision_sdk_core.vcxproj] with [ T1=size_t, T2=Metavision::timestamp ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\driver\cpp\tests\gtest_metavision_sdk_driver.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\driver\cpp\tests\gtest_metavision_sdk_driver.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\driver\cpp\tests\gtest_metavision_sdk_driver.vcx proj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\driver\cpp\tests\gtest_metavision_sdk_driver.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\driver\cpp\tests\gtest_metavision_sdk_driver.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\driver\cpp\tests\gtest_metavision_sdk_driver.vcxproj] metavision_raw_mosaic_viewer.cpp index_generator_gtest.cpp metavision_raw_info.cpp Building Custom Rule D:/Prophesee/openeb/sdk/modules/core/cpp/apps/metavision_player/CMakeLists.txt main.cpp main.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\driver\cpp\tests\gtest_metavision_sdk_driver.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\driver\cpp\tests\gtest_metavision_sdk_driver.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\driver\cpp\tests\gtest_metavision_sdk_driver.vcx proj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\driver\cpp\tests\gtest_metavision_sdk_driver.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\driver\cpp\tests\gtest_metavision_sdk_driver.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\driver\cpp\tests\gtest_metavision_sdk_driver.vcxproj] on_demand_frame_generation_algorithm_gtest.cpp Generating Code... D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] gtest_metavision_sdk_driver.vcxproj -> D:\Prophesee\openeb\build\bin\Release\gtest_metavision_sdk_driver.exe Building Custom Rule D:/Prophesee/openeb/sdk/modules/core/cpp/apps/metavision_player/test/CMakeLists.txt player_gtest.cpp periodic_frame_generation_algorithm_gtest.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\apps\metavision_player\test\gtest_metavision_sdk_core_player.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\apps\metavision_player\test\gtest_metavision_sdk_core_pl ayer.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\apps\metavision_player\test\gtest_metav ision_sdk_core_player.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\apps\metavision_player\test\gtest_metavision_sdk_core_player.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\apps\metavision_player\test\gtest_metavision_sdk_core_pl ayer.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\apps\metavision_player\test\gtest_metavision_sd k_core_player.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] pipeline_gtest.cpp viewer.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] metavision_raw_info.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_raw_info.exe Building Custom Rule D:/Prophesee/openeb/sdk/modules/core/cpp/samples/metavision_composed_viewer/CMakeLists.txt metavision_composed_viewer.cpp D:\Prophesee\openeb\sdk\modules\core\cpp\tests\pipeline_gtest.cpp(88,43): warning C4101: 'c': unreferenced local variab le [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\Prophesee\openeb\sdk\modules\core\cpp\tests\pipeline_gtest.cpp(625,39): warning C4101: 'c': unreferenced local varia ble [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\Prophesee\openeb\sdk\modules\core\cpp\tests\pipeline_gtest.cpp(662,30): warning C4018: '<': signed/unsigned mismatch [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\Prophesee\openeb\sdk\modules\core\cpp\tests\pipeline_gtest.cpp(673,30): warning C4018: '<': signed/unsigned mismatch [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] metavision_filtering.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_filtering.exe gtest_metavision_sdk_core_player.vcxproj -> D:\Prophesee\openeb\build\bin\Release\gtest_metavision_sdk_core_player.ex e metavision_platform_info.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_platform_info.exe metavision_raw_cutter.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_raw_cutter.exe polarity_filter_algorithm_gtest.cpp Building Custom Rule D:/Prophesee/openeb/sdk/modules/driver/cpp/samples/metavision_raw_to_csv/CMakeLists.txt metavision_raw_to_csv.cpp Building Custom Rule D:/Prophesee/openeb/sdk/modules/driver/cpp/apps/metavision_raw_to_dat/CMakeLists.txt view.cpp metavision_raw_to_dat.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\Prophesee\openeb\sdk\modules\core\cpp\tests\polarity_filter_algorithm_gtest.cpp(84,1): warning C4996: 'testing::inte rnal::TypedTestCaseIsDeprecated': TYPED_TEST_CASE is deprecated, please use TYPED_TEST_SUITE [D:\Prophesee\openeb\build \sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] rate_estimator_gtest.cpp metavision_hal_viewer.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_hal_viewer.exe D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] ring_gtest.cpp analysis_view.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] metavision_raw_mosaic_viewer.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_raw_mosaic_viewer.exe roi_filter_algorithm_gtest.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] camera_view.cpp D:\Prophesee\openeb\sdk\modules\core\cpp\tests\roi_filter_algorithm_gtest.cpp(96,1): warning C4996: 'testing::internal: :TypedTestCaseIsDeprecated': TYPED_TEST_CASE is deprecated, please use TYPED_TEST_SUITE [D:\Prophesee\openeb\build\sdk\ modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] Building Custom Rule D:/Prophesee/openeb/sdk/modules/core/cpp/apps/metavision_raw_to_video/CMakeLists.txt metavision_raw_to_video.cpp stage_gtest.cpp Building Custom Rule D:/Prophesee/openeb/sdk/modules/core/cpp/samples/metavision_sdk_get_started/CMakeLists.txt metavision_raw_to_csv.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_raw_to_csv.exe metavision_sdk_get_started.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] metavision_composed_viewer.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_composed_viewer.exe Generating Code... Generating Code... metavision_raw_to_dat.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_raw_to_dat.exe Building Custom Rule D:/Prophesee/openeb/sdk/modules/ui/cpp/samples/metavision_simple_window/CMakeLists.txt metavision_simple_window.cpp Building Custom Rule D:/Prophesee/openeb/sdk/modules/base/cpp/apps/metavision_software_info/CMakeLists.txt metavision_software_info.cpp metavision_sdk_get_started.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_sdk_get_started.exe constants.cpp Generating Code... Building Custom Rule D:/Prophesee/openeb/utils/cpp/profiling/lib/CMakeLists.txt metavision_simple_window.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_simple_window.exe chrome_tracing_event_serializer.cpp Building Custom Rule D:/Prophesee/openeb/sdk/modules/driver/cpp/apps/metavision_viewer/CMakeLists.txt metavision_viewer.cpp D:\Prophesee\openeb\utils\cpp\profiling\lib..\include\metavision/utils/profiling/utils/chrome_tracing_events.h(23,18): warning C4099: 'Profiling::EventBase': type name first seen using 'class' now seen using 'struct' [D:\Prophesee\openeb \build\utils\cpp\profiling\lib\metavision_utils_profiling.vcxproj] D:\Prophesee\openeb\utils\cpp\profiling\lib..\include\metavision/utils/profiling/utils/chrome_tracing_events.h(23): me ssage : see declaration of 'Profiling::EventBase' [D:\Prophesee\openeb\build\utils\cpp\profiling\lib\metavision_utils_p rofiling.vcxproj] D:\Prophesee\openeb\utils\cpp\profiling\lib..\include\metavision/utils/profiling/utils/chrome_tracing_events.h(33,22): warning C4099: 'Profiling::CompleteEvent': type name first seen using 'class' now seen using 'struct' [D:\Prophesee\op eneb\build\utils\cpp\profiling\lib\metavision_utils_profiling.vcxproj] D:\Prophesee\openeb\utils\cpp\profiling\lib..\include\metavision/utils/profiling/utils/chrome_tracing_events.h(33): me ssage : see declaration of 'Profiling::CompleteEvent' [D:\Prophesee\openeb\build\utils\cpp\profiling\lib\metavision_uti ls_profiling.vcxproj] D:\Prophesee\openeb\utils\cpp\profiling\lib..\include\metavision/utils/profiling/utils/chrome_tracing_events.h(38,21): warning C4099: 'Profiling::InstantEvent': type name first seen using 'class' now seen using 'struct' [D:\Prophesee\ope neb\build\utils\cpp\profiling\lib\metavision_utils_profiling.vcxproj] D:\Prophesee\openeb\utils\cpp\profiling\lib..\include\metavision/utils/profiling/utils/chrome_tracing_events.h(38): me ssage : see declaration of 'Profiling::InstantEvent' [D:\Prophesee\openeb\build\utils\cpp\profiling\lib\metavision_util s_profiling.vcxproj] D:\Prophesee\openeb\utils\cpp\profiling\lib..\include\metavision/utils/profiling/utils/chrome_tracing_events.h(43,21): warning C4099: 'Profiling::CounterEvent': type name first seen using 'class' now seen using 'struct' [D:\Prophesee\ope neb\build\utils\cpp\profiling\lib\metavision_utils_profiling.vcxproj] D:\Prophesee\openeb\utils\cpp\profiling\lib..\include\metavision/utils/profiling/utils/chrome_tracing_events.h(43): me ssage : see declaration of 'Profiling::CounterEvent' [D:\Prophesee\openeb\build\utils\cpp\profiling\lib\metavision_util s_profiling.vcxproj] Building Custom Rule D:/Prophesee/openeb/standalone_samples/test/CMakeLists.txt metavision_player.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_player.exe chrome_tracing_profiler.cpp raw_file_decoder_with_hal.cpp metavision_raw_to_video.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_raw_to_video.exe D:\Prophesee\openeb\utils\cpp\profiling\lib..\include\metavision/utils/profiling/utils/chrome_tracing_event_serializer .h(17,16): warning C4099: 'Profiling::EventBase': type name first seen using 'struct' now seen using 'class' [D:\Prophe see\openeb\build\utils\cpp\profiling\lib\metavision_utils_profiling.vcxproj] D:\Prophesee\openeb\utils\cpp\profiling\lib..\include\metavision/utils/profiling/utils/chrome_tracing_events.h(23): me ssage : see declaration of 'Profiling::EventBase' [D:\Prophesee\openeb\build\utils\cpp\profiling\lib\metavision_utils_p rofiling.vcxproj] D:\Prophesee\openeb\utils\cpp\profiling\lib..\include\metavision/utils/profiling/utils/chrome_tracing_event_serializer .h(18,20): warning C4099: 'Profiling::CompleteEvent': type name first seen using 'struct' now seen using 'class' [D:\Pr ophesee\openeb\build\utils\cpp\profiling\lib\metavision_utils_profiling.vcxproj] D:\Prophesee\openeb\utils\cpp\profiling\lib..\include\metavision/utils/profiling/utils/chrome_tracing_events.h(33): me ssage : see declaration of 'Profiling::CompleteEvent' [D:\Prophesee\openeb\build\utils\cpp\profiling\lib\metavision_uti ls_profiling.vcxproj] D:\Prophesee\openeb\utils\cpp\profiling\lib..\include\metavision/utils/profiling/utils/chrome_tracing_event_serializer .h(19,19): warning C4099: 'Profiling::InstantEvent': type name first seen using 'struct' now seen using 'class' [D:\Pro phesee\openeb\build\utils\cpp\profiling\lib\metavision_utils_profiling.vcxproj] D:\Prophesee\openeb\utils\cpp\profiling\lib..\include\metavision/utils/profiling/utils/chrome_tracing_events.h(38): me ssage : see declaration of 'Profiling::InstantEvent' [D:\Prophesee\openeb\build\utils\cpp\profiling\lib\metavision_util s_profiling.vcxproj] D:\Prophesee\openeb\utils\cpp\profiling\lib..\include\metavision/utils/profiling/utils/chrome_tracing_event_serializer .h(20,19): warning C4099: 'Profiling::CounterEvent': type name first seen using 'struct' now seen using 'class' [D:\Pro phesee\openeb\build\utils\cpp\profiling\lib\metavision_utils_profiling.vcxproj] D:\Prophesee\openeb\utils\cpp\profiling\lib..\include\metavision/utils/profiling/utils/chrome_tracing_events.h(43): me ssage : see declaration of 'Profiling::CounterEvent' [D:\Prophesee\openeb\build\utils\cpp\profiling\lib\metavision_util s_profiling.vcxproj] metavision_software_info.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_software_info.exe raw_file_decoder_with_hal.vcxproj -> D:\Prophesee\openeb\build\bin\Release\raw_file_decoder_with_hal.exe chrome_tracing_scope_completed_event.cpp D:\Prophesee\openeb\sdk\modules\driver\cpp\apps\metavision_viewer\metavision_viewer.cpp(256,51): warning C4101: 'e': un referenced local variable [D:\Prophesee\openeb\build\sdk\modules\driver\cpp\apps\metavision_viewer\metavision_viewer.vc xproj] Generating Code... Auto build dll exports Creating library D:/Prophesee/openeb/build/lib/Release/hal_sample_plugin.lib and object D:/Prophesee/openeb/build/ lib/Release/hal_sample_plugin.exp hal_sample_plugin.vcxproj -> D:\Prophesee\openeb\build\bin\Release\hal_sample_plugin.dll metavision_utils_profiling.vcxproj -> D:\Prophesee\openeb\build\lib\Release\metavision_utils_profiling.lib hal_sample_plugin_gtest.cpp metavision_viewer.vcxproj -> D:\Prophesee\openeb\build\bin\Release\metavision_viewer.exe D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\hal\cpp\samples\metavision_hal_sample_plugin\test\gtest_metavision_hal_sample_plugin.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\hal\cpp\samples\metavision_hal_sample_plugin\test\gtest_metavision_hal_sample _plugin.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\hal\cpp\samples\metavision_hal_sample_plugin\test\gtest_meta vision_hal_sample_plugin.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\hal\cpp\samples\metavision_hal_sample_plugin\test\gtest_metavision_hal_sample_plugin.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\hal\cpp\samples\metavision_hal_sample_plugin\test\gtest_metavision_hal_sample _plugin.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\hal\cpp\samples\metavision_hal_sample_plugin\test\gtest_metavision_h al_sample_plugin.vcxproj] Creating library D:/Prophesee/openeb/build/lib/Release/gtest_metavision_hal_sample_plugin.lib and object D:/Prophe see/openeb/build/lib/Release/gtest_metavision_hal_sample_plugin.exp gtest_metavision_hal_sample_plugin.vcxproj -> D:\Prophesee\openeb\build\bin\Release\gtest_metavision_hal_sample_plugi n.exe Compiling... stream_logger_algorithm_gtest.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] shared_cd_events_buffer_producer_algorithm_gtest.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] time_surface_producer_algorithm_gtest.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] timing_profiler_gtest.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] threaded_process_gtest.cpp D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511,56): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(511): message : see declaration of 'testing::internal::Ma tcherBase<const std::string &>' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj ] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533,49): warning C4275: non dll-interface class 'testing: :MatcherDescriberInterface' used as base for dll-interface class 'testing::internal::MatcherBase' [D:\Prop hesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(109): message : see declaration of 'testing::MatcherDescr iberInterface' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\vcpkg\installed\x64-windows\include\gtest/gtest-matchers.h(533): message : see declaration of 'testing::internal::Ma tcherBase' [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] D:\Prophesee\openeb\sdk\modules\core\cpp\tests\threaded_process_gtest.cpp(233,10): warning C4101: 'tester': unreference d local variable [D:\Prophesee\openeb\build\sdk\modules\core\cpp\tests\gtest_metavision_sdk_core.vcxproj] Generating Code... gtest_metavision_sdk_core.vcxproj -> D:\Prophesee\openeb\build\bin\Release\gtest_metavision_sdk_core.exe Building Custom Rule D:/Prophesee/openeb/CMakeLists.txt

D:\Prophesee\openeb\build>

laurentbristiel commented 2 years ago

Then I build and compile the openeb code with CMake and the new vcpkg, but still it didn't work. The logs are as follows. It seems there are problems durint compiling, but I don't know what it means.

there are some warnings indeed (that I don't reproduce) during the first phase (creation of the makefiles with "cmake ..") but then the compilation looks OK. After this compilation, do you confirm that your build/py3 folder is still empty?

By the way, can I find the C++ version of the Blinking Lights detector?

sorry but we only provide this tutorial in Python.