搜索资源列表
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
基于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
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
camera
- V4L2摄像头获取yuyv在转换成jpg格式-V4L2 camera Get yuyv conversion into jpg format
PVP_convolution
- BF609利用pvp实现图像的灰度转换,由YUYV转为灰度图,同时实现图像的下采样(BF609 uses PVP to transform the gray level of the image, turn from YUYV to gray level, and realize the lower sampling of the image.)
cam_x264_v2.0
- 1.摄像头通过V4L2采集yuyv格式图像数据 2.yuyv转yuv420p格式 3.yuv420p通过x264编码压缩为h264码流 4.将h264码流通过tcp传输到显示端 5.显示端接收h264码流,并保存为本地文件,程序运行结束后可通过VLC播放器直接打开xxxx.h264文件进行播放(1. Camera collects image data in Yuyv format by V4L2. Yuyv converts to Yuv420p format. Yuv420p is comp
