mmaitre
NuGet publisher profile
Packages (9)
MMaitre.MediaCaptureReader
Reads audio/video data from files (StorageFile, IRandomAccessStream, path), cameras and microphone (MediaCapture), MJPEG IP Cameras, and generic sources (IMediaSource). Renders video samples to XAML's SwapChainPanel and SurfaceImageSource, rotates/converts them, saves them to JPEG. Universal Store apps targeting either Windows or Windows Phone are supported.
MMaitre.VideoEffects
Provides Media Extensions applying image effects from the Lumia Imaging SDK, Win2D, and DirectX HLSL pixel shaders to videos via MediaTranscoder, MediaComposition, MediaCapture, or MediaElement. Enables overlays, effect animations, cropping, creating square videos, and video analysis (ZXing.Net barcode, QR code, etc.). Supports Universal Store Apps for Windows Phone 8.1 and Windows 8.1. For documentation see https://github.com/mmaitre314/VideoEffect .
MMaitre.MediaCaptureWPF
Camera preview in WPF Desktop apps using WinRT MediaCapture.
Microsoft.VCLibs.120.SDKReference
***DO NOT USE*** To add a reference to VCLibs use .targets files including SDKReference elements as done here: https://github.com/mmaitre314/VideoEffect/tree/master/VideoEffects/Package . Former description: Adds a reference to the "Microsoft Visual C++ 2013 Runtime Package for Windows" SDK. That reference is needed by .NET Windows Store apps with dependencies on WinRT C++/CX components. For more information about packaging C++/CX components see http://blogs.msdn.com/b/mim/archive/2013/09/02/packaging-a-windows-store-apps-component-with-nuget-part-2.aspx .
MMaitre.TraceEtw
Simplified Event Tracing for Windows (ETW) in Desktop apps and Windows/Windows Phone Store apps. Traces can be either structured or unstructured. For documentation see https://github.com/mmaitre314/TraceEtw .
MMaitre.SecureStringCodeGen
The client-app equivalent of Azure's web.config/app.config sensitive-string override. Enables open-source code to use API keys, connection strings, etc. without checking them in. C# classes are generated during the build from XML config files and environment variables, to support both local builds and CI server builds. For documentation see https://github.com/mmaitre314/SecureStringCodeGen .
MMaitre.TraceWpp
Enables Windows trace PreProcessor (WPP) in Windows/Windows Phone Store apps. Traces are mostly unstructured (aka printf-style tracing). For documentation see https://github.com/mmaitre314/TraceWpp .
MMaitre.MediaCaptureExtensions
Extension methods on MediaCapture and related classes. Supports Universal Store Apps for Windows Phone 8.1 and Windows 8.1. For documentation see https://github.com/mmaitre314/MediaCaptureExtensions .
MMaitre.IpCamera
An MJPEG network camera client and server for Windows/Windows Phone 8.1 Store apps.