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

搜索资源列表

  1. VidRead.tar

    0下载:
  2. Video Reading Code for Matlab. This some C++ and mex code written as a Matlab wrapper around the ffmpeg video reading libraries. It should compile under Windows and Linux. (The Windows compilation requires mingw gcc. Extact installation instructions
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:5313
    • 提供者:薛斌
  1. image_bmp_process

    0下载:
  2. 用纯C写的读RGB文件格式的代码,返回文件头和数据头,这样再读写数据就容易多了。支持8位,24位RGB图。Linux系统里面RGB图片数据格式存储格式为RGB,从上往下填充;而Windows系统里,RGB图片存储格式为BGR,从文件的最后一行开始填充,所以读取RGB图时得注意。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3710
    • 提供者:gomo
  1. 6

    0下载:
  2. 关于linux下面的,OV511芯片摄像头的驱动,这个驱动是直接出RGB图象格式的,网上没有的,网上的一般都是出YUV420格式的,对于2410上面过来的人使用比较方便
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:67452
    • 提供者:叶健聪
  1. libv4l-0.6.2-test.tar

    0下载:
  2. 最新的测试版:一个可用于编写v4l2 camera应用程序的库libv4l,里面除有常用的v4l2 ioctl调用的封装API外,还有yuv到rgb转换、rgb到yuv转换和jpeg decoder API。-The latest test version of: an application for writing v4l2 camera library libv4l, which are commonly used in addition to the package v4l2 ioctl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:128759
    • 提供者:碧海
  1. OV511-BS-camera

    1下载:
  2. linux下,基于S3C2410开发板的家庭视频监控系统,基于OV511芯片摄像头,实现了软件方式的RGB图像编码,包括驱动,动态连接库,核心代码。采用B/S结构设计,-under linux, S3C2410 development board based on the family video monitoring system, based on the OV511 chip camera, the software realization of the RGB image coding
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-04-30
    • 文件大小:377634
    • 提供者:林锋
  1. rgb3

    0下载:
  2. 在linux中打开bmp图片: 在命令行智能光运行得出执行文件后,输入执行文件名和要打开的bmp文件名运行就可以啦.-Open the bmp picture in linux system.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1530
    • 提供者:盛志超
  1. ycbcr2rgb

    0下载:
  2. Blackfin 在linux下ycbcr转rgb的汇编文件-Blackfin in ycbcr under linux the compilation of documents to rgb
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1613
    • 提供者:cheng
  1. ShowYUV

    0下载:
  2. 用于嵌入式linux设备中rgb和YUV图像的转换-Rgb for embedded linux devices and YUV image conversion
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:370464
    • 提供者:yuyingzhi
  1. linux-v4l

    0下载:
  2. 三星为测试CMOS模块,有一个简单的cam2fb.c 演示.它演示了RGB格式的CMOS摄像头,但是代码风格太乱了,因此我把代码重写,写成几个函数来简化处理.-允许输入拉丁字符的拼音 Samsung for testing CMOS modules a simple cam2fb.c-demo. It demonstrates the RGB format CMOS camera, but the code style too messy, so I rewrite the code, wr
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:14053
    • 提供者:king
  1. 20120903-rgb2yuv

    0下载:
  2. linux环境,c++,rgb格式转换为uyvy格式的代码-linux environment, c++, rgb the format conversion as uyvy format code
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:4367518
    • 提供者:侯杰
  1. camera_yuv_rgb_framebuffer

    3下载:
  2. linux下通过V4L2的接口调用camera,获取数据。保存成YUV和RGB文件。可以通过YUV和RGB工具查看是否获取数据正常与否。可以在ubuntu中,切换成framebuffer,申请一块内存使其显示在屏幕。-in linux,with v4l2 interface,open camera and obtain data buffer.we can save data buffer with yuv or rgb.such as rawview tools,check data buff
  3. 所属分类:其他小程序

    • 发布日期:2014-01-08
    • 文件大小:3941
    • 提供者:林全金
  1. CameraRead

    0下载:
  2. 从遵从linux V4L2协议的视频卡采集视频数据并播放的一个简单的qt程序,直接采集yuv数据,通过软件转成RGB数据播放,上次上传是缺失的头文件已补齐。-Qt program to capture video data from the video card to comply with linux V4L2 agreement and play a simple, direct acquisition yuv data, convert the RGB data playback via
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-11
    • 文件大小:46560
    • 提供者:1326402585
  1. disp.rar

    0下载:
  2. linux 调用sdl库的显示程序。显示的数据为yuv(yuyv,1600x1200),支持yuv(YV12,IYUV,UYVY,YUYV等等),程序还包括rgb数据到yuv(YV12,IYUV,UYVY,YUYV)的转换。程序代码默认图像大小1600x1200,用户可根据需要修改。方便大家了解怎么样在linux进行显示。 ,the program is use sdl to display.the data of display is yuv(YUYV 1600x1200).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-12
    • 文件大小:4714
    • 提供者:yanlingzhen
  1. yuvtobmp

    0下载:
  2. 在linux下,yuyv转换为rgb格式-Under linux, yuyv convert rgb format
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-23
    • 文件大小:2283
    • 提供者:crazylinus
  1. Jpg_decoder.zip

    0下载:
  2. win32下的与linux下的jpg解码的程序,测试通过,读取jpg图片文件,并保存为bmp文件,bmp +40偏移为rgb流,under win32 under linux jpg decoding procedures, test
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:14413
    • 提供者:jackshen
  1. leds-bd2802

    0下载:
  2. RGB LED driver for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-25
    • 文件大小:4588
    • 提供者:zangjifu7
  1. vpfe_capture

    0下载:
  2. VPFE Video for Linux Capture Driver for Linux Driver. VPFE Capture driver allows applications to capture and stream video frames on DaVinci SoCs (DM6446, DM355 etc) from a YUV source such as TVP5146 or Raw Bayer RGB image data from an image sensor su
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-25
    • 文件大小:12720
    • 提供者:yongiaolon
  1. yuvtorgb

    0下载:
  2. YUV to RGB conversion in linux
  3. 所属分类:Driver develop

    • 发布日期:2017-12-07
    • 文件大小:1235
    • 提供者:dbox2005
  1. RGB-scaling-algorithm

    0下载:
  2. 在linux环境下基于c语言的RGB缩放算法-RGB scaling algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2615
    • 提供者:唐明智
  1. RGB_D_Slam_test

    0下载:
  2. 在linux下运行的 深度相机slam ,C++语言。 (Running under Linux depth camera slam, C + + language.)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:3817472
    • 提供者:hanahan789
« 12 »
搜珍网 www.dssz.com