You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
ret = d.caputre()
time.sleep(0.1)
while True:
d.get_latest_frame()
Try this implementation. The capture while be greater.
I do not search more about that but I just think that d.capture() need some time before initialization.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think
d.get_latest_frame()
doesn't waits for the frame buffer to populate afterd.capture()
is called.While manually waiting for that resolves the issue:
Just curious if the checks have intentionally been ignored considering performance....
The text was updated successfully, but these errors were encountered: