Search code examples
javaandroidandroid-activityconnectionip-camera

Android Java How to connect IP camera inside activity


I am looking for any tip or guidance to develop an application like cam viewer. So i will see the live videos on my android application by using IP address and port.

I searched this question but i could not find proper answer anywhere so please help me in this regard. I need to create an android application with this feature.


Solution

  • I've looked into this a little, and I think most apps are written specifically to the camera model. There doesn't seem to be any standard for IP cams.

    I would have an adapter for each camera model. Investigate the specific model to find the URL to the video by looking at the web page created by the camera's web server.