Software Info Application
This application can be used to print information about installed software.
The application is useful for getting the version of the currently installed software that is always required when contacting us
The source code of this application can be found in <install-prefix>/share/metavision/sdk/base/apps/metavision_software_info
when installing Metavision SDK from installer or packages. For other deployment methods, check the page
Path of Samples.
Expected Output
The application gets information about installed software and prints information to the console.
How to start
You can directly execute pre-compiled binary installed with Metavision SDK or compile the source code as described in this tutorial.
To check the current version of the installed software:
Linux
metavision_software_info -v
Windows
metavision_software_info.exe -v
To check for additional options:
Linux
metavision_software_info -h
Windows
metavision_software_info.exe -h