-
Notifications
You must be signed in to change notification settings - Fork 34
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
Video feed freezes on Android 6 Chrome 52 #5
Comments
Hi, at the moment I don't know a solution for this problem. |
@sthag could you give me some more information about the script: did you use the Photobooth version or the Saycheese version? |
You could try the demonstration of this script: https://github.com/jhuckaby/webcamjs. I think I will integrate this in the next version. |
I jumped through many different implementations here at github of the qrcode from lazarsoft. I experienced the same problem with some other repo and there was an easy solution. At some point a video tag is inserted into the dom and if it has the autoplay attribute it runs just fine. For more info see this issue. Maybe this helps. |
I tried some changes for the scripts, but the video still freezes with Chrome in Android. |
Hope that there will be solution for this issue. |
I think there is no solution at the moment. |
I'm experiencing the problem that the code is working fine on desktop chrome 52 for example.
But on Android 6 with Chrome 52 the camera feed is displayed but freezes after one second.
The feed continues if the html element containing the video source is touched and moved permanently. As long as there is movement the video feed is updated. Without interaction the video stops.
Is there a solution to this problem?
The text was updated successfully, but these errors were encountered: