econsystems / opencv_v4l2

This project contains sample OpenCV application code as well as V4L2 helper library to access camera devices in OpenCV. This code helps to achieve high framerates from cameras in OpenCV. This project gives better results than the VideoCapture class in OpenCV. This source code is only compatible in Linux.
BSD 3-Clause "New" or "Revised" License
39 stars 22 forks source link

Help generating <PackageName>Config.cmake to import into my project with find_package() #10

Open alexwpete opened 1 year ago

alexwpete commented 1 year ago

I would like to use the functionality of this package in my project, but a Config.cmake file has not been generated, or atleast cannot be found. How may I generate this file so that I can use find_package(opencv_v4l2) to import this library into my project?