You mean indi library & drivers for controlling astronomy equipment from Android? Sounds interesting. Do you have any progress on that? Maybe something I can test? Anyway, you can contact the author of libnova by email and directly ask him: pkubanek@gmail.com
Hi, @Artyom-Beilis As far as I know, the author (Peter Kubanek) migrated the full repo from here to gitlab, so this one is not maintained anymore. Gitlab repo: https://gitlab.com/libnova/libnova BR, Ladislav
Now I see that there is already a NuGet package available here. Thanks for the effort!
Now I see that there is already a NuGet package available https://www.nuget.org/packages/INDISharp.INDI/. Thanks for the effort!
Hello Yes, that was me :) Anyway, it is not as difficult as it seems for the first sight. Basically that Android.mk build files are telling to build tool, what C sources/headers it should process, which target CPU's it should address and what is the final library name. The only annoying thing is (at least for me), that we have to create separate Android.mk files for each component (libgphoto2, all camlibs driver, libexif, libltdl, etc.) But good news is, that I was able to load that final library...
Android support
Hi! A NuGet package of this project published on nuget.org would be appreciated. Best Regards, Ladislav
Hi! A NuGet package of this project published on nuget.org would be appreciated. Best Regards, Ladislav
Hi! A NuGet package created and published on nuget.org would be appreciated. Best Regards, Ladislav
Hi! Did anybody tried to combine together MediaFoundation.NET and WindowsMedia.NET...
Hi again! I tried to combine together MediaFoundation.NET and WindowsMedia.NET libraries...
Hi again! I tried to combine together MediaFoundation.NET and WindowsMedia.NET library...
OK, I understand and mostly agree. And what about your own implementation and extending...
OK, I installed Visual Studio 2012 and built to Debug/x64. It works also for me with...
Yeah, I have the book and sample sources too. Exactly that sample I attached to my...
I've found a sample C++ project which implements HTTP network streaming. Built successfully...
Wow! Thank you very much!!!
Hi! Sorry for asking it right there but has anybody sources for MFManagedEncode tool...
Hi again! Thanks for help, I will check my code and hopefully fix it! :) Update #1:...
Hi again! Thanks for help, I will check my code and hopefully fix it! :) Update:...
Hi again! Thanks for help, I will check my code and hopefully fix it! :)
It's a simple WinForms app with one Button. Attached, zipped. Please use DebugView...
Also tried to extend the MFNet sample MFCaptureToFile with HTTP streaming capabilities...
Yes, I have a check in my code for null samples. It seems that the problem is somewhere...
Yes, I have a check in my code for null samples. It seems that the problem is somewhere...
Hi! I am trying to send the video stream from my webcam to network. What I did so...