Commit 9020e4b2 authored by Alahakoon K.M.R.A.B's avatar Alahakoon K.M.R.A.B

avcd

parent 87dc92d4
Pipeline #5615 canceled with stages
import cv2 as cv
#img=cv.imread('photo\smoking.jpg')
cap=cv.VideoCapture('http://192.168.137.136:8080/video');
while True:
isTrue, frames1=cap.read()
cv.imshow('img2',frames1)
if cv.waitKey(20) & 0xFF==ord('d'):
break
capture.release()
cv.destroyAllWindows()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment