question

83499112 avatar image
0 Votes"
83499112 asked MiaWu-MSFT answered

USB Camera on Remote Desktop

I've usb camera on a remote desktop and I need to show its picture on my windows form. How can I do that?

windows-forms
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.

1 Answer

MiaWu-MSFT avatar image
0 Votes"
MiaWu-MSFT answered

There are multiple ways to realize this:

  1. Create a LAN, so that your desktop application can visit the resources on other computers in this network.

  2. 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.

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.