MobileWebCam android app free download

android

Name: MobileWebCam
Size: 416 KB
Category: Multimedia
License: Free
Downloads: 1996
Rate this app:
Download the app of MobileWebCam for your android smartphone. This MobileWebCam app free download is a Multimedia app and has a size of 416 KB. It is a MobileWebCam apk file and you can install it on your android phone via free download from this page. It supports all latest android devices including android tablets and android phones like lollipop and marshmallow.
download MobileWebCam
apk | 416 KB
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