赞
踩
一、效果图
二、代码
#ifndef CAMERAIMGCAPTURE_H #define CAMERAIMGCAPTURE_H #include <QWidget> #include <QDebug> #include <QCamera> #include <QCameraViewfinder> #include <QCameraImageCapture> #include <QLabel> namespace Ui { class CameraImgCapture; } class CameraImgCapture : public QWidget { Q_OBJECT public: explicit CameraImgCapture(QWidget *parent = nullptr); ~CameraImgCapture(); void init(); pr
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。