dmitry-pavlov / blazor-webcam

Demonstrates capturing a frame from a user's webcam in Blazor and adding a caption using ImageSharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Demonstrates capturing a frame from a user's webcam in Blazor and adding a caption using ImageSharp


Languages

Language:C# 55.9%Language:CSS 26.4%Language:JavaScript 11.3%Language:HTML 6.4%