IPhone Camera and OpenCV

I am trying to connect my iPhone camera to a python script built on the OpenCV library. OpenCV works fine with the built-in camera on OSX, but I can’t find out how to connect it to any remote or mobile camera. I tried to use soft, which emulates a webcam on macOS, but openCV cannot recognize it. I can’t find a way out. Any ideas?

Thank.

+5
source share
1 answer

Unfortunately, video capture in the current OpenCV (2.4.1) is not supported on the iOS platform (iPhone / iPad). But, as far as I know, there is no way to connect the hardrare camera of your mobile device to the python application in this way.

iPhone- : OpenCV - 3 OpenCV iPhone iPad OpenCV - 1 OpenCV - 2.

, !

+3

All Articles