2024 MOIL Renesas TutorialGStreamer Development Guide5. FisheyeTransform Tool5.2 Build GuideOn this page5.2 Build Guide Dependencies sudo apt install libopencv-dev libyaml-cpp-dev Build Clone the repository: git clone https://github.com/M11158002/FisheyeTransformer.gitcd FisheyeTransformer Create a build directory: mkdir buildcd build Configure the project: cmake .. Build the project: make