BreeeZe / rpos

Raspberry Pi Onvif Server
http://breeeze.github.io/rpos
MIT License
643 stars 146 forks source link

not stream to new request after several pictures taken by python opencv #77

Closed bleeee closed 4 years ago

bleeee commented 4 years ago

cap = cv2.VideoCapture("rtsp://192.168.50.105:8554/h264") ret, img = cap.read() cap.release() not stream to new request after several pictures taken by the python codes above

bleeee commented 4 years ago

V4l2 problem