Hello,
I need to develop a cross platform app similar to Vine where the user can capture small videos that will then be uploaded to a webserver.
I would like to use Xamarin but have not found good video capture apps for iOS and Android in c#.
All the best examples found on github and on the net are in Java for Android and swift/objc in iOS; I think it would be a long long work to translate them in c# and would be faster to write two apps in native code.
Does anyone have good video capturing app (with preview) in c# for iOS and Android?
Thanks in advance