leemeichin / say-cheese

Minimal javascript library for integrating a webcam and snapshots into your app.
http://leemachin.github.com/say-cheese
MIT License
551 stars 98 forks source link

Chrome Android Issue (and solution ) #26

Closed MrVinz closed 8 years ago

MrVinz commented 9 years ago

Hello and thank you for Say-cheese,

I had an issue on android with both my SIII and nexus 9, the video stream wasn't playing and i got a single "freeze" with the first captured image. I've simply added this.video.autoplay=true; on line 92 and it solved the problem.

KR,

Vincent

marcioamr commented 9 years ago

The problem persists and the solution worked for me. Tks.

Javier-Rotelli commented 9 years ago

@MrVinz i can submit a pull request. the only change is that one you mention? have you tested it on other devices?

MrVinz commented 9 years ago

@Javier-Rotelli i tested it on android tab and smartphone, laptop under linux (chrome and FF) and on windows (chrome) and was working. if @leemachin is still active on say-cheese the modification takes 10 sec, otherwise a fork could be possible ? on a personal project i also did something like in the pull request #27

Javier-Rotelli commented 9 years ago

uhm, ok, i'll do the pull request then. i'll fork, but i'm not sure if i could maintain this.

fsteinbauer commented 8 years ago

+1