Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ReadMe.txt #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions ReadMe.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
VideoEye

������ Lei Xiaohua
雷霄骅 Lei Xiaohua
[email protected]
�й���ý��ѧ/���ֵ��Ӽ���
中国传媒大学/数字电视技术
Communication University of China / Digital TV Technology
http://blog.csdn.net/leixiaohua1020

VideoEye��һ����Դ����Ƶ���������������������Բ��źͷ�����Ƶ���ݡ���֧�ֶ�����Ƶ�����뷽ʽ��HTTP��RTMP��RTSP�Լ��ļ��ȵȡ�����������ʵʱ������Ƶ��������ͼ�λ��ķ�ʽ��������������Ŀǰ���������������ƽ׶Ρ�
VideoEye是一个开源的视频分析的软件。本软件可以播放和分析视频数据。它支持多种视频流输入方式:HTTPRTMP,RTSP以及文件等等。该软件可以实时分析视频流并能以图形化的方式呈现其分析结果。目前该软件还处于完善阶段。

VideoEye is an open-source stream analysis software. It can play and make analysis of video bit stream. It supports multiple kind of sources, include: HTTP, RTMP, RTSP and files, etc. The software can make real time stream analysis and show the result graphically. Currently the software is under development yet.


编译说明:
如果编译时(VS2010)遇到错误如下:
nafxcwd.lib(afxglobals.obj) : error LNK2001: 无法解析的外部符号 _IID_IWICImagingFactory

则按如下步骤操作
At project->Properties->Configuration Properties->Linker->Input->Additional Dependencies I added windowscodecs.lib
则可编译成功。