Skip to content

berkbavas/FovCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FovCalculator

A Field of View (FOV) calculator for detection, observation, recognition, and identification limits, based on the IEC EN62676-4:2015 International Standard.

Build Instructions

  1. Install dependencies:

  2. Set environment variable:

    • Qt6_DIR to C:\Qt\6.7.3\msvc2022_64
  3. Clone the repository:

    git clone https://github.com/berkbavas/FovCalculator.git
  4. Create and enter build directory:

    mkdir build
    cd build
  5. Configure project with CMake:

    cmake ..
  6. Open solution in Visual Studio:

    • Open FovCalculator.sln in Visual Studio 2022
    • Build and run the project

Demo Video

FovCalculator.mp4

License

This project is licensed under the MIT License.