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
While using the BrowserCoderReader, if the reset function is invoked shortly after calling decodeOnceFromVideoDevice(), it occurs before the initialization of the variable this.stream. Consequently, the streams are inadequately terminated (stopStreams()), leading to the persistence of the camera being active. Is there a solution to this issue? If this.stream is initialized at the beginning, the problem should be resolved.
The text was updated successfully, but these errors were encountered:
While using the BrowserCoderReader, if the reset function is invoked shortly after calling
decodeOnceFromVideoDevice()
, it occurs before the initialization of the variablethis.stream
. Consequently, the streams are inadequately terminated (stopStreams()
), leading to the persistence of the camera being active. Is there a solution to this issue? Ifthis.stream
is initialized at the beginning, the problem should be resolved.The text was updated successfully, but these errors were encountered: