Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capture Images from Android Device's Camera into VFP
Message
From
12/01/2012 15:35:24
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01532822
Message ID:
01532835
Views:
50
>I found this very cool app for Android called IP Webcam
>
>https://market.android.com/details?id=com.pas.webcam&hl=en
>
>What this app does (among other things) is allow you to capture images directly from the camera on an android tablet or phone over wifi via a simple URL.
>
>So if your android tablet/phone is connected to your wifi as ip 192.168.1.2 the IP Webcam app will give you various URL's to grab pictures with:
>Simple frame grab - http://192.168.1.2:8080/shot.jpg
>Full resolution photo capture - http://192.168.1.2:8080/photo.jpg
>Full resolution photo capture with autofocus - http://192.168.1.2:8080/photoaf.jpg
>
>As you can imagine, this is super easy to integrate directly into a VFP app.
>
>The IP Webcam application even supports running in the background which leads into the really cool part. You can use an application like Splash Desktop to remotely access a computer on your network which is running your VFP application. And now your VFP application can capture images directly from the Android device's camera!
>
>Now I'm trying to find an equivalent app over on the iOS side, but I'm not having any luck. Anybody come across something that offers similar functionality?

Accessing the Android phone via a URL implies that either the IP Webcam app includes a web server, or it's accessing/leveraging a web server already present in the phone. From a security POV that adds a lot of attack surface.

If I were Apple, I'd be asking myself if I'd want to expose iOS to those potential security issues. Also, would I sanction remote access to iOS content via http/https? That might go against the "walled garden" philosophy. It looks like it's possible to add web server functionality to iOS ( Google [ios web server] ) but it also appears it requires jailbreaking the device.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Reply
Map
View

Click here to load this message in the networking platform