CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - arm 视频

搜索资源列表

  1. adsdemo

    0下载:
  2. 支持视频播放,视频采集,支持mp3,支持ARM系统-Support for video playback, video capture, support mp3, support for the ARM system
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-02
    • 文件大小:519659
    • 提供者:xuyinghua
  1. video-conferencing-under-linux

    0下载:
  2. 用C++编写的视频会议源码的实现,里面包含PC和ARM两种实现方式。-Written in C++ source implementation of video conferencing, which contains PC and ARM implemented in two ways.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1481279
    • 提供者:cherish
  1. 1111

    0下载:
  2. 一种基于ARM和嵌入式Linux的视频服务器设计 硬件设计的-ARM and embedded Linux based video server design hardware design
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:150578
    • 提供者:李二
  1. servfox

    0下载:
  2. servfox 源代码,构建嵌入式视频服务器。 采用servfox做为采集端,移植到arm上。修改servfox里的Makefile文档,很简单。-servfox source code, build the embedded video server. Used as a collection servfox end, transplanted to the arm on. Modify servfox in the Makefile documentation is simple.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:47570
    • 提供者:张星
  1. H056954041.pdf

    0下载:
  2. 基于arm平台的网络视频监控系统的实际与实现-Based on arm platform network video monitoring system and implementation of the actual
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-06
    • 文件大小:591143
    • 提供者:
  1. qtPv4l-video

    0下载:
  2. 在qt环境下的arm的视频监控系统,c语言,-Arm in qt environment video surveillance system, c language,
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-14
    • 文件大小:5109
    • 提供者:张飞
  1. iptv

    1下载:
  2. 基于ARM与Linux的嵌入式视频点播系统-Embedded video on demand system based on ARM and Linux
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2014-08-30
    • 文件大小:824320
    • 提供者:pilangyan
  1. video_v4l

    0下载:
  2. src文件夹gather.cpp文件用于视频图象采集,只用ARM单处理器处理,或者用于linux系统平台,在ARM开发板运行时可用g++编译器编译,linux系统用时gcc编译器,采集的视频帧图象数据可用与图象识别图象检测,也可压缩存储或者传输,检测函数也可windows下用。-The SRC folder gather.cpp file for the video image acquisition, using only ARM single processor, or for the Li
  3. 所属分类:Video Capture

    • 发布日期:2017-05-15
    • 文件大小:3751623
    • 提供者:
  1. network-video--player

    1下载:
  2. 提供的代码是编写一个基于linux系统的网络视频点播应用程序,利用Qt工具编写图形界面和基于TCP协议的网络传输模块。Linux操作系统以其开源性、多用户多任务、支持多种硬件平台、可靠地安全稳定性能以及日趋完善的图形界面和丰富的网络功能等等,逐渐成为了各行业的首选操作系统,尤其是基于ARM内核的嵌入式linux更是得到了极为广泛的应用。 本系统分为服务器端和客户端两部分。服务器端提供多视频源,供用户进行选择,客户端提供人机交互界面,当用户需要点播某个视频时,首先在Ip Address栏输
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-05-30
    • 文件大小:8192
    • 提供者:nie
  1. servfoxanjian

    0下载:
  2. serverx采集视频信息,串口控制ARM下接的AVR单片机来控制舵机,然后还有对电机的控制-serverx capture video information, access the serial port under the control of ARM AVR microcontroller to control the servo motor control
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-06
    • 文件大小:67584
    • 提供者:叶紫权
  1. Video-monitoring

    0下载:
  2. 在arm-linux下的视频采集设计,对于学习者有很好的引导作用-In the arm of the video-Linux collection design, for learners have very good guidance function
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-19
    • 文件大小:5613251
    • 提供者:夏志刚
  1. remote-monitoring-system

    0下载:
  2. 本文构建了基于 ARM 和 Linux 的远程监控系统,不仅实现了对远程空间的视频监视、远程终端开关设备的控制和语音报警等功能-Constructed a remote monitoring system based on ARM and Linux, remote space, video surveillance, control and voice alarm and other functions of the remote terminal switch device
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-11
    • 文件大小:2629759
    • 提供者:沈燕妮
  1. servfox-analysis

    0下载:
  2. 搞了一段时间的嵌入式网络视频采集与传输,基本上在服务器端采集视频用的是servfox程序包,它可以用arm-linux-gcc编译后移植到开发板上,我现在一直在做这方面的工作,用的是S3C2410的板子,这个开源程序十分不错,觉得有必要深入理解和学习一下它的源程序,网上一般没有对它的详细说明,只是简单介绍了它怎么用的,就如我当初刚开始学习嵌入式时一样看不懂这个程序,现在对其各个代码作个详细的解释,以备后忘,也希望对新手有所帮助。-Engage in a period of acquisition
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:25359
    • 提供者:king
  1. ffplay_Android

    0下载:
  2. 本开源Android播放器基于ffmpeg开发,音视频在jni层直接输出,不使用java层的bmp和audiotrack输出,支持arm汇编加速,超级精简。-The open source Android player based on ffmpeg development, audio and video in the direct output of the jni layer, do not use bmp and audiotrack output, of the java layer
  3. 所属分类:android

    • 发布日期:2017-05-17
    • 文件大小:4814941
    • 提供者:mwaccount
  1. usbCamera

    0下载:
  2. 基于ARM上的QT视频监控程序,可以实时监控录像,实现了截图,自动截图,选择截图存储路径等功能。-Based on ARM QT video surveillance program, real-time video surveillance, to achieve a screenshot, screenshot, select the the screenshots storage path.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-06
    • 文件大小:4918
    • 提供者:rojian
  1. HC_sdk

    0下载:
  2. 海康威视客户端SDK(以下简称“客户端SDK”)是海康威视嵌入式网络硬盘录像机、视频服务器、IP设备的配套产品,用于设备远程访问及远程控制软件的开发,适用于以下产品型号: 客户端SDK主要功能: 图像预览、文件回放和下载、云台控制、布防/撤防、语音对讲、日志管理、解码卡. 远程升级、远程重启/关闭、格式化硬盘、参数配置(系统配置、通道配置、串口配置、报警配置、用户配置)等.-Hikvision client SDK (hereinafter referred to as " c
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-19
    • 文件大小:5273642
    • 提供者:a
  1. SQTEK-mini2440-S1

    0下载:
  2. 【申嵌视频-mini2440体验篇】内容: 申嵌mini2440体验篇1-1_拿到开发板之后,我要做什么事情_-1.rar 申嵌mini2440体验篇1-2_拿到开发板之后,我要做什么事情_-2.rar 申嵌mini2440体验篇2-1_嵌入式系统基础.PPT.rar 申嵌mini2440体验篇3-1_熟悉mini2440开发板硬件资源.rar 申嵌mini2440体验篇4-1_安装USB转串口线驱动1.rar 申嵌mini2440体验篇4-2_安装USB转串口线驱
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:64154
    • 提供者:琢光
  1. Lecture1ADS

    0下载:
  2. 国嵌的ADS讲座1,针对ARM的实践学习,是视频内容,作为学习bootload的必备内容学习-Lecture 1 embedded in the ADS country, the practice of learning for the ARM, is the video content, as the essential content learning learning bootload
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-20
    • 文件大小:30792119
    • 提供者:zhan
  1. Lecture2ADS

    0下载:
  2. 国嵌的ADS讲座2,针对ARM的实践学习,是视频内容,作为学习bootload的必备内容学习-Lecture 2 embedded in the ADS country, the practice of learning for the ARM, is the video content, as the essential content learning learning bootload
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-19
    • 文件大小:28739699
    • 提供者:zhan
  1. Atcppmpsrc066R

    0下载:
  2. tcpmp是ARM平台上的音视频编解码实现,包含全部源码。0.66是最后的完整开源源版本,之后的要么都有这或那的缺失,再晚,就封闭成了商业项目,不再开源。 可直接使用。 -tcpmp audio and video codecs on ARM platform to achieve, contains all the source code. 0.66 is the last complete Rource version, after either have this or that mi
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-22
    • 文件大小:3547731
    • 提供者:comp
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com