Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 640 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 640 Bytes

Blazor Webcam

This sample project was created to demonstrate how to activate a user's webcam using Blazor and JSInterop. The beauty of this approach is being able to then use your favorite C# libraries to process and manipulate the resulting image. This example uses the ImageSharp library to add a user-generated caption to an image grabbed from a user's webcam.

This project is accompanied by a blog post tutorial.