-
H264_NAL_Decoder
H264_NAL_Decoder解析h264视频流nal单元, 并用rtp打包传送,vlc中播放的经典例子,,学习视频编解码的同学赶快下载吧使用方法:直接在VC6上打开工程,编译。(需要注意的是大家要把IP地址改为自己的。在h264.h的#define DEST_IP "192.168.0.30"和#define DEST_PORT 1234这两行修改就行了。同时w.sdp文件里也要改成一致的IP和端口号,不然VLC是接受不到数据的。在c=IN IP4 192.168.0.30 和m=video 1234 RTP/AVP 96这两行。中间的1234是我设置的端口号。)在执行程序之前,先用VLC打开w.sdp文件,然后执行程序,就可以看到画面了:)。同样需要注意的是VLC1.0以后的版本不支持直接打开h.264视频文件,但是0.97版本就支持。这里我测试用1.03和0.97两份版本]的VLC都可以接受并播放h.264RTP码流。
- 2022-02-20 22:16:46下载
- 积分:1
-
This article presents some classes that make customising window captions really
This article presents some classes that make customising window captions really quick and easy. Using these classes you can change the background colour and the text font and colour of both the active and inactive window captions independently for any windows you choose. I also provide an example class that allows a bitmap to be used as the caption background, e.g. for logos, or wood or stone effects. Framework for Creating Custom Window Captions 创建自定义窗体标题的框架 这篇文章说明了可快速简单的创建自定义窗口标题的框架的一些类。 使用这些类你能独立的改变任何你所选择的窗体的背景颜色,文本字体以及激活和未激活的窗口标题的颜色。我也提供一个使用一个位图作为标题背景的例子类,如作为徽标,木材或石头效果。 -This article presents some classes that make customising window captions really quick and easy. Using these classes you can change the background colour and the text font and colour of both the active and inactive window captions independently for any windows you choose. I also provide an example class that allows a bitmap to be used as the caption background, eg for logos, or wood or stone effects. Framework for C
- 2022-02-28 15:24:47下载
- 积分:1
-
opencv_moving_object_tracking
opencv_moving_object_tracking,这个程序源代码实现的功能是:利用电脑上安装的摄像头来采集视频信息,之后将采集好的视频信息传输到OPENCV软件进行处理,处理之后显示到已经编号的MFC界面上。同时,MFC界面内容、功能丰富,也可以实现图像的处理,视频的处理,目标跟踪
- 2022-10-18 04:55:05下载
- 积分:1
-
made video device driver number and information can also create a number of vide...
制作视频设备驱动程序的编号和信息,还可以创建多个视频捕获窗口,用于连接不同的视频设备驱动程序
- 2022-03-17 16:09:31下载
- 积分:1
-
摄像头监控程序,可以用在VB应用程序如相机苏…
摄像头监视程序,可以用于VB等应用程序的摄像头监视程序-Camera surveillance procedures, can be used in VB applications such as camera surveillance procedures
- 2022-02-01 14:05:07下载
- 积分:1
-
EIA485硬件UART串口通信
485通信平台下的UART程序,用的MSP430f149芯片,连续收发,收发数据可设定,可以设定不同的停止位,校验位。thank you I HOPE YOU LIKE.
- 2023-07-17 15:30:04下载
- 积分:1
-
本文是关于一个视频会议系统的一个源代码
这个文件是有关于一个视频会议系统的一个源代码-this paper is on a video conferencing system a source code
- 2022-11-15 17:10:03下载
- 积分:1
-
From the camera to capture images, the images can be directly deformation.
从摄像头中捕获图像,得到的图像可直接进行变形。-From the camera to capture images, the images can be directly deformation.
- 2022-03-05 12:22:31下载
- 积分:1
-
一个简单的屏幕捕捉程序, 仅供参考用途
一个简单的屏幕捕捉程序, 仅供参考用途-a simple screen capture procedures for reference purposes
- 2022-05-29 11:15:32下载
- 积分:1
-
opencv 的图像处理
BEGIN_MESSAGE_MAP (CImageProcessingDlg,CDialog)
ON_WM_SYSCOMMAND()
ON_WM_PAINT()
ON_WM_QUERYDRAGICON()
//}}AFX_MSG_MAP
ON_BN_CLICKED (IDC_BINARY,& CImageProcessingDlg::OnBnClickedBinary)
ON_BN_CLICKED (IDC_GRAY,& CImageProcessingDlg::OnBnClickedGray)
ON_BN_CLICKED (IDC_EDGE,& CImageProcessingDlg::OnBnClickedEdge)
ON_BN_CLICKED (IDC_FACEDETECT,& CImageProcessingDlg::OnBnClickedFacedetect)
- 2022-04-13 16:53:04下载
- 积分:1