-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while decoding MB #39
Comments
this seems to render better snap images cap = cv2.VideoCapture("rstp://....")
while True:
ret, frame = cap.read()
if not ret: continue
cv2.imwrite(" ", frame)
time.sleep(2) |
Interesting, seems to be related to #25 (comment) Which camera are you using? Also, we are using the FFMPEG streaming flag, as mentioned here
I have added a comment there in my last commit contemplating the necessity of it. It might be the reason for your streaming issues and @Portscanner. I thought that it might fix the issue opening the stream in its own thread as mentioned in this SO thread. |
Hi
|
Hi all,
I just started playing with this.
I'm just trying to get some consistent images from time to time.
I'm using the streaming_video.py from examples folder but I'm getting a weird behaviour:
Also the image is rendered broken sometimes.
How can I solve this?
Regards,
C.
The text was updated successfully, but these errors were encountered: