-
Notifications
You must be signed in to change notification settings - Fork 7
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
Enable qr code import #208
Comments
Cool! |
@josegomez, short status report: The whole thing started working flawlessly on Windows in no time: Then, guess what?! I began testing on Linux and macOS and everything started falling apart. 😆 |
yeah... linux our old "friend" @alexhauser LoL |
I don't know... I'm currently using OpenCVSharp for capturing frames from the webcam, but I have problems getting it running on Linux and haven't even tried macOS, since we have a general libgdiplus problem there (even with I am leaning towards creating our own platform specific implementations for captruring frames from a video device (using our proven Interface / Implementation model) and coding everything ourselves instead of relying on heavyweight and fragile external libraries. If that is something that sparks your interest (e.g. writing the Linux/macOS implementation for that), be my guest! 😁 |
hhaha nothing sounds more exciting than writing platform specific stuff. I dream of fighting with Linux and Mac in Particular |
Cool, Jose! 👏 However, you may want to take a look at the current state of affairs first and evaluate yourself, since I might be overreacting ;-) You could checkout the |
@alexhauser i'm still here sorry I've been awol, life has gotten in the way but this is still in my #TODO! |
No worries @josegomez, we're absolutely not in a hurry! |
PyImageSearch has several blogs on QR detection code and images - have a look at this post, using Python, but the algorithm should be the same in .net: |
@dxcSithLord, thanks for the input. However, "the algorightm" is not the issue here. I know how to use the OpenCV library, and detecting barcodes is not a problem, either. The problem is, that the .NET port of the OpenCV library that we rely on for .NET, while working properly on Windows, currently fails to work on Linux and macOS. |
@alexhauser are we just waiting to finish this to release the next version I suppose? I'll try to work some on it this week. The ole J O B has been relentless lately. |
Yes @josegomez, but we can easily release without this one if we want. It's only an enhancement after all, nothing important! Your call! 😊 |
@alexhauser we can wait is not like anyone is banging on our doors to finish this... I'm pretty sure unless a miracle happens SQRL in general is DOA :'( |
Amen, @josegomez. |
Description:
Enable importing a SQRL identity by scanning its QR code using the system's default web cam / capture device.
I'm currently working on this one, @josegomez.
The text was updated successfully, but these errors were encountered: