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 "
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 "
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
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 ?
I actually asked a similar question because I didn't know this question existed:
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.
12 people are following this question.