I am trying to develop an application with Python using opencv. Since I don't own a webcam, I want a way I can use my android phone's camera as a webcam for my PC. I know there are applications like ip webcam and many more. But none of them seem to provide a device driver for Ubuntu-14.04. (I have tried Wo webcam in Windows and have failed to access it as a webcam from my program). Please suggest what I can do to use my phone as a webcam for the PC.
PS: alternatively, if accessing the video stream from any existing ip cam applications through your code, please explain the solution.