Rafael Costa Braga
Rafael Costa Braga
I am using rotate but when I use 90 degrees or 270 degrees, the lens doesn't match. Do you know how to solve this problem? The lens is behaving very...
Hi sclereid, amazing work, congratulations!!! I was studying your code and I had a doubt in the function ` get_circle_fft()` There is a part of the function that you find...
How do I use DeviceAccounts in Ionic 2? `ionic plugin add https://github.com/loicknuchel/cordova-device-accounts.git` I'm trying to use the code below: send(){ (window).plugins.DeviceAccounts.get(function(accounts){ alert(accounts); }, function(error){ alert(error); }); } But this is...