CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - video stream

搜索资源列表

  1. DCT_vhdl

    1下载:
  2. IDCT-M is a medium speed 1D IDCT core -- it can accept a continous stream of 12-bit input words at a rate of -- 1 bit/ck cycle, operating at 50MHz speed, it can process MP@ML MPEG video -- the core is 100% synthesizable-IDCT-M is a medium speed
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:10.48kb
    • 提供者:陈朋
  1. btvid-2-with-streaming

    0下载:
  2. developed under vxwork, support bt878 video card, use socket to stream video out.
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:83.9kb
    • 提供者:Donghua Gu
  1. FPGA_BT_656

    0下载:
  2. 采用FPGA通过BT_656接口实现传输4路视频流的方法 -FPGA through the use of BT_656 interface 4-way video stream transmission method
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:169.66kb
    • 提供者:Jimmysun
  1. Splitter

    0下载:
  2. Splitter file to be used to split altera avalon st video stream into two avalon st streams.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:232.02kb
    • 提供者:formjk
  1. H.264CIFDemoviaPCI_v2.0

    0下载:
  2. 实现4路CIF格式视频DSP端H.264 v1.1编码,然后通过PCI以流方式传送到PC机解码并实时播放-Achieve the 4-channel CIF-format video encoding DSP-side H.264 v1.1, and then transmitted to the PCI to PC-stream decoding and real-time playback
  3. 所属分类:DSP program

    • 发布日期:2017-03-27
    • 文件大小:778.42kb
    • 提供者:jesse
  1. RVD.tar

    0下载:
  2. Realtime Video Display - Displaying real time video captured from a camera is an essential function in a vari- ety of applications ranging from CCTV se- curity monitoring to webconference meet- ings. In this project, we propose to build a s
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-13
    • 文件大小:20.38mb
    • 提供者:Dang Tien Dat
  1. rfc5104.txt

    0下载:
  2. This document specifies a few extensions to the messages defined in the Audio-Visual Profile with Feedback (AVPF). They are helpful primarily in conversational multimedia scenarios where centralized multipoint functionalities are in use. Howeve
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:76.63kb
    • 提供者:歪歪
  1. design-the-driver-of-linux

    0下载:
  2. 基于嵌入式开发视频流的黄金文档,包括开发环境的搭建,如何添加驱动,如何修改操作系统等,如果仔细阅读,你会了解整个设计过程-Video stream based on the gold embedded development documents, including the development environment to build, how to add drivers, how to modify the operating system, if carefully read, you
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:156.78kb
    • 提供者:lihan
  1. VmodCAM-0.0

    0下载:
  2. 从VMOD设想头中读入视频流数据,将其存在ddr2中,并且通过Hdmi线显示出来-Read into the video stream data from the VMOD envisaged head, exist ddr2, and the the Hdmi line displayed
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2.2mb
    • 提供者:康恺
  1. video_stream_scaler

    3下载:
  2. 该模块能对视频分辨实时缩放,采用最近邻域和双线性差值算法。该模块可以实时配置输入输出的分辨率、缩放因子,缩放算法类型等参数,也可在编译时采用默认配置。-The Video Stream Scaler (streamScaler) performs resizing of video streams in a low latency manner, resizing with either bilinear or nearest-neighbor modes.The core offers run
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-09-11
    • 文件大小:11.21mb
    • 提供者:高军
  1. multiplary-mini2440.tar

    0下载:
  2. 通过摄像头就可以在2440上传输视频流,在客户端可以通过iP端口监视视频,这是源码,自己编一下就行了,推荐使用4.4.3的交叉编译-Through the camera can transmit the video stream in the 2440, the client can through the iP port surveillance video, this is the source code, make it on their own line, recommended the
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:977.07kb
    • 提供者:blue haha
  1. armserver

    0下载:
  2. 基于Linux系统DSP6467T的应用程序,主要用于视屏流采集、编码和传输。程序码流采用H.264压缩传输,通过网络TCP协议传给上位机。-The application of Linux system based on DSP6467T, mainly used for video stream acquisition, coding and transmission. Program stream using H.264 compression and transmission, tran
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-26
    • 文件大小:348.13kb
    • 提供者:surui
  1. av_x264.tar

    0下载:
  2. 代码实现从usb摄像头实时捕获数据,然后用x264库进行软编码,在通过tutk的av通道实现视频流的实时传输。在linux下用交叉编译器可顺利编译通过,下载到arm开发板上即可执行。-Code to achieve capture data the USB camera in real time, and then the soft code with the x264 library, in real-time transmission through AV channel tutk vid
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:1.22mb
    • 提供者:zhushanbo
  1. udp_server

    0下载:
  2. Socket server that sends video stream a server to a client. Uses opencv to get the data, which is transformed into bytes. Ran on an embedded linux zynq cpu.-Socket server that sends video stream a server to a client. Uses opencv to get the data, whi
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:355.4kb
    • 提供者:danny
  1. image_combine_v

    0下载:
  2. 用于在FPGA中实现图像叠加字幕,字符为FPGA内部rom存储的点阵。-combine word on video stream in FPGA
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:2.3kb
    • 提供者:夏思宇
  1. redobjectracking

    0下载:
  2. Object Recognition of Red color objects in a Live video stream camera. It is a Matlab Code-Object Recognition of Red color objects in a Live video stream camera. It is a Matlab Code
  3. 所属分类:DSP program

    • 发布日期:2017-04-13
    • 文件大小:2.17kb
    • 提供者:JayaKumar
  1. vedio_in_out(0618)

    0下载:
  2. 系统基于ADSP-BF548 EZ-KIT Lite,基于2维DMA的实时视频流的采集存储和LCD实时显示;字库移植,overlay的显示,串口升级主程序,按键调整十字光标的位置-System is based on ADSP-BF548 EZ-KIT Lite, based on real-time acquisition and storage 2-dimensional DMA' s video stream, and LCD real-time display font tran
  3. 所属分类:DSP program

    • 发布日期:2017-05-09
    • 文件大小:1.74mb
    • 提供者:chensisi
  1. DCP

    0下载:
  2. Code to encode video stream into j2k files
  3. 所属分类:DSP编程

    • 发布日期:2017-02-02
    • 文件大小:94.08kb
    • 提供者:morfeyka
  1. MT9M001_FULL_D1

    0下载:
  2. 基于BIOS/DSP的嵌入框架,将MT9M001的CMOS图像传感器连接至DM642的一个VP口上,并实现RAW数据流采集,使用SAA7105H视频编码器编码成ITU-BT656格式的视频流,实现AV和VGA实时显示(The embedded framework based on BIOS/DSP and CMOS image sensor MT9M001 is connected to a DM642 port VP, and implement the RAW data stream cap
  3. 所属分类:DSP编程

    • 发布日期:2017-12-25
    • 文件大小:1.63mb
    • 提供者:`椰子
  1. verilog读取bmp图像数据的程序段.txt

    0下载:
  2. verilog 写的程序段,实现的功能是把bmp图像直接读到数组中。主要是用在仿真过程中,读取图像数据产生video激励用。 代码是个代码片段,只是读取bmp图像部分。 有分的觉得有用的话赏个分,没分的捧个场啦。(read bmp data to array ,used in video stream gen when sim)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-27
    • 文件大小:2kb
    • 提供者:stone%^_^
« 12 »
搜珍网 www.dssz.com