Fetch the repository succeeded.
This action will force synchronization from 007lizhen/摄像头视频采集与存储系统, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
主要利用FFmpeg和Qt实现摄像头视频流的采集与本地存储,将摄像头对的视频流显示到界面上,并存储到本地为.avi格式。
主要转换思路:视频流rtsp--->yuv--->.h264--->.avi。
类V10:视频显示类,用于接受来自vidoeplayer类解码后的QImage图像,并可实现对类V20的调用; 类VideoPlayer:视频流解码类,主要实现视频流的解码,yuv图像的存储,光源中心坐标的识别; 类V20:YUV转h.264参数设置界面类,主要用于设置YUV->h.264转换时的参数设置; 类Convert:将YUV转换为最终的.avi视频格式,命名为output.avi。
Sign in for post a comment
Comments ( 0 )