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

搜索资源列表

  1. v4l2_camera 视频采集服务器

    1下载:
  2. 一个视频采集服务器,将摄像头(支持JPEG)采集的视频客户端, 客户端可以是浏览器,http://localhost:端口号/?action=stream qt客户短 注意:编译时不能用makefile(每做好) 执行时如:execute_file /dev/vedio0 -A video capture server, the camera (supports JPEG) capture video client, the client can be a browse
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-05-10
    • 文件大小:2319571
    • 提供者:tangqiang
  1. Video-motion-detection-algorithm-source-code

    0下载:
  2. 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。-This article implements a continuous video data stream in several different motion detection algorithms, they are based
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1350100
    • 提供者:憨豆
  1. Picture.Translate.Of.Remote.Desktop.Control

    0下载:
  2. 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:54307
    • 提供者:whoamixp
  1. LANmonitor

    0下载:
  2. 局域网屏幕监控系统是主要由客户端和服务器端两部分组成。  客户端模块 该模块主要用于抓取屏幕信息,进行数据压缩,然后划分数据报,向服务器端发送数据,并等待服务器发来的确认信息。  服务器端模块 该模块主要用于接收客户端发送的数据报,然后向客户端发送确认信息,接着组合数据报为JPEG数据流,最后显示JPEG图像。-LAN monitoring system is the main screen by the client and server-sid
  3. 所属分类:Communication

    • 发布日期:2017-05-10
    • 文件大小:2179342
    • 提供者:志勇
  1. EZWencoding

    0下载:
  2. The EZW encoder is based on progressive encoding to compress an image into a bit stream with increasing accuracy. This means that when more bits are added to the stream, the decoded image will contain more detail, a property similar to JPEG encoded i
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:57676
    • 提供者:manikandan
  1. LANscreenmonitoringsystem

    0下载:
  2. 局域网屏幕监控系统是主要由客户端和服务器端两部分组成。  客户端模块 该模块主要用于抓取屏幕信息,进行数据压缩,然后划分数据报,向服务器端发送数据,并等待服务器发来的确认信息。  服务器端模块 该模块主要用于接收客户端发送的数据报,然后向客户端发送确认信息,接着组合数据报为JPEG数据流,最后显示JPEG图像。 -LAN-screen monitoring system is the main by the client and server-
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-17
    • 文件大小:4896375
    • 提供者:leon
  1. LANscreenMonitoringSystem

    0下载:
  2. 局域网屏幕监控系统是主要由客户端和服务器端两部分组成。客户端模块:该模块主要用于抓取屏幕信息,进行数据压缩,然后划分数据报,向服务器端发送数据,并等待服务器发来的确认信息。服务器端模块:该模块主要用于接收客户端发送的数据报,然后向客户端发送确认信息,接着组合数据报为JPEG数据流,最后显示JPEG图像。 -LAN-screen monitoring system is the main by the client and server-side of two parts. Client mo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-18
    • 文件大小:4932990
    • 提供者:暗物质
  1. imgfrompdf

    0下载:
  2. A very short code for extracting JPEG images from pdf files. Note that there is no manipulation of data with copyrighted algo s, just the stream is copyied. You have also a little example.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-08
    • 文件大小:283055
    • 提供者:mztl
  1. MotionDetectionAlgorithms

    0下载:
  2. Motion Detection Algorithms There are many approaches for motion detection in a continuous video stream. All of them are based on comparing of the current video frame with one from the previous frames or with something that we ll call background. I
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:282630
    • 提供者:reyjav
  1. uglvdemo

    0下载:
  2. * WindML Example - Video image handling * This example program demonstrates how a video stream may be displayed * to an overlay surface. * To start the video demonstration program: * -> ld <uglvdemo_ugl.o * -> uglvdemo mode, jpegF
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:8753
    • 提供者:pb
  1. Video4Linux

    0下载:
  2. 实现了Video4Linux和USB摄像头驱动的静态加载;(2)库文件的交叉编译与移植,实现了JPEG的交叉编译与移植;(3)V4L的编程思想,实现了视频图像的采集;(3)帧缓冲设备的使用,利用帧缓冲设备实现图像的显示;(4)将摄像头采集的BRG流转为RGB流,实现图像的正常显示以及JPEG格式图片的保存。(实验报告里面包含详细的代码)-Achieved and the USB camera driver Video4Linux static load (2) cross-compiled l
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-16
    • 文件大小:4364196
    • 提供者:谭火超
  1. Hi_MJPEG_DEC_SDK_V1.0.0.2

    0下载:
  2. the hi_mjpeg_dec_w.exe is built base on the hi_mjpeg_sample.c and static libary of the decoder, the command format is as following: hi_mjpeg_dec_w.exe test.jpg [test.yuv] Notes: test.hjpg is a jpg stream file according with JPEG. test.yu
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:69744
    • 提供者:endy
  1. LLANcontrrlA

    0下载:
  2. 局域网屏幕监控系统是主要由客户端和服务器端两部分组成。客户端模块该模块主要用于抓取屏幕信息,进行数据压缩,然后划分数据报,向服务器端发送数据,并等待服务器发来的确认信息。服务器端模块该模块主要用于接收收客户端发送的数据报,然后向客户端发送确认信息,接着组合数据报为JPEG数据流,最后显示JPEG图像。操作注意事项(1)可执行文件位置:Server\Debug\Server.exe Client\De -The LAN screen monitoring system is mainly co
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-13
    • 文件大小:2163645
    • 提供者:liming
  1. shipingenzong

    0下载:
  2. 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。 -Some approaches to detect motion in a video stream. There are many approaches for motion detection in a continuous v
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:649852
    • 提供者:zys
  1. NetTran

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-15
    • 文件大小:132978
    • 提供者:霍小刘
  1. uvc_stream

    0下载:
  2. "uvc_stream" is a command line application to stream JPEG files over an IP-based network from the webcam to a viewer like Firefox, Cambozola, Videolanclient or even to a Windows Mobile device running the TCPMP-Player.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1686805
    • 提供者:魏子評
  1. JPEGcoding

    0下载:
  2. JPEG压缩编码,将输入的BMP图像进行DCT变换、霍夫曼编码后输出码流。-JPEG compression coding, the input BMP image DCT, Huffman encoded output stream.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:61492
    • 提供者:Jack
  1. LanSCREEMMonitor

    0下载:
  2. 局域网屏幕监控系统是主要由客户端和服务器端两部分组成。 客户端模块该模块主要用于抓取屏幕信息,进行数据压缩,然后划分数据报,向服务器端发送数据,并等待服务器发来的确认信息。 服务器端模块该模块主要用于接收客户端发送的数据报,然后向客户端发送确认信息,接着组合数据报为JPEG数据流,最后显示JPEG图像。 -LAN-screen monitoring system is mainly composed of client and server-side two
  3. 所属分类:Communication

    • 发布日期:2017-06-14
    • 文件大小:20677483
    • 提供者:qqq
  1. BmpToJpgJpgToBmp

    0下载:
  2. 实现jpeg压缩和解压缩,将彩色图像进行颜色空间转换、对不同的颜色分量进行不同的采样、对于3个分量进行8×8的DCT变换、对DCT系数矩阵按照JPEG推荐的量化表进行量化;对量化后的系数进行Z形扫描,最后进行熵编码,形成码流,计算比特数,和压缩比。解压从量化后的DCT系数表开始逆向进行-Jpeg compression and decompression, the color image is a color space conversion, the different color compo
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-21
    • 文件大小:6219146
    • 提供者:余峰
  1. uvc_stream_server

    0下载:
  2. "uvc_stream" is a command line application to stream JPEG files over an IP-based network from the webcam to a viewer like Firefox, Cambozola, Videolanclient or even to a Windows Mobile device running the TCPMP-Player.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:34652
    • 提供者:John
« 1 23 »
搜珍网 www.dssz.com