Actually I am trying to get live camera feed from the drone which I want to see on my screen of my smartphone. I have tried to add the library "FFmpeg" to my project, but it's throwing the following errors:
DllImport attempting to load: 'avcodec-55'.
DllImport error loading lbavcodec-55': 'dlopen failed: libavcodec-55" not found'.
DllImport error loading libavcodec-55.so': 'dlopen failed: libavcodec-55.so" not found'.
DllImport error loading libavcodec-55': 'dlopen failed: libavcodec-55" not found'.
DllImport error loading libavcodec-55.so': 'dlopen failed: libavcodec-55.so" not found'.
DllImport error loading library 'libavcodec-55': 'dlopen failed: libavcodec-55" not found'.
There it is saying that he can't find the libraries, but they are for Windows and not for Xamarin Android. So I just want to compile those dlls, but I don't know how this is even possible. Is there someone that has already compiled those dlls?
Thanks!