views:

1217

answers:

2

Hi All, I have a requirement to implement IP camera's for my client's Organization(May be 5 or more). I need to provide facility to view these camera's preview in their Android mobiles. I found an application already available in Android Market(IP Cam Viewer) and it is what exactly my Client asking.

Can anyone suggest me the best IP camera(It should be operated by their mobile i.e moving it up and down, as well as left and right)?

And how can I implement this functionality in Android(i.e Viewing live video from the IP Camera)?

Thanks & Regards, Raghavendra K.

+1  A: 

The way I see it this question is more about how to receive video from and control Pan Tilt Zoom (PTZ) cameras rather than Android specific development.

You should definitely see if there are any specific brands of cameras that your clients need to connect to. Generally the implementation for viewing live video is different for each camera manufacturer.

If you have the liberty of choosing camera to support you might want to look into Axis. From my observations they make some of the most widely used cameras and they have a wide variety of cameras as far as resolution and features go. They even have a developers program that might be able to help you out.

You might also want to check out Zoneminder a free open source Linux dvr application, maybe the source can give you some starting points on how to get video from the various ip cameras.

I am sorry that I could not be of any more help but hopefully some of this information will help get you started.

snctln
Hi snctln, Thanks for your info.
Raghavendra
A: 

Hello snctln, Your info is enough for me. I am going to purchase IP Cam from Zavio. It will support RTSP protocol. In Android 1.5, Media Player will support this live streaming protocol. I am waiting for my IP camera to start development.

Thanks & Regards, Raghavendra K.

Raghavendra