Location:
Search - v4l2 qt
Search list
Description: 这是qt下的基于v4l2的图像采集和显示的程序,对于资料很少的v4l2的学习来说很有用!
Platform: |
Size: 18117 |
Author: tkwaitz |
Hits:
Description: 这是qt下的基于v4l2的图像采集和显示的程序,对于资料很少的v4l2的学习来说很有用!
Platform: |
Size: 207694 |
Author: tkwaitz |
Hits:
Description: 这是qt下的基于v4l2的图像采集和显示的程序,对于资料很少的v4l2的学习来说很有用!
Platform: |
Size: 3485 |
Author: tkwaitz |
Hits:
Description: 该程序主要用于采集USB摄像头图像,在LINUX平台下运行,能够教材编译后移植到ARM9/11的开发板上运行
Platform: |
Size: 5881 |
Author: 465035933@qq.com |
Hits:
Description: 公司项目 基于v4l2和嵌入式QT的视频采集显示应用程序,希望对做linux下视频采集的同行有所帮助。-Project v4l2 and embedded QT-based video capture shows that the application would like to do video capture under linux has to help the peer group.
Platform: |
Size: 66560 |
Author: 方德 |
Hits:
Description: 一个简单的QT和V4L2结合使用的例子,非常好用。-A good example about captureing video by v4l2 with Qt.
Platform: |
Size: 36864 |
Author: ljmasdf1 |
Hits:
Description: 使用v4l2,qt,ffmpeg编写的有gui的视频采集程序-Use v4l2, qt, ffmpeg has prepared a video capture program gui
Platform: |
Size: 236544 |
Author: YF |
Hits:
Description: 基于v4l2和QT的视频采集显示应用程序,希望对做linux下视频采集的同行有所帮助。-QT-based video capture v4l2 and display applications, want to do video capture under linux peer help.
Platform: |
Size: 21504 |
Author: hemaio |
Hits:
Description: 在arm下进行视频实时采集和显示,使用V4L2与Qtimer结合的QT程序。-Under the arm real-time video capture and display, combined with V4L2 and Qtimer QT program.
Platform: |
Size: 5120 |
Author: Henry |
Hits:
Description: 在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 be used in embedded systems /
Platform: |
Size: 4096 |
Author: 彭志军 |
Hits:
Description: 网络摄像头 基于v4l2 在tq2440开发板上显示采集视屏 同时udp传输到电脑-internet camera
Platform: |
Size: 52224 |
Author: zhang |
Hits:
Description: 一个自己制作的基于QT的监控界面,摄像头驱动是符合V4L2的API。-A own work based on QT monitoring interface, camera driving is accord with V4L2 API.
Platform: |
Size: 7168 |
Author: lly |
Hits:
Description: v4l2图像的实时显示,需要QT环境,编译方法为qmake -project qmake make-v4l2 real-time image display, the QT environment, compiler methods
qmake-project qmake make
Platform: |
Size: 8192 |
Author: Bilal. |
Hits:
Description: 由于友善的mini2440没有提供qtopia2.2.0上关于USB摄像头图像采集界面的源代码,所以自己写了个,可以在qtopia2.2.0上采集视频的界面(前提内核USB摄像头驱动符合V4L2标准,本人用的是ZC301的摄像头),供大家参考。3G部分没有做,所以如果不想要的话可以在qt中把启动3G的插槽去掉,对比度亮度的插槽留出来了,想要的可以自己添加。-Because of the mini2440 did not provide friendly qtopia2.2.0 on USB cameras image collection interface of source code, so I wrote a, can be in qtopia2.2.0 video collection of the interface (premise kernel USB camera driving accord with V4L2 standard, I use is ZC301 cameras), for your reference. 3 G part does not have to do, so if you didn t want to put words in qt start in 3 G slot cut off, and the contrast of the slot for out the brightness, want to add your own.
Platform: |
Size: 67584 |
Author: lly |
Hits:
Description: 采用v4l2 进行USB摄像头数据采集,并且,能够通过QT界面来进行图像数据的显示-Using v4l2USB camera data acquisition, and, through QT interface to the display image data,,,
Platform: |
Size: 30720 |
Author: lgc |
Hits:
Description: v4l2-qt打开摄像头,并显示。 通过v4l2获取摄像头视频,然后用qt吧获取的视频图像显示出来。-video capture interface
Platform: |
Size: 5120 |
Author: 郭亮 |
Hits:
Description: linux平台下V4L2摄像头视频采集-QT界面-Under linux platform V4L2 video capture camera-QT interface
Platform: |
Size: 29696 |
Author: jiang |
Hits:
Description: 本代码是基于v4l2的qt实时视频处理,代码主要包括图片的处理,视频工具的使用-The code is based on the qt v4l2 real-time video processing code including processing of the picture, using video tools
Platform: |
Size: 514048 |
Author: 范慧芳 |
Hits:
Description: QT+DirctShow UVC摄像头视频显示(QT+DirctShow UVC Camera Test)
Platform: |
Size: 8192 |
Author: kidding_
|
Hits:
Description: 本程序由Qt Creator 2.4.1编译生成。
主要代码文件如下:
tdl.pro
mainwindow.h
mainwindow.cpp
main.c
mainwindow.ui
Makefile
参数:
在server ip文本框内填写服务器的IP
在server port文本框内填写服务器的端口
若要在PC机运行本程序,只要在PC的linux系统中安装QT编译器,然后编译运行即可
若要运行于ARM 平台,则需要使用QT-embedded软件编译,之后将程序和库文件复制到ARM上,运行即可。
这里说的很简单,但是大致过程是这样的,具体细节只要亲自去做了,困难会很快解决的。(Qt Creator 2.4.1 show video)
Platform: |
Size: 21504 |
Author: Dwyane05 |
Hits: