question

AhmedWassimBENSALEMENISo-3626 avatar image
0 Votes"
AhmedWassimBENSALEMENISo-3626 asked RobCaplan edited

Image processing in front of camera stream

I have already integrated OpenCv and wrapped it in xamarin forms ,
i want to know if there is a way to do some kind of image processing now while camera recording in real time " stream processing "

dotnet-csharpdotnet-xamarin
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Do you want to record a video by front camera? Then send the video to the remote server? Or you want to achieve a camera previewer like this thread: https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/custom-renderer/view

1 Vote 1 ·

Hello Sir , I just want to keep the camera runing , and detecting when there is a movement in front of it , so still searching for the method to implement that ,
could u suggest me any idea ?

0 Votes 0 ·

I actually asked a similar question because I didn't know this question existed:

https://docs.microsoft.com/en-us/answers/questions/396149/how-can-i-create-a-real-time-video-processing-app.html

We don't want to send a video to a remote server. We want to process it locally and show the results live. What's the best way to accomplish this? We will need the image bytes for each frame of the captured video in order to process it in OpenCV, and then show it back to the user live.

0 Votes 0 ·

0 Answers