以下の内容はhttps://seinzumtode.hatenadiary.jp/entry/20170919/1505809812より取得しました。


GV-USB2とOpenCVでAgilent U5855Aをキャプチャ

#!/usr/bin/env python
# -*- coding: utf-8 -*-
import cv2
s_video = cv2.VideoCapture(0)
while True:
    ret, img = s_video.read()
    cv2.imshow("Stream Video",img)
    key = cv2.waitKey(1) & 0xff
    if key == ord('q'):
        break




以上の内容はhttps://seinzumtode.hatenadiary.jp/entry/20170919/1505809812より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14