The Camera component makes it possible to take pictures with the device's camera and upload them to the server.
To create a Camera, simply drag and drop into the Wisej.NET designer. You can then configure the properties like so:
The Camera extension can be added to a Wisej.NET project using NuGet Package Manager.
Last updated 2 months ago
Was this helpful?
camera1.Audio = true; //record audio camera1.VideoFilter = "blur(100px)"; //add a filter that blurs the image