Johann Bauer

Results 120 comments of Johann Bauer

Yes, sure, but isn't this essentially what where doing right now? I mean we currently only store the cert fingerprint instead of the entire certificate but functionally it should be...

I couldn't reproduce the bug you described on my phone (Pixel 6 Pro, also Android 12). Are you sure this is not a server-side bug? Is there anything at all...

Indeed, this looks weird. What phone do you use?

Do you have Auto Rotate enabled? What happens if you turn your screen into landscape mode? Does the camera image turn as well?

Hello Sylvia, I'm sorry that this issue makes it hard for you to use the app. Generally, it works best when the document is evenly lighted and the edges are...

Thanks for confirming, that's great to hear! I guess we can leave this open since triangular documents are not really common.

So, I just looked into it and the detection code actually checks whether the shape is a quadrilateral: https://github.com/bauerj/edge_detection/blob/9a9e34d221c6e4f91bf4d2e5b525383b5988a0ba/android/src/main/kotlin/com/sample/edgedetection/processor/PaperProcessor.kt#L112 So... yeah, I'm still clueless as to how this happens. I...

That might be the case but when moving those points I don't see anything hidden behind.

Thanks, this will be fixed in the next release.

Thanks for reporting this. The underlying is that the HTTP Basic authentication we use doesn't support UTF-8. This can be solved by changing to token authentication in the app. I...