Skip to content
Félix Roy edited this page Nov 7, 2019 · 2 revisions

We use V4L2 as a static library.

Location in Project

You can find V4L2 static library and header files in steno/3rd/v4l2/

Build

From the root of the repository

chmod +x ./scripts/libv4l2cpp_setup.sh
./scripts/libv4l2cpp_setup.sh

NOTE : this script ONLY build V4L2 as a static library, and does NOT modify steno/3rd/v4l2/

Reference