我的视频blog地址 http://www.lofter.com/blog/cloudrivers
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 50 下一页
摘要: Technical Specifications Technical Specifications Technical Specifications Technical Specifications Technical Specifications Technical Specifications 阅读全文
posted @ 2019-09-28 19:49 Michael云擎 阅读(422) 评论(0) 推荐(0)
摘要: 使用OpenCV的VideoCapture 读取.mp4文件时出现以下错误:Unable to stop the stream: Inappropriate ioctl for device 此问题由于未安装ffmpeg导致。 sudo apt-get install ffmpeg 重新编译opec 阅读全文
posted @ 2019-09-24 23:47 Michael云擎 阅读(1953) 评论(0) 推荐(0)
摘要: 更换Raspbian Buster源 阅读全文
posted @ 2019-09-24 22:28 Michael云擎 阅读(1448) 评论(0) 推荐(0)
摘要: 1、主要函数 1、 cv2.imread():读入图片,共两个参数,第一个参数为要读入的图片文件名,第二个参数为如何读取图片,包括 cv2.IMREAD_COLOR:读入一副彩色图片;cv2.IMREAD_GRAYSCALE:以灰度模式读入图片;cv2.IMREAD_UNCHANGED:读入一幅图片 阅读全文
posted @ 2019-09-22 19:01 Michael云擎 阅读(585) 评论(0) 推荐(0)
摘要: OpenCV中cv2的用法 一、读入图像 使用函数cv2.imread(filepath,flags)读入一副图片 filepath:要读入图片的完整路径 flags:读入图片的标志 cv2.IMREAD_COLOR:默认参数,读入一副彩色图片,忽略alpha通道 cv2.IMREAD_GRAYSC 阅读全文
posted @ 2019-09-22 18:54 Michael云擎 阅读(2321) 评论(0) 推荐(1)
摘要: MP4 识别结果 https://v.youku.com/v_show/id_XNDM3MTEyNDY2OA==.html 阅读全文
posted @ 2019-09-22 12:42 Michael云擎 阅读(470) 评论(0) 推荐(0)
摘要: 1 import cv2 as cv 2 import sys 3 import logging as log 4 5 # openvino_fd_myriad.py 6 filename ='./' 7 8 log.basicConfig(format="[ %(levelname)s ] %(message)s", level=log.INFO, stream=sys.stdout) 9 10 阅读全文
posted @ 2019-09-22 12:19 Michael云擎 阅读(1131) 评论(0) 推荐(0)
摘要: 基本分两种: 1. 后台脚本,发现断线后重启网卡或者后台运行ping命令来保持连接; 2. 关闭无线设备的电源管理。 关闭无线设备电源管理的方法基本以下两种: 1)运行命令: sudo iwconfig wlan0 power off 或者: sudo iw dev wlan0 set power_ 阅读全文
posted @ 2019-09-21 18:30 Michael云擎 阅读(2706) 评论(0) 推荐(0)
摘要: import cv2import timeimport numpyfrom multiprocessing import Processfrom multiprocessing import Queuefrom picamera.array import PiRGBArrayfrom picamer 阅读全文
posted @ 2019-09-21 01:05 Michael云擎 阅读(248) 评论(0) 推荐(0)
摘要: https://github.com/PINTO0309/MobileNet-SSD-RealSense 阅读全文
posted @ 2019-09-21 01:03 Michael云擎 阅读(276) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 50 下一页
我的视频blog地址 http://www.lofter.com/blog/cloudrivers