A Field of View (FOV) calculator for detection, observation, recognition, and identification limits, based on the IEC EN62676-4:2015 International Standard.
-
Install dependencies:
- CMake 3.25.1 or newer
- Visual Studio 2022 with MSVC v143 C++ Compiler
- Qt 6.7.3 MSVC2022 64bit
-
Set environment variable:
Qt6_DIR
toC:\Qt\6.7.3\msvc2022_64
-
Clone the repository:
git clone https://github.com/berkbavas/FovCalculator.git
-
Create and enter build directory:
mkdir build cd build
-
Configure project with CMake:
cmake ..
-
Open solution in Visual Studio:
- Open
FovCalculator.sln
in Visual Studio 2022 - Build and run the project
- Open
FovCalculator.mp4
This project is licensed under the MIT License.