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
Met the same problem, it causes when you await initialize() and then quickly go on with startVideoStreaming while the surface of camera preview is NOT ready yet.
Here's a tiny commit for this fix, no any code changes needed. Have fun if it could help you. Or I would pull request if the project is maintaining. luo3house@479f6eb
Adding a delay after initialize & before startVideoStreaming to test out @luo3house diagnosis worked for me. Is it possible to get the changes @luo3house made merged please? @emiliodallatorre
when using the code from the example,
await cameraController!.startVideoStreaming(url);
it just awaits endlessly and no actual video gets streamed.
if anybody has any ideas of what to try out, or some stuff to check for errors, please let me know.
The text was updated successfully, but these errors were encountered: