Ladislav Heller
Ladislav Heller
Hi! Was anybody able to successfully create **Xamarin bindings** for **libcommon**? I mean based on [this](https://docs.microsoft.com/en-us/xamarin/android/platform/binding-java-library/binding-an-aar) article.
Hi! Is there a nuget package availabe for this library? BR, Ladislav
The demo app now works as a real 3D compass, it shows the true cardinal directions using boxes with texts. The whole 3D logic is implemeted using the [LibGDX](https://libgdx.com/) framework.
@apacha ...just two suggestions: 1.) Move the core part into a separate [AAR library](https://developer.android.com/studio/projects/android-library). I did it and reused in my own Xamarin.Android project and it works perfectly. 2.) The...
On my Samsung Galaxy A54 5G device when I try to convert from YUV420 to RGBA, the result image is however correct, but it has a kind of green tint....
Hi @thrixton There is also an official Canon **native library for Android** shipped with their [Canon Camera Connect](https://play.google.com/store/apps/details?id=jp.co.canon.ic.cameraconnect) application. When you get the APK file and list the content with...
Build "libltdl" for Android using Android NDK.
Hi @OfItselfSo What about a working MF sample which takes an audio/video data from whatever source and 1. pushes it to a **network stream** which can be then consumed by...
Hi @OfItselfSo It's not an issue, just maybe it would be useful to mention in the **README.md** that a **nuget package** exists and was published at: https://www.nuget.org/packages/MediaFoundation/ BR, Ladislav
Hi @jsauve @elendil-software I took the [AA+ package](http://www.naughter.com/download/aaplus.zip), unzipped and opened **AA+.htm** document in the browser. The document has a **Class Framework Reference** section where all the AA+ classes are...