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.
-
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
-
Update the evaluation license in "src\Program.cs" file:
Vintasoft.Imaging.ImagingGlobalSettings.Register("REG_USER", "REG_EMAIL", "EXPIRATION_DATE", "REG_CODE"); -
Build the project ("AspNetCoreAngularCameraDemo.Net10.csproj" file) in Visual Studio or using .NET CLI:
dotnet build AspNetCoreAngularCameraDemo.Net10.csproj -
Run compiled application and try to capture images from DirectShow camera.
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/
Please visit our online support center if you have any question or problem.