Skip to content

vintasoft/AspNetCoreAngular-Camera_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

VintaSoft ASP.NET Core Angular Camera Demo

This ASP.NET Core with Angular project uses VintaSoft Imaging .NET SDK. The client-side of project is written on Angular (TypeScript+HTML+CSS). The server-side of project uses ASP.NET Core API controllers.

The project demonstrates how to capture images from DirectShow camera in ASP.NET Core with Angular:

  • Capture images from DirectShow camera
  • View captured images
  • Process captured image
  • Annotate captured image
  • Recognize barcodes in captured image
  • Export captured images
  • The application can be used in any modern HTML5 web browser.

Usage

  1. Get the 30 day free evaluation license for VintaSoft Imaging .NET SDK as described here: https://www.vintasoft.com/docs/vsimaging-dotnet/Licensing-Evaluation.html

  2. Update the evaluation license in "src\Program.cs" file:

    Vintasoft.Imaging.ImagingGlobalSettings.Register("REG_USER", "REG_EMAIL", "EXPIRATION_DATE", "REG_CODE");
    
  3. Build the project ("AspNetCoreAngularCameraDemo.Net10.csproj" file) in Visual Studio or using .NET CLI:

    dotnet build AspNetCoreAngularCameraDemo.Net10.csproj
    
  4. Run compiled application and try to capture images from DirectShow camera.

Documentation

VintaSoft Imaging .NET SDK on-line User Guide and API Reference for Web developer is available here: https://www.vintasoft.com/docs/vsimaging-dotnet-web/

Support

Please visit our online support center if you have any question or problem.

About

VintaSoft ASP.NET Core Angular Camera Demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published