Camera
The Camera component makes it possible to take pictures with the device's camera and upload them to the server.
-27017d768a0245c22a48bd217d9a7321.png)
Code Example
To create a Camera, simply drag and drop into the Wisej.NET designer. You can then configure the properties like so:
camera1.Audio = true; //record audio
camera1.VideoFilter = "blur(100px)"; //add a filter that blurs the image
How to Use
The Camera extension can be added to a Wisej.NET project using NuGet Package Manager.