<<< Back to Slackey

  DroidNetCam

What's New in 1.1.0

Having Motorola Droid Auto-Focus Problems?

Please take a look at the following pages:
http://www.engadget.com/2009/11/17/motorola-droid-camera-autofocus-fixed-in-secrecy/
And:
http://www.slashgear.com/motorola-droid-camera-woes-fixed-by-a-good-lens-clean-1763653/

Overview

DroidNetCam is a program to turn your Android phone into a web cam. You set its timer from 30 seconds to several hundred minutes. Every time the timer goes off (default is once per minute), it takes a picture and uploads it to either an FTP or HTTP server.

If you have any questions or concerns about DroidNetCam,
feel free to contact us at: slackeysupport@slackey.com

For access to this application, please search for
"slackey" on the Android Market -- available on your
Android-powered phone.

DroidNetCam Application QuickStart Guide

Here is a set of configuration and example screen shots for the Android DroidNetCam application:
    QuickStart Guide

FTP Image Upload

FTP uploads are done to any normal FTP server you have write permission to. Simply specify the server location, username and password. Options are available to set it into "Passive" mode.

HTTP Image Upload

For the HTTP server uploads, you need a form on the server to receive the image. The form handler CGI takes fields for user-name, password and the image data. There is an example Python-based CGI available for download.

To use the example HTTP upload CGI:

You can now use those values to upload files to your server.

FTP/HTTP File Names*

*see update below

The file-names that the files can be uploaded to can include many date/time based "macros" to make every file-name. The macros are a two character combination starting with percent "%" and a character from the following table. These format styles follow the POSIX standard fairly closely.

Note: These characters are case-sensitive.

MacroMeaningExample
%aAbbreviated week-day name.Mon
%AFull week-day name.Monday
%bAbbreviated month name.Jan
%BFull month name.January
%dDay of month.01
%HHour (00-23).00
%IHour (01-12)01
%mMonth number.01
%MMinute within hour.59
%pAM/PM.AM
%SSeconds within minute.59
%yTwo-digit year.09
%YFour digit year.2009
%%The literal percent character.%

Update — Please Note:

File names with special characters like colons, slashes, etc. may cause errors.

Depending on the "Locale" setting on your phone, this may or may not be a problem for you since different regions use different characters as date and time separators.

In any case, if you are using the Time or Date macros "%T" "%D" in the FTP/HTTP File Name format string, we advise you to change to the alternatives in the tables below.

You can still include the whole time and date as part of the file name by replacing "%T" and "%D" with strings that don't contain problem characters, like: "%H.%M.%S" and "%Y-%m-%d".

Avoid MacroMeaningPossibly YieldsUse InsteadOK
%DFull date string 2009/01/23%Y-%m-%d2009-01-23
%TFull time string 23:59:45%H.%M.%S23.59.45
Exampleformatfilename
Don't Use:pic_%D_%T.jpgpic_2009/01/23_23:59:45.jpg
Instead, Use:pic_%Y-%m-%d_%H.%M.%S.jpgpic_2009-01-23_23.59.45.jpg

FAQ

Thank you for the questions.
Please include your email address if you would like a direct reply (we won't spam you).

Suggestions

Thank you for the suggestions.
Please include your email address if you would like a direct reply (we won't spam you).