I have got a task to make application which can to connect to camera by IP and show video from it. But I'm a new developer and I don't know it is possible or not. Please, give me an advice.
-
1Whoever gave you the task can surely point you towards some documentation for the cameras in question? – sarnold Dec 18 '11 at 05:29
-
Would if the task was given to him by someone who doesn't know? – Stagleton Dec 18 '11 at 10:29
2 Answers
Well, if it's any help, there are TONS of "IP camera"'s around. Generally, its just a matter of some simple HTML/JS code to grab the stream, or they abide by one of the video streaming protocols.
I can help out a little more if you tell me the IP camera you have in mind, and the protocol you want to stream in, but as long as the camera doesn't use some strange protocol, it should be possible. Hope this helps!
-
Thank you for comment. Am I able to connect with you later when I get protocol from client? Give me anything info please - skype/email. It is very important for me. – user1078760 Dec 18 '11 at 06:03
There is a slew of existing Android IP camera apps:
http://market.android.com/details?id=com.pas.webcam
http://market.android.com/details?id=com.leadapps.android.mlivecams
To get you started in the field, review info from the IP camera industry organization http://www.onvif.org
OSS Linux SW for talking to IP cameras.
Kindly review previous SO discussion and this great one with code.