-
linux Qt V4L2 视频采集 拍照
在linux平台下使用Qt开发工具编写的视频采集与拍照保存程序,使用视频采集接口为V4L2,程序是自己写的测试程序,静态库也已经添加进去了,只需要重新编译,然后运行就可以了
- 2022-03-20 17:47:40下载
- 积分:1
-
QT实现USB摄像头拍照
本实例使用QT设计了GUI,并且读取USB摄像头,可以实现拍照功能
- 2020-11-04下载
- 积分:1
-
qt-camera
使用QT打开摄像头的程序 并且实现简单的拍照。QT使用的是windows下的(Use QT to open the camera program and simple pictures implementation. The use of the QT is under Windows)
- 2020-10-26 09:30:01下载
- 积分:1
-
QT_QQchat_example
qt站式学习,学习驱动的朋友,必须具备的利器!还有更多的qt资料可以发信!局域网聊天工具!相当好!(the qt stop learning, learning to drive the friend, you must have a weapon! More qt data can write! LAN chat tools! Pretty good!)
- 2013-03-10 23:21:12下载
- 积分:1
-
shadowwidget
实现QT的阴影窗口效果
编译环境VC6(VS2008) + qt插件(QT shadow widget)
- 2012-03-18 10:08:53下载
- 积分:1
-
MYSQL
MYSQL数据库的连接使用,适合才接触QT的人学习使用(MYSQL database connection using)
- 2014-04-01 17:33:47下载
- 积分:1
-
qt 串口 程序 3
seriaport send fernsf recive OK DOWLAOD YOU CAN SEE LATER
- 2022-07-01 06:25:50下载
- 积分:1
-
TestProtocol
QT4.6实践编写串口调试助手(原创全源码),
包括使用qextserial,包括可在linux和windows两种环境下识别通讯方式,和硬件接口识别。非常适合初学者学习,建议下载QT_Create最新版本 (QT4.6 practice, the preparation of serial debugging assistant (original full source code), including the use of qextserial, including linux and windows in the two kinds of environments identify means of communication, and hardware interface identification. Very suitable for beginners to learn, it is recommended to download the latest version of QT_Create)
- 2009-12-29 09:42:45下载
- 积分:1
-
Qt插入MySQL数据库源代码
Qt插入数据到mysql数据库,自行建立数据库(网上有教程),数据库按照如下代码在DOS界面建立,实测有用。
1、在运行框输入cmd,以管理员身份运行,输入mysql(前提是数据库和Qt连接成功)。
2、输入mysql;
3、建议一个数据库create database name;
4、use name;
5、create table device(
ID int unsigned auto_increment primary key,
Present1 int not NULL,
Present2 int not NULL,
Devices_Type varchar(40) not NULL,
X double(8,2) not NULL,
Y double(8,2) not NULL,
Z double(8,2) not NULL,
W double(8,2) not NULL
);
- 2022-03-12 22:22:13下载
- 积分:1
-
mypainter
简单的画板实现,并具有清除按钮!
当鼠标在窗口内移动时记录鼠标轨迹。(Simple drawing board to achieve, and have the Clear button! Track record mouse when the mouse moves within the window.)
- 2014-09-10 09:19:26下载
- 积分:1