Giter Club home page Giter Club logo

videorecording's Introduction

videoRecording

video recording with the tools from opencv

使用方法: 1.创建bin、video、build文件夹并编译,在bin目录中生成可执行文件。

mkdir bin && mkdir video
mkdir build && cd build
cmake ..
make

2.在src中的源代码中找到#define name,修改为你想要的名字,注意文件路径不要动。找到VideoCapture cap(0);,cap()中的数字代表设备序号,一般0为笔记本自带摄像头,1为外接摄像头 3.在bin中

./videoRecorder

开始录制,命令行显示当前帧数 ctl + c结束录制 4.生成的视频在video目录中,注意每次录制新的视频要回去改define的名字,不然录不上。

videorecording's People

Contributors

wangyc-99 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.