Replies: 3 comments 2 replies
-
vid.zip |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there any update? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same problem, anyone can help? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
reproduction code:
Enabling
video_stream.thread_type = "AUTO"
resolves the issue, but the default thread type often causes a hang at a certain point.Upon observation with
py-spy
, it was found that the program gets blocked at the line "for frame in container.decode(video_stream):".Beta Was this translation helpful? Give feedback.
All reactions