Hi
I am attempting to get access to the data stream from the webcam on my asus eee, I have no clue as to where to start. I am trying to get to the stream so that I can distribute it over a local wireless network. I am OK with the socket programming bit, it is just getting to the stream which I am finding hard. There is little info that I can find on the web so any help would be appreciated.
I am thinking that I may want to store the stream in a temporary buffer, before encrypting a chunk of it and sending it via a udp socket?
I am attempting to get access to the data stream from the webcam on my asus eee, I have no clue as to where to start. I am trying to get to the stream so that I can distribute it over a local wireless network. I am OK with the socket programming bit, it is just getting to the stream which I am finding hard. There is little info that I can find on the web so any help would be appreciated.
I am thinking that I may want to store the stream in a temporary buffer, before encrypting a chunk of it and sending it via a udp socket?
Comment