Skip to content
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

camera freezes #8

Open
vgflutter opened this issue Jul 23, 2015 · 1 comment
Open

camera freezes #8

vgflutter opened this issue Jul 23, 2015 · 1 comment

Comments

@vgflutter
Copy link

Hi,
I'm testing your camera plugin on my android smartphone (KitKat) with Chrome.
I am asked for camera use authorization, then then camera turns on but video is stuck on the first image it gets. No errors are shown on console. I didn't experienced the same issue when launching the page on desktops.
This is my code:

page html:

controller:
'use strict';
angular.module('quiceroServerApp')
.controller('CreatePostCtrl', function ($scope) {
$scope.onSuccess = function(data) {
window.alert(data);
};
$scope.onError = function(error) {
console.log(error);
};
$scope.onVideoError = function(error) {
console.log(error);
};

});

index.html:
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-qr-scanner/qr-scanner.js"></script>

<script src="bower_components/angular-qr-scanner/src/jsqrcode-combined.min.js"></script>

Thank you.
Best regards.

@domfie
Copy link

domfie commented Feb 3, 2016

Have you tried maxaille's fork?
https://github.com/maxaille/angular-qr-scanner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants