• 大小: 5.26KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-01
  • 语言: Python
  • 标签: opencv  视频  en  调用  pe  

资源简介

OPENCV视频头调用

资源截图

代码片段和文件信息

#!/usr/bin/python
# -*- coding: UTF-8 -*-
import sys
import cv2

from PyQt5 import QtCore QtGuiQtWidgets
import os


class Ui_MainWindow(QtWidgets.QWidget):
    def __init__(self parent=None):
        super(Ui_MainWindow self).__init__(parent)

        # self.face_recong = face.Recognition()
        self.timer_camera = QtCore.QTimer()
        self.cap = cv2.VideoCapture()
        self.CAM_NUM = 0
        self.set_ui()
        self.slot_init()
        self.__flag_work = 0
        self.x =0

    def set_ui(self):

        self.__layout_main = QtWidgets.QHBoxLayout()
        self.__layout_fun_button = QtWidgets.QVBoxLayout()
        self.__layout_data_show = QtWidgets.QVBoxLayout()



        self.button_open_camera = QtWidgets.QPushButton(u‘打开相机‘)

        self.button_close = QtWidgets.QPushButton(u‘退出‘)
        self.button_open_camera.setMinimumHeight(50)
        self.button_close.setMinimumHeight(50)

        self.button_close.move(10100)

   

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         198  2018-01-09 08:57  .idea\misc.xml
     文件         286  2018-01-09 08:57  .idea\modules.xml
     文件         455  2018-01-09 08:57  .idea\pyQtOpenCV_Camera.iml
     文件       11544  2018-01-09 09:41  .idea\workspace.xml
     目录           0  2018-01-09 09:41  __pycache__\
     文件        4603  2018-01-09 09:34  main.py
     目录           0  2018-01-09 09:41  .idea\

评论

共有 条评论