Super Cam iphone app how do they make it possible?
Posted
by Silent
on Stack Overflow
See other posts from Stack Overflow
or by Silent
Published on 2010-05-09T04:50:05Z
Indexed on
2010/05/09
4:58 UTC
Read the original article
Hit count: 313
iphone
|iphone-sdk
there is an iphone app called supercam and you can get it through the app store free. This app features a way to connect your webcam or dv cam that is connected on the internet, you could set up the ip address and enter the data on the app and it will connect to your online camera.
the thing is that they have the video stream and it looks like they embedded the video in a uiview or webview at the bottom they have buttons to choose from all the cameras you have set up. so this is different from other video streaming apps because it does not play the video from the full screen mode (MPMediaPlayer API)
would there be any tutorials about this or somehow take reverse engineer this?
© Stack Overflow or respective owner