
python
weixin_38143387
这个作者很懒,什么都没留下…
展开
-
python apscheduler调度模块动态修改参数
动态修改调度周期from apscheduler.schedulers.background import BackgroundSchedulerfrom apscheduler.triggers.interval import IntervalTriggerimport timeimport randomscheduler = BackgroundScheduler()self.scheduler.add_job( print, args=(time.time(),),原创 2021-04-23 10:57:20 · 1118 阅读 · 0 评论 -
python3.6 ,pyqt5获取海康录像机视频
python3.6 ,pyqt5获取海康录像机视频1. python 获取摄像机视频直接上代码Channels: 录像机32通道,01主流码transportmode:multicas多播,unicast单播import cv2import numpy as numpyurl = 'rtsp://13310:123456@172.31.2.7:554/Streaming/Chann...原创 2018-12-14 19:44:49 · 6874 阅读 · 3 评论