IntelRealSense / RealSenseID

Intel® RealSense™ ID SDK
https://intelrealsense.com/facial-authentication/
Apache License 2.0
98 stars 57 forks source link

Linux rsid-viewer error #78

Closed zeynepkoyun closed 3 years ago

zeynepkoyun commented 3 years ago

@RealSenseCustomerSupport @alexk1976 @mdisg "rsid-viewer" file is not created with linux. How can I view?

I managed to compile without preview feature and the generated files are as follows. After building solution you will find in \build\bin\ two executables: rsid-cli: Command line interface to RealSenseID. fw-updater-cli: Firmware update tool.

mdisg commented 3 years ago

I think it's not supported under linux. In the CMakeLists.txt file it is only included if MSVC is available:

if(MSVC)
    add_subdirectory(rsid-viewer)
endif()
zeynepkoyun commented 3 years ago

@mdisg Thank you for your answer. Since there is "rsid-viewer" in the "tools" folder in the "CMakeLists.txt" file and no changes have been made to the definition, it looks like the following by default.

if(MSVC)
string(APPEND CMAKE_CXX_FLAGS " /Zc:__cplusplus /MP")
endif() ... if (RSID_TOOLS) add_subdirectory(tools) endif()

gabime commented 3 years ago

rsid-viewer is a windows only charp app.