搜索资源列表
yuyv_yuv
- yuyv与yuv格式之间的相互转换源码,mfc编成实现,可以方便实现两种格式的相互转换-yuyv and yuv format conversion between the source, mfc organization realized, can facilitate the achievement of both the format conversion
rawsource
- RawSource (string filename, int width, int height, string pixel_type, int offset) # for loading raw video data # # filename: the raw file e.g. a YUV-file # width, height: you must specify the image dimensions. width is max 2880 # pixel_type
yuy2
- yuv 4:2:0 to yuyv 4
rgb2yuyv.tar
- 在linux下,将bmp格式的图片转换成yuyv格式
v4l2_yuyv2RGB16
- v4l2 的视频采集 将yuyv转为RGB
YUV和YUYV的转换
- 此程序是实现YUV和YUYV格式之间的转换
基于V4L2的视频采集程序
- 基于V4L2的视频采集程序 支持采集YUYV输出格式的摄像头,并转换为RGB格式,动态实时显示,可达30帧每秒,显示清晰,流畅。。。
反交错处理,去除锯齿,隔行转逐行
- 反交错处理,去除锯齿,隔行转逐行,输入为yuyv序列,De-interlacing to remove the sawtooth, interlaced to progressive, YUYV input sequence
yuv
- 把bmp结尾的图片转换成YUV文件-Bmp picture at the end of the converted YUV file
YUVviewer_src(UYVY)
- YUV播放器,仅适用于YUYV格式,其他的不行-Player only for YUYV
showYUYV
- 打開及顯示16bpp YUYV文件,或可以加入載入16位YUYV數據的數組頭文件-open and display 16bpp YUYV binary file or please add a header file containing an array of data
m5602video.tar
- 基于QT4的linux 摄象头用应程序,支持YUYV格式 -QT4-based program for linux Camera used to be in support of YUYV format
yuyv_bgra
- 用MMX指令优化的YUYV到BGRA函数 每39条指令可以处理4个象素,优于标准的每29个运算处理2个象素的算法 -conver yuyv(packed) to bgra(packed)
mediasever
- 简单的socket实现基于XV显示的linux的网络视频播放器的(YUYV)的服务器端,供学习-Simple socket implementation of linux-based XV shows the network video player (YUYV) of the server side, for learning
formats-coverting-function
- 视频格式转码函数,YUV420、YUV420sp(NV12)、yuyv、uyvy、yvu420、y41p、yuv410、yuv422p、yuv411p、rgb8、rgb15、RGB16、rgb24、RGB32 等格式之间的相互转换函数库-function library for video Formats converting between YUV420、YUV420sp(NV12)、yuyv、uyvy、yvu420、y41p、yuv410、yuv422p、yuv411p、rgb8、rgb1
androidUSBCamera
- 这是Android 2.3.4版本的 UVC Camera 测试程序, 使用YUYV格式, (其实 MJPG 格式也是可以用的, 只要我注释掉的那几行代码 uncomment一下就好了) 所使用的 camera 在android 中的设备节点是 /dev/video1 , 做为前置摄像头, 要运行起这个程序可能有点麻烦, 因为我修改了一些不相关的 JAVA 代码, 而要正确编译这个程序, 懂得补充(或者去掉)这些JAVA部分 但是如果使
Write_withJpeglib
- 利用libjpeg库来实现yuyv格式转换为.jpg文件的代码,用c书写的。-Libjpeg library to achieve yuyv format converted to jpg file code, written in c.
YUYV-to-RGB
- UVC摄像头YUYV数据转为RGB C语言代码,查表法YUYV转换RGB速度很快-UVC camera YUYV data into RGB C language code lookup table to convert RGB fast YUYV
YUYV to RGB 20170620
- UVC摄像头YUYV数据转为RGB C语言代码,查表法YUYV转换RGB速度很快(UVC camera YUYV data into RGB C language code lookup table to convert RGB fast YUYV)
video_test
- linux下,通过调用uvc 摄像头来使用v4l2编程,获取yuyv的图像数据,有兴趣的朋友可以看看(Under Linux, using uvc camera to use v4l2 programming, get yuyv image data, interested friends can see)