# v4l2_video **Repository Path**: wexbyte/v4l2_video ## Basic Information - **Project Name**: v4l2_video - **Description**: C++重新封装了v4l2对摄像头的操作 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-28 - **Last Updated**: 2024-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # v4l2_video #### 介绍 C++重新封装了v4l2对摄像头的操作 #### 软件架构 V4L2_VIDEO
│ .gitignore
│ CMakeLists.txt

├─test-apps -- 用于测试v4l2_video库的测试程序
│ CMakeLists.txt
│ open_video.cpp

└─v4l2_video -- 主要的库文件,实现了打开摄像头、设置参数等操
│ CMakeLists.txt
│ v4l2_video.cpp
│ v4l2_video.h
#### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技