Using webcam over rdp - webcam

Good day, I will like to know if theres a way to use my webcam over rdp (windows server 2019). Please assist me anyone. I have a laptop a with an amazing webcam and also a microsoft external webcam. Thanks and am open to any suggestions to make it work.

Related

Hand Gestures with Kinect

I am trying to make Hand Gestures like grabbing and Dragging, for example Windows on my Desktop, using the Kinect Camera, which I connected to a Raspberry Pi running with Raspbian. I already installed OpenNI+Nite, freenect and the PrimeSense driver.
So how do I start? Because I'm rather new to this, I would appreciate it if somebody could give an example or a general idea of how something like this could be done.

Kodak i1120 network Scanning

i am having a problem with this Scanner (Kodak i1120). I have a thinclient with an active rdp session. The thinclient can Scan without any problem but the rdp session can not. I have tried multiple Software and multiple protocols (TWAIN and ISIS) but can not make it work. Have anyone does something similar in the past?
I would appreciate all the help i can get....
Thanks!
If you're using RDP, look into Microsoft RemoteFX USB Redirection (you need an RDP 7.1 client for it to work).
This will allow your RDP session to access the USB device connected to your thin client. It does require installing the scanner drivers on the server for it to work properly.
You can also look into other networking options, like Silex...

XSockets on Linux for WebRTC Voice Conferencing Setup?

I am very new to WebRTC and XSockets.
I have been struggling to work out how to start coding a WebRTC app running through XSockets. Ideally my production server would be running Ubuntu or similar but all I see is talk about Visual Studio, MVC etc. But I have also read it works perfectly with Mono on any platform.
Would someone be able to explain to me (in the simplest terms possible) the steps I need to take to make a XSockets/WebRTC page run?
Thanks!

Is there any way to programmatically tell a USB modem to reset?

I have a USB modem on a server which occasionally needs to be turned off/on again to receive SIM updates and I can't reboot the server as we rely on it to serve various web pages.
Is there any way to do this programmatically? An AT command? Power down the USB port?
I don't always have access to the server so unplugging it and plugging it back in isn't an option unfortunately.
We're coding in C++/CLI if that makes a difference.
It would be great if someone knew of a generic solution to this, but for the Option Globetrotter 452 I'm using, the manufacturer reports that issuing an AT_ORESET command will instruct the device to reboot ...just in case anyone else wants to do this.

Working with a GSM Modem

I was keen on knowing how can I receive calls on a web server using a GSM Modem?
I'm a newbie to it, wanted to explore the space.
Would be glad if someone can help me on this, probably with some tutorial links etc.
Thanks
You'd have to connect the modem to your server and then have some sort of background program/process that reads/writes to it. You create a serial connection and the read/write AT commands to it.