Skip to main content

How to use computer vision in VisioForge products?

Products: Video Capture SDK .Net, Video Edit SDK .Net, Media Player SDK .Net

SDK contains VisioForge CV and CVD NuGet packages with Computer Vision API.

CV package is only for Windows, CVD package is cross-platform.

CV NuGet package deployment

  • Install the NuGet package. Deployment is not required.

CVD NuGet package deployment

Windows

Deployment is not required.

Ubuntu Linux

sudo apt-get install libgdiplus libopenblas-dev libx11-6

macOS

brew cask install xquartz
brew install mono-libgdiplus

Visit our GitHub page to get more code samples.