Dynalon
Dynalon
I suspect this is due to mono 4.x pulling in and replacing lots of code in the BCL from the .NET 4.6 code drop. ServiceStack (a library that Rainy uses)...
@pravsripad Didn't realize you were on flat debian's mono 3.2.8. Is your raspberry pi the model 2 (quadcore armv7) or the first model (single core, armv6)?
I would also help if you could post you settings.conf (please use gist.github.com for this)
I have the same issue, detection works reasonably well on desktop and android, but detection rate on iOS is not very good. It has nothing todo with the phone, camera,...
I compared my approaches on the iPhone, and I am convinced that the html5-qrcode uses the camera in a poor-quality mode for some reason. When I manually setup camera access...
@Hargne thanks for your post, indeed for me passing in the `videoConstraints` as 2nd argument works - that means, I do get a camera image and the width/height are respected....
The url you have to enter in conboy is not http://yourserver.com/// you actually have to include the username and password into the url, something like this: http://yourserver.com/johndoe/mypassword/ Where "johndoe" is...
I don't have a Maemo-capable device myself and I have no reports of anyone using it with Rainy. Can you start Rainy with the "-vvvv" parameter and attach the output...
I think I found the problem, Rainy's current OAuth is limited to accepting parameters via query string, but it seems conboy uses HTTP POST (which is allowed by the OAuth...
I'm sorry, I don't know when this will be done. Right now all work goes towards making Rainy a public server with open registration, and there is lots of stuff...