Choose mobileLoginSignup

MobileWebCam android apk free download

game pic for MobileWebCam Name - MobileWebCam
Category - multimedia
Resolution - multi
Type - Android 1.5 Cupcake
Size - 416 KB
Rating - 2/5 from 64 ratings
Rate this app:
1987 downloads
download MobileWebCam free, download MobileWebCam apk for free, free download MobileWebCam android
download MobileWebCam android, free download MobileWebCam apk, download free android mobile apps
download android apps, download mobile applications, download app MobileWebCam free
download MobileWebCam apk, MobileWebCam download link, download application MobileWebCam apk for mobile
free download link for MobileWebCam, free mobile app MobileWebCam download, MobileWebCam
Description:
Ver 2.08, for android 1.5 and up


Show the world what you see LIVE!
READ THIS TEXT BEFORE INSTALLATION!
Use your Android as a simple mobile webcam via WIFI or Mobile Network! The picture can be watched from everywhere with a browser or for example with my App WebLiveWallpaper, ftp upload, stored in Dropbox, sent with email or stored on your sdcard.
Use as simple but mobile timed webcam with refresh rates from seconds to hours, with motion detection or your defined daily activity times. High resolution pictures are also possible. Mark the pictures with text or image to advertise for your place or business.
This app provides me with a simple possibility to mail someone (my wife) and start refreshing a webcam view of what I see with one buttontap. Also it can work as a more static webcam with set activity times and picture imprint if you got a spare or partially broken phone you want to place somewhere connected to power running all the time ...
I will develop this further later after I fixed more bugs on my WebLiveWallpaper App.
SERVER with PHP required for a webcam on your website! If you do not know what the code below means you will not be able to fully use this app as intended but may still find the email function useful!
mobilewebcam.php
// new file uploaded?
$uploadfile = "";
if(strlen(basename($_FILES["userfile"]["name"])) > 0)
{
$uploadfile = basename($_FILES["userfile"]["name"]);
if(move_uploaded_file($_FILES["userfile"]["tmp_name"], $uploadfile))
{
@chmod($uploadfile,0755);
echo "Ok!";
}
else
echo "Error copying!";
}
>
index.html