搜索资源列表
rgb2yuvNICE
- 一个把RGB类型的图片转换为YUV格式的好东西,我试验过了,真的很不错哦-put a type of RGB pictures YUV format conversion to the good stuff, I tried, oh, is really quite
GrabSample
- 从usb摄像头采集视频,可以存成yuv或rgb原始文件,适合做视频处理的开发人员使用。记得装directshow
yuv-rgb.tar
- 基于qt的视频采集系统,有xvid压缩和解压
camera test 基于GTK的USB视频采集程序
- 这个测试程序很简单,功能就是将USB摄像头采集的数据显示在屏幕上。写这个程序的目的是熟悉usb摄像头的一些基本操作方法,为以后在开发板上编写视频采集程序打好基础。本测试程序包括两部分:一是视频采集部分,主要通过v4l2接口操作摄像头,将采集的视频帧存放在内存缓冲区。二是显示部分,将视频缓冲区的数据显示到屏幕上。因为摄像头采集回来的数据帧为YUV格式,不能直接显示,需要转换成RGB格式才可以显示在屏幕上。图形界面采用GNOME桌面环境下的GTK图形库。程序主要参考了v4l2视频采集例程captur
ov2640
- OV2640的初始化代码,支持各种格式,支持RGB YUV格式-OV2640 initialization code, and supports a variety of formats, support for RGB YUV formats
camera_up
- Camera Interface模块是视频输入转换存储模块。该模块一端接通用的video camera设备,另一端接AHB总线。实现了将Camera捕捉到的数据进行转换、并通过DMA存储到memory中。该IP支持ITU-R BT 601/656 8-bit 模式。支持YCbCr, RGB格式输入。可以将camera产生的YCbCr信号转换成24bit RGB 信号,然后下采样生成16bit RGB 5:6:5的LCD能直接读取显示的数据。该设备支持图像的镜像和翻转,以便适应手持式设备在移动环境
proiect
- VisualDSP++ program. Gets a video input in PAL, transforms from the interlaced format in normal YUV and then in an RGB. Program based on Analog Devices example-Video Input.
SUN
- 实现YUV与RGB的转换和视频播放,短小,简洁。-YUV and RGB conversion achieve and video playback, short and concise.
videosubsamplingandycbcr
- rgb to yuv converter
CollectImage
- 图像采集,显示,rgb,yuv形式在窗口显示-image capture ,display on windows,rgb,yuv format
8bitYUV
- 使用 8 位 YUV 格式的视频呈现 颜色空间和色度采样率转换 本节提供了在 YUV 和 RGB 之间进行转换的指南,以及在某些不同 YUV 格式之间进行转换的指南。-8-bit YUV format video rendering color space and chroma sampling rate converter This section provides a guide for conversion between YUV and RGB as well as some diffe
rgb2ycbcr
- 对于视频编解码感兴趣的初学者非常有帮助,深入学习JPEG编码中RGB转成YUV格式的细节!-For beginners interested in video codec is very helpful, in-depth study details of the JPEG encoder RGB to YUV format!
camera
- android视频采集处理代码,包括YUV转RGB,及RGB转YCgCr等转换,并提供常用的数字图像处理算法,如平滑算法、滤镜算法及直方图均衡法。-android video acquisition and processing code, including YUV to RGB, and RGB to YCgCr such as conversion, and provide a common digital image processing algorithms, such as smoo
DllStarViewDecoder
- 把RTP载荷类型为96的h264视频的RGB值转换为Y分量,U分量和V分量-Translate the RGB format of h264 video to YUV format of h264 video, which payload is 96
video_capture
- 采用V4L2(video4 linux2)编程,在开发板上实现视频监控。开发板的USB外界摄像头后,运行该程序可在屏幕上看到实时监控画面。在V4L2中,视频设备被看作一个文件。打开设备文件后,获取设备的capability,检测视频设备支持标准,进而设定视频采集方式(内存映射的采集方式),捕捉到的图像数据利用yuv格式转换为rgb格式的算法进行处理,处理后的图像数据循环入队列缓存,并重新采集下一张视频数据。-Using V4L2 the (Video4 linux2), programming,
GC6113 camera driver
- The GC6113 is a highly integrated CMOSimage sensor, active pixel is 248x328. GC6113 outputs YUV/YCrCb 4:2:2 or RGB 565/555/444 data through the serial data bus. It can be used in MTK MT6252 and Spreadtrum SP6610 platform.
camera
- 该包中是视频采集的源码,里面有基本的从/dev/video 节点读取视频流数据,然后将yuv数据转换成RGB 输出到 framebuffer(fb) 中显示-this is the sorce of the video capture
rgb2yuv-master
- rgb space to yuv space