Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8343429
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T06:03:38+00:00 2026-06-09T06:03:38+00:00

I have the following task: Later this month, I will launch an Android smart

  • 0

I have the following task:

Later this month, I will launch an Android smart phone (htc droid incredible) aboard a solar balloon much like I did last May.

I would like to configure the Android to take a photo every X seconds and upload it to Google+. I have the automatic upload working but I have not yet been able to find an app that can take photos automatically while using very little system resources (the hope is to keep the phone transmitting for a long period of time).

What apps or simple scripts would be able to do this?

We can’t keep photos on the hard drive because we will never get it back. It has to transmit.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T06:03:40+00:00Added an answer on June 9, 2026 at 6:03 am

    I have used this python script:

    import android
    import time
    
    droid = android.Android()
    for i in range(5): 
        temp = str(i)
        path = '/sdcard/picscript/'
        path += time.strftime("%B-%_e-%_I-%M-")
        path += temp
        path += '.png'
        droid.cameraCapturePicture(path, True)
    

    in conjunction with SL4A To loop taking pictures. As it is now it will take 5 images and save them to a folder on the SDcard named picscript, the filenames will be a timestamp of the time that the photo was taken. Once they are saved you could upload them from there, If you are feeling adventurous you could probably even figure out how to upload them from the python script itself.

    You could alter the script to make it an infinite(ish) loop and add a time delay inbetween each photo if you wanted.

    If you are ok with needing sl4a installed on the device you can run it from the python file. If you’d rather not have sl4a installed you can instead wrap it in an android apk as detailed in this pdf.
    No matter which route you take you will have to have python installed on your device though.

    Note: I have no idea about battery usage with this script but I suspect it’d be rather draining. In more recent versions of sl4a the APIs have changed a bit and the camera preview is now shown on the screen. I don’t think it used to show the preview so if you went back and grabbed an older version you might be able to get better battery performance out of it. droid.cameraTakePicture(path,True) is what the method used to be called in the older versions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am charged with the following task in a Rails project. Clients will have
I have the following task: Write a method that will add two polynoms. I.e
I have the following task: there are a simple table from mysql database: <html>
I have the following task, which because of the combination of DestinationFiles and DestionationFolder
I have the following task in my MSBuild script: <Target Name=ZipStates> <Message Text=CREATING ZIP
I have the following exec task, performing checkin of assemblyinfo.cs files. I'm trying to
I have the following beans Task, ServerDetails and ApplicationDetails. I wish to retrieve all
I have the following situation: var Task = Backbone.Model.extend({ initialize: function() { }, save:
i have the following code to disable task manager of windows xp but it
I have a simple function as the following: static Task<A> Peirce<A, B>(Func<Func<A, Task<B>>, Task<A>>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.