How to download python webcam from remote pc?

Asked By 0 points N/A Posted on -
qa-featured

Hello,

How to download python webcam from remote pc? This is some kind of related to my tasks that needs to be performed soon. I want to know more about python programming language. Is there a tutorial over the internet?

SHARE
Answered By 0 points N/A #146539

How to download python webcam from remote pc?

qa-featured

Hi,

You can see an example for how to do a remote connection through Python. Below is the link which will help you to understand the remote connection code using python.

http://kb.froglogic.com/display/KB/Example+-+Remote+execution+with+Python+2.6+(or+higher)

You can also look into this link which will help in accessing Webcam API using python.

https://code.google.com/archive/p/ctypes-opencv

You can actually use python wrappers to access webcam by using the ctypes provided in above link.

Please have a look and let us know if you need any more help on the same.

Related Questions