I am pretty new to the IOT and UWP for windows 10.
Is it possible to read QR Code using windows 10 IOT? Thank you very much.
You can try
ZXing.NET library.
ZXing.Net has a Windows Runtime Component that works in Windows 8.1 apps. It loads in a Windows 10 app too using the WinRT .dll.
Also, You can get it from nuget: http://www.nuget.org/packages/ZXing.Net
I'm adding a blog post that demos a simple Windows Phone 8 app for performing QR code scanning using ZXing.Net.Mobile
QR scanning using ZXing.Net mobile demo
I hope that supports your question.
Related
How I can use OpenCV on Windows Phone 8.1 Universal in C#? I saw EmguCV but he has only commercial license for Windows Phone. Is possible other way to use OpenCV in C# on Windows Phone 8.1?
Visual Studio's Windows store apps creation libraries allow you to design a UI out of pure XAML, for Windows phone 8.1RT and above, OpenCV binaries are availale, that let you mix code from XAML and OpenCV's...
Check this Repository: https://github.com/Microsoft/opencv
Hope it helps :)
I need to know how to implement a barcode reader. Had implemented a previously but update the version of the project for Silverlight 8.1 (previously used version 8). Does anyone have an example?
I'm looking for several tutorials on how to read barcode (scan) for windows phone, but yet have not found one that supports version 8.1 SILVERLIGHT
Can a Android Hybrid App with some plugins written in Java and others imported from Cordova, be made windows phone complaint using Xamarin ?
Is there any such feature in VS 2015 from which conversion of android app to windows be made possible without much rework. Please help.
No. Xamarin will not allow you to automatically convert an app from one platform to another.
Microsoft has announced Project Astoria as part of Windows 10. This will enable Android apps to run as Windows Universal apps.
Can a Android Hybrid App with some plugins written in Java and others
imported from Cordova, be made windows phone complaint using Xamarin ?
No you cannot.
There are two ways to port Java code to C#.
The first way is to port the code manually.
The second porting methodology is to try and automate the process by using a code converter.
I am currently working on my project for Windows Phone 8.1 Face Detection in C#. I have already finished face detection but now I have a serious problem with Face Tracking and extraction of face signs from image. I would like to use for this LBP method, but LBP method in library OpenCV and EmguCV is still not supported for windows phone 8.1 . I also tried to use Face SDK Beta from Microsoft, but it is supported only for windows phone 7. Has anybody have some experience with some libraries or methods in windows phone 8.1 in C# .
Thanks for help.
I finally found a solution. Microsoft released support for Windows Phone OpenCV library : here and
here
So I am coming from Windows Phone Silverlight into the new Windows Phone runtime apps and Universal apps. I am attempting to build my first app after doing several of the tutorials from channel9. My question is, and maybe I am not googling this correctly, but how might I launch the built in apps in Windows 8 similar to Windows Phone 8 runtime? I've already built a sample using the runtime following http://msdn.microsoft.com/en-us/library/windows/apps/xaml/dn741261.aspx but what are the Uri Schemes for built in apps in Windows 8?