1 Star 0 Fork 75

eddylapis / 摄像头视频采集与存储系统

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

摄像头视频采集与存储系统

项目介绍

主要利用FFmpeg和Qt实现摄像头视频流的采集与本地存储,将摄像头对的视频流显示到界面上,并存储到本地为.avi格式。

主要转换思路:视频流rtsp--->yuv--->.h264--->.avi。

####联系方式 /**

软件架构

编译器:VS2015+qt win32 外部库:FFmpeg-20180614-win32

  1. 类V10:视频显示类,用于接受来自vidoeplayer类解码后的QImage图像,并可实现对类V20的调用.
  2. 类VideoPlayer:视频流解码类,主要实现视频流的解码,yuv图像的存储,光源中心坐标的识别.
  3. 类V20:YUV转h.264参数设置界面类,主要用于设置YUV->h.264转换时的参数设置.
  4. 类Convert:将YUV转换为最终的.avi视频格式,命名为output.avi.

程序运行界面

输入图片说明 输入图片说明

Empty file

About

主要利用FFmpeg和Qt实现摄像头视频流的采集与本地存储,将摄像头对的视频流显示到界面上,并存储到本地为.avi格式。 主要转换思路:视频流rtsp--->yuv--->.h264--->.avi。 expand collapse
C++
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
C++
1
https://gitee.com/eddylapis/Camera_capture_and_save.git
git@gitee.com:eddylapis/Camera_capture_and_save.git
eddylapis
Camera_capture_and_save
摄像头视频采集与存储系统
master

Search