登录
首页 » 视频处理 » 基于arm的是视屏采集传输

基于arm的是视屏采集传输

于 2023-01-02 发布 文件大小:1.37 MB
0 82
下载积分: 2 下载次数: 1

代码说明:

一、此版本实现视频的采集,基本实现视频的压缩,实现视频实时传输(有线网络+无线网络)(有限测试有2-3秒延迟)。运行:1.make clean 2.make all (make)编译环境改变时,请重新编译X264的相关文件,x264原工程代码已提供,即x264-snapshot-20120825-2245文件夹,替换x264.h,x264_config.h,libx264.a,还需make clean 相关文件。二、播放软件使用开源软件VLC,先使用VLC打开sdp文件,在运行视频采集传输端程序,详细文件件“播放软件文件”文件夹。(VLC2.0版本效果较好)三、摄像头为罗技C170(176x144)。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 天株SDK
    用sdk-2000四路卡驱动程序进行二次开发,是需要用它来下载的
    2022-11-20 00:00:05下载
    积分:1
  • 用opencv提供的函数来获取摄像头是实时的小例子。
    用opencv提供的函数来获取摄像头是实时视频的小例子。-Provided with opencv functions to obtain real-time video camera is a small example.
    2022-06-30 13:34:29下载
    积分:1
  • VS+opencv 2.4.9中 结合Camshift + Kalman进行行人跟踪预测代码
    目前,使用VS+opencv 2.4.9中 进行行人跟踪时,现有的程序只是结合Camshift 程序而已,其缺点就是目标遇到遮挡的时候,容易丢失。为了解决这个问题,本人引入kalman知识,对行人运动进行实时预测,当目标遇到遮挡的时候,可以进行预测,这时候能提高鲁棒性。本文的Camshift + Kalman进行行人跟踪预测代码是基于opencv2.4.9进行编写的,可以直接拿来应用,非常方便。有兴趣的朋友,可以在本算法的基础上进一步进行优化,相信由此代码基础,下一步的工作会轻松很多。本代码,也有助于新入门的程序员进行深入学习,或者直接拿来进行实验开发等等。
    2022-02-14 19:28:53下载
    积分:1
  • 海康威监控客户端DEMO
    应用背景 海康威视的监控软件源代码。 可多作为二次开发的SDK,可学习, 可二次开发作为监控软件使用。 实现了:监控预览、添加设备、录像、回放、用户管理、设备管理等基本的监控软件的所有功能。 关键技术 设备网络SDK主要功能 图像预览, 文件回放和下载, 云台控制, 布防/撤防, 语音对讲, 日志管理, 解码卡, 远程升级, 远程重启/关闭, 格式化硬盘, 参数配置(系统配置, 通道配置, 串口配置, 报警配置, 用户配置), 多路解码器, 智能设备功能和获取设备能力集等。 适用于但不仅限于以下产品型号: 1. 编解码设备 NVR:DS-9600, DS-9500, DS-7700, DS-7600系列; HDVR:DS-9000, DS-8000-ST, DS-7600系列; DVR:DS-9100, DS-8100, DS-8000-S, DS-8800, DS-7800, DS-7300, DS-7200, DS-7100, DS-7000等系列; 编码器:DS-6600, DS-6500(-JX), DS-6100, DS-6401HFH系列视频服务器, DS-6000系列编/解码器; 解码器:DS-6300D(-JX), DS-6400HD(-JX/-T), DS-6500D系列解码器 注:包括-ST, -SH, -SE, -SN, -RT, -RH, -XT等型号 2. 网络摄像机, 网络球机 网络摄像机:标清, 高清, 红外, 热成像,如DS-2CD7xx, DS-2CD71xx, DS-2CD72xx, DS-2CD8xx, DS-2CD81xx, DS-2CD82xx, DS-2CD84xx, DS-2CD83xx, DS-2CD20xx, DS-2CD21xx, DS-2CD22xx, DS-2
    2022-06-20 18:07:44下载
    积分:1
  • 枚举系统设备
    enum the system device
    2022-08-10 14:40:17下载
    积分:1
  • 如何生产数码相机、扫描仪等设备快照
    如何制作数码相机、扫描仪等设备的快照-how the production of digital cameras, scanners and other devices snapshot
    2022-04-09 10:51:40下载
    积分: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
  • 记录网路上播放的数据,保存在本地的文件中,小工具。 VC项目....
    记录网路上播放的数据,保存在本地的文件中,小工具。 VC项目.-It is used for recording the data on the internet and the data will be saved on the local directory.
    2022-08-18 11:09:58下载
    积分:1
  • 一种基于Linux的捕捉程序,遵守GPL,代码精简。可以将VIDEO 4 LINUX设备(如网络摄像头)传送的图像转换为JPEG,PNG,PNM文件。广泛的...
    一种基于Linux的视频捕捉程序,遵守GPL,代码精简。可以将VIDEO 4 LINUX设备(如网络摄像头)传送的图像转换为JPEG,PNG,PNM文件。广泛的用于嵌入式系统之中,也可以作为V4L程序的教学代码。-a Linux-based video capture procedures, compliance with the GPL, streamlined code. VIDEO 4 can be LINUX equipment (such as network camera) the transmission of images converted to JPEG, PNG, PNM documents. Widely used in embedded systems, can be used as teaching V4L procedure code.
    2022-05-07 05:43:13下载
    积分:1
  • 编解码器
    应用背景 This is the second public release of our MPEG-2 encoder. It converts an   ordered set of uncompressed input pictures into a compressed bitstream   compliant with ISO/IEC 13818-2 DIS [1] (MPEG-2).   This program will evolve to become: ISO/IEC 13818-5 Software Simulation   of MPEG-2 Systems, Video, and Audio. 关键技术  The execution template for the encoder is:       mpeg2encode parameter_file output.m2v   Coding parameters can be modified by editing the parameter_file. Since the   parser expects the operating parameters to be on certain line numbers,   kindly do not insert or delete lines from the file.   We have provided a couple of sample parameter files in the par directory. &nb
    2023-07-07 17:15:04下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载