iPhone Network Camera Feed

牧云@^-^@ 提交于 2019-12-06 11:56:54

问题


I plan on mounting a Wireless Network Camera on my robot http://mydlink.dlink.com/DCS930L . DLink has an iPhone app to see live video however I want to integrate the video with my iPhone remote controller I made.

  1. Is it possible to get that video feed into my own app?
  2. Where should i start looking..

回答1:


I know this was posted some time ago, but the easiest way to integrate a network camera feed into your own application is via UIWebView. Then connect to the camera via IP address followed by /video/mjpg.cgi.



来源:https://stackoverflow.com/questions/5444253/iphone-network-camera-feed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!