Click here to Skip to main content
15,896,348 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
i went to send picture from wireless webcam to my laptop how can programming wireless webcam .Can I use c# to programming the web cam Or any possible language help me in this topic
Posted

1 solution

Chances are really good you can NOT program the web cam, nor is the web cam going to "push" images to your laptop.

Usually, this kind of operation is a "pull", where the laptop (client) retrieves images from the webcam (server).

If it exposes some kind of server, the code you write will run on the laptop and can retrieve the images from the web cam.

If it doesn't, you're going to have to consult with the manufacturer of the web cam to find out what kind of interface is does expose.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900