搜索资源列表
yuy2
- yuv 4:2:0 to yuyv 4
YUV和YUYV的转换
- 此程序是实现YUV和YUYV格式之间的转换
YUVviewer_src(UYVY)
- YUV播放器,仅适用于YUYV格式,其他的不行-Player only for YUYV
yuyv_bgra
- 用MMX指令优化的YUYV到BGRA函数 每39条指令可以处理4个象素,优于标准的每29个运算处理2个象素的算法 -conver yuyv(packed) to bgra(packed)
test
- 一个demo在网上的摄像头程序,加上sdl的接口做的一个摄像头播放程序,从摄像头读取yuyv数据,显示出来-A demo on the web camera program, coupled with sdl interface to do a camera player, read yuyv data from the camera is displayed
camerah264
- 本程序实现了摄像头的视频采集,并将yuyv格式转换为h264格式,程序包含x264库,makefile文件,可以直接make编译运行生成可执行文件-This program implements camera video capture and yuyv format to h264 format, the program contains x264 library, makefile files, you can make directly compile and run an executa
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)