dmitry-pavlov / blazor-capture-camera

Bl;azor Server app recording video from camera by capturing frames, storing them and converting to video file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capture Camera

Blazor Server app recording video from camera by capturing frames, storing them and converting to video file.

Dependencies

Getting Started

  • Open solution in Visual Studio from git https://github.com/dmitry-pavlov/blazor-capture-camera and rebuild
  • Solution has Blazor Server project 'CaptureCamera' with 'CameraStreamer.razor' component wrapping up capturing from camera.
  • Before running the app make sure you started Azurite Emulator and created in local storage DocumentContainer recordings (as configured in appsettings.json)
  • Run project and try demo:
demo.mp4

About

Bl;azor Server app recording video from camera by capturing frames, storing them and converting to video file


Languages

Language:C# 49.3%Language:HTML 34.7%Language:CSS 13.3%Language:JavaScript 2.7%