搜索资源列表
友善之臂MICRO2440摄像头采集与LCD显示源程序
- 友善之臂MICRO2440摄像头采集与LCD显示源程序。编译需要加 -ljpeg选项。用arm-linux-gcc编译。压缩包中的v4l2_bf_10为编译后的可执行文件。可以直接下载到板子上运行。,micro2440 V4L2 api programing,display the picture on LCD.
v4l2
- 这是v4l2标准的说明文档,其中包含了一个比较完善的测试程序-This is a v4l2 standard documentation, which contains a relatively complete test program
关于Linux的视频编程(v4l2编程)
- 关于Linux的视频编程(v4l2编程) (2011-01-05 17:34) 分类: 流媒体协议学习 要做的任务是,把一块板子上的摄像头采集的图像和声卡采集的声音(貌似很啰嗦哈)通过TCP/IP协议传输到另一块板子上。第一步,先把视频获取并且在本地LCD上显示。看了板子提供的文档,视频传输需要用V4L2的API。
Linux的帧缓冲(Frame Buffer)之三:LCD上显示摄像头
- V4L2.rar Linux的帧缓冲(Frame Buffer)之三:LCD上显示摄像头 . 分类: Linux驱动 2011-05-31 11:52 742人阅读 评论(2) 收藏 举报 一个简单的应用程序,来实现在LCD上显示当前camera的图像数据,也可以根据键盘输入保存摄像头数据到BMP图片中。
v4l2-video-capture
- 在linux系统下采用v4l2框架实现对摄像头视频的实时采集,并且在Qt界面上显示,可以运用在linux PC机上,也可以用在嵌入式系统下/-V4l2 linux system used under the framework implementation of real-time collection of video camera, and displayed on the Qt interface can be used in the linux PC machine can also b
GEC2440_Cam_V4l_Test
- 基于GEC2440的Linux下摄像头采集实验 实验代码中含有详细中文注释 该实验组主要是帮助理解Liunx下摄像头设备的访问方式 图像数据RGB565处理和显示方式 1.Frame图像数据显示(showRGB.c) 使用RGB565数据格式构造的图像数组,在LCD上显示红绿蓝三色图。 2.图像数据保存(saveRGB.c) 将上一实验中构造的三色图数据写入文件。 3.显示文件中的图像(readRGB.c) 将保存在文件中的图像数据读取并查看数据。
v4l2_bf
- V4L2接口 支持平台ARM9 S3C2440 LCD支持320x240 应用程序-V4L2 interface support platform ARM9 S3C2440 LCD support 320x240 application
save
- linux下通过v4l2接口获取摄像头数据(yuyv),并转换为rgb24,再保存为24位bmp。最后在lcd上显示(rgb32)。-linux v4l2 interface to get through the camera data (yuyv), and converted to rgb24, and then save it as a 24 bmp. Finally in the lcd display (rgb32).
swc
- 摄像头采集 linux下的 V4L2 视频信息的采集与LCD 显示-Camera capture
daizeyang
- 利用v4l2采集usb摄像头数据,并通过framebuffer显示,lcd窗口的大小缩放用opencv实现-use v4l2 opencv fb
usb_camera_for6410
- V4L2驱动编程实例,摄像头是zc301p,实现视频的采集和在ok6410上的LCD的现实功能。-V4L2 driver programming examples, the camera is zc301p, to achieve realistic functional video capture and on ok6410 of the LCD.
cam2lcd_test
- 嵌入式linux上实现摄像头图像显示,使用v4l2获取图片,然后转换为LCD能识别的格式来显示。-The realization of embedded linux camera image display, use v4l2 get the picture, and then converted to a recognizable format LCD display.
sunxi-tvin-master_2017.3.28
- 全志 京瓷屏配置文件 tvin摄像头,v4l2(allwinner config of lcd)
video_lcd_show-master
- V4L2摄像头采集接口程序,并且在ARM9上LCD显示成功(V4L2 camera acquisition interface program, and on ARM9, LCD shows success.)