I've usb camera on a remote desktop and I need to show its picture on my windows form. How can I do that?
I've usb camera on a remote desktop and I need to show its picture on my windows form. How can I do that?
There are multiple ways to realize this:
Create a LAN, so that your desktop application can visit the resources on other computers in this network.
With intermediate services: for example, create an API for the pictures and call it through WPF or host the picture resource on some 3rd party web services like Azure.
3 people are following this question.