accord-net / framework

Machine learning, computer vision, statistics and general scientific computing for .NET
http://accord-framework.net
GNU Lesser General Public License v2.1
4.49k stars 1.99k forks source link

I can not import Accord.Video.FFMPEG in UWP project #1260

Open esritines opened 6 years ago

esritines commented 6 years ago

I try to import Accord.Video.FFMPEG in a UWP project but simply does not appear, when I create a windows forms application and install Accord.Video.FFMPEG and then import FFMPEG this appear without problems by intellisense, but in UWP installing 32 or x64 FFMPEG this never appear by intellisense and whatever class from FFMPEG can not be instantiate.

What is happening?

yaakovyitzchak commented 4 years ago

Yo I have a similar problem after downloading accord.video.ffmpeg and it's dependencies off nuget I dragged the dlls to the asset folder but it says the class "ffmpeg" doesn't exist in namespace "accord.video" and can't seem to find the source for it