161 packages tagged with “capture”
The AForge.Video.DirectShow library contains classes, which allow to access video sources using DirectShow interface (USB web cameras, capture devices, video files, etc.).
VisioForge .Net products for video capture, editing and playback (Video Capture SDK, Media Player SDK, Video Edit SDK). Core package.
Sauce Labs Visual's integration allows customers to run Visual Testing while running their Selenium sessions.
Video converter component for C#/.NET (wrapper for ffmpeg command line tool). Can convert video/audio files, transcode live streams, extract video thumbnails, apply watermarks to video, screen capture etc - everything that is possible with ffmpeg from the command line. Supports .NET streams for input/output (encode/decode without tmp files). NReco.VideoConverter nuget can be used for free in non-SaaS apps that have only one single-server production deployment. This nuget package includes ffmpeg.exe (it is extracted on the first use automatically - you don't need to deploy ffmpeg separately) and therefore can be used only on Windows. For cross-platform deployments NReco.VideoConverter.LT nuget should be used instead. How to use: var ffmpeg = new NReco.VideoConverter.FFMpegConverter(); ffmpeg.ConvertMedia("input.avi",null,"output.mp4",null,new ConvertSettings()); More info (VideoConverter online demo, examples): https://www.nrecosite.com/video_converter_net.aspx
SDK for UI automation and text capture featured in UiPath Studio
Supported Platforms: • NETFramework Acquire images and control TWAIN devices. High-level acquisition functions for ease of use and low-level functions for flexibility are included. LEADTOOLS Fast TWAIN uses optimized settings for compression, advanced buffering, and a multi-threaded infrastructure to provide the best possible speed and experience for the user. LEADTOOLS provides everything needed to control any TWAIN scanner, digital camera, or capture card. With LEADTOOLS, you can use TWAIN to capture images for OCR, barcode, forms recognition, image processing, and more. LEADTOOLS Fast TWAIN intelligently analyzes the TWAIN source capabilities to find the combination of compression, transfer mode, and buffering scheme that will provide the best possible performance for the requested image type. This is just a small part of a large technology offering called LEADTOOLS. To see all that LEADTOOLS has to offer, go to https://www.leadtools.com Use the following link to register for a LEADTOOLS license file that is required to use this NuGet. Additionally, the link provides access to the LEADTOOLS Installer. The Installer includes 100’s of demo applications with source code to jump start your development: https://bit.ly/LEADTOOLS_NUGET
Take screenshots on .NET (Windows) and Mono (Linux/Mac OS X)
Contains classes and methods to handle video sources using FFMPEG. For this reason, this package is available under the GPL license only. This package originated from the AForge.NET Framework and is part of the Accord.NET Framework.
Contains classes and methods to handle video sources using DirectShow interface (USB web cameras, capture devices, video files). This package originated from the AForge.NET Framework and is part of the Accord.NET Framework.
Headers, import libraries, and runtime dlls for FFmpeg, based on the official FFmpeg windows builds.
Headers, import libraries, and runtime dlls for FFmpeg, based on the official FFmpeg BtbN/FFmpeg-Builds. Support C/C++ and C# project.
Converts regular expression matches to strong types.
VisioForge Controls UI Wrappers for Avalonia
VisioForge Controls UI Wrappers for Android
.Net-based SDK that integrates video capturing and processing functions into software. Implements video and audio playback and capture from a broad range of sources including TV tuners, USB web cams, DV/HDV camcorders, PCI capture cards and IP cameras. Supports AVI, WMV, DV, MPEG-1/2, MP4, FLV and WebM output formats. Samples - https://github.com/visioforge/.Net-SDK-s-samples .
Video converter component for C#/.NET (wrapper for ffmpeg command line tool). Can convert video/audio files, transcode live streams, extract video thumbnails, apply watermarks to video, screen capture etc - everything that is possible with ffmpeg from the command line. Supports .NET streams for input/output (encode/decode without tmp files). This LT-version nuget package does NOT include ffmpeg.exe and is suitable for cross-platform deployments (Windows, Linux/Docker, Mac-OS) or using a ffmpeg build/version of your choice. NOTE: LT nuget is not available for free users. Please contact support@nrecosite.com if you want to get a demo key for evaluation/testing purposes. How to use: var ffmpeg = new NReco.VideoConverter.FFMpegConverter(); NReco.VideoConverter.License.SetLicenseKey("your_id", "your_license_key"); ffmpeg.FFMpegExeName = "ffmpeg.exe"; // for Linux/MacOS: "ffmpeg" ffmpeg.FFMpegToolPath = "<path_to_folder_with_ffmpeg>"; ffmpeg.ConvertMedia("input.avi",null,"output.mp4",null,new ConvertSettings()); More info (VideoConverter online demo, examples): https://www.nrecosite.com/video_converter_net.aspx
VisioForge Controls UI Wrappers for WPF
This package implements the text capture capabilities of the Scandit Data Capture SDK for Xamarin.
VisioForge Controls UI Wrappers for WinForms
Contains classes to read and write AVI video files using Video For Windows. This package originated from the AForge.NET Framework and is part of the Accord.NET Framework.
This package implements the ID capture capabilities of the Scandit Data Capture SDK for Xamarin.
Play and record audio using DirectSound. This package is part of the Accord.NET Framework.
Capture images from DirectShow camera in .NET.
VisioForge Media Blocks SDK .Net package. Samples - https://github.com/visioforge/.Net-SDK-s-samples .
VisioForge Controls UI Wrappers for WinUI
MySQL/MariaDB binlog change data capture (CDC) connector for .NET
An extension for FakeItEasy which allows for capturing arguments sent to a fake.
VisioForge Extensions for Windows