I plan on mounting a Wireless Network Camera on my robot http://mydl开发者_Python百科ink.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.
- Is it possible to get that video feed into my own app?
- Where should i start looking..
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.
精彩评论