I am making researches on image processing on how to detect objects using android smart phones.
I am trying to use an external WiFi camera instead of using the android's own camera to perform the object detection. Is it possible to do this using opencv? Are there any limitations like it can only use its own android device camera for the detection, etc?
If it is possible to connect to an external WiFi camera, where can I find examples on how to establish the connection on android and make it detect some objects on that WiFi camera?
I have already trained an XML file to detect a particular object and I would only like to establish a connection to the external WiFi camera and perform the detection on the WiFi camera.