Ask Your Question

Revision history [back]

Streaming imshow() from raspberry pi to C#

hey guys. I have a facial recognition code with result displayed using imshow() on raspberry pi and a seperate C# application that monitors the raspberry pi on my backend computer.

Now I wish to stream the imshow() result on my C#. I have tried to move the facial recognition code to my backend, but I have failed to move the imshow() result to my C#.

Is there anyway I can display imshow() result onto my C# application? Any help are appreciated in advance. Thanks.