How can I create a real-time video processing app using Xamarin.Forms?

Carlos Anderson 1 Reputation point
2021-05-15T03:33:24.777+00:00

I'd like to create a Xamarin.Forms app where I could process images from a live video, and show the user the processed images (as a video in real-time). I'd like to use OpenCV for the processing, which I've done before with individual images (using SkiaSharp to show the processed image). But I haven't done this live, and I'm having a hard time finding a straightforward solution for this online.

I suppose I could use SkiaSharp to show the processed images as a video, but I'm not sure whether this is the most efficient or performant way.

Developer technologies .NET Xamarin
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.