📄️ 6-1 Installation of OpenCV
This chapter explains how to enable and install OpenCV across different platforms, including RZ/G2L, RZ/V2H, and Ubuntu Linux.
📄️ 6-2 Cross Compilation of OpenCV
This document outlines the steps to cross-compile OpenCV applications for ARM-based Renesas platforms using a Yocto SDK, including both C++ and Python implementations.
📄️ 6-3 Camera Control Using Video4Linux
This guide provides an overview of how to control cameras using the Video4Linux2 (V4L2) interface. We’ll cover how to list camera devices, view and set supported resolutions and formats, adjust camera parameters, and capture images or videos using various tools like v4l2-ctl, ffmpeg, and OpenCV.
📄️ 6-4 Circle and Face Detection Using OpenCV
This tutorial provides an overview and practical examples for implementing circle and face detection using OpenCV in both C++ and Python.