Share via

USB Camera on Remote Desktop

Hassan Elgamily 1 Reputation point
2021-08-31T10:29:51.783+00:00

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

Developer technologies | Windows Forms
0 comments No comments

1 answer

Sort by: Most helpful
  1. Mia Wu-MSFT 327 Reputation points Microsoft Employee Moderator
    2021-09-01T05:59:25.167+00:00

    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.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.