Digital Camera Controller


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2005
    Location
    Bellevue
    Posts
    125

    Default Digital Camera Controller

    Has anyone tried to control a digital camera using a PIC? I have been looking around, and it appears that many cameras can be controlled and even pictures acquired via a simple serial connection

    http://photopc.sourceforge.net/protocol.html

    There are number of PC software control applications which would allow you to change settings, take pictures, download thumbnails, etc. What I'd like to to is have a PIC run this program.

    Anyone tried this?

    Tom

  2. #2
    Join Date
    Mar 2003
    Posts
    41


    Did you find this post helpful? Yes | No

    Default Camera control - Use the IR remote control

    I have used both the direct digital serial port and the IR remote to control cameras (Casio and Olympus). I suggest the IR approach might be better for many applications.

    The camera maker usually bundles, or sells, PC software that controls the camera over the USB or RS232 port. The makers can and do change this frequently, not only between models but even within models. I bought a second "identical" camera a little while after the first only to find the code had subtly changed and my code no longer worked.

    What did keep working, even across different cameras from the same manufacturer, was the IR protocol used by the remote control. I viewed this with a fast diode into the oscilloscope to work out the frequency, then I used an IR decoder module to work out the burst on times and spacing. I then generate the IR pulse stream in the PIC and directly drive an IR LED through a resistor. This can be anywhere near the camera and it seems to get through.

    By setting the camera to never time out and switch off, the remote control can now perform a three stage zoom and expose anytime. I run the camera off the main aircraft battery via a regulator for longer endurance than the 20 minutes the internal camera battery allows.

    HTH
    Brian

Similar Threads

  1. camera delays
    By MOUNTAIN747 in forum General
    Replies: 4
    Last Post: - 27th January 2010, 06:16
  2. Digital Out on an A/D pin safe ?
    By mr.sneezy in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 21st January 2009, 22:48
  3. Replies: 4
    Last Post: - 24th January 2007, 22:20
  4. Digital IC Tester
    By precision in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 18th September 2006, 03:38
  5. Dedicated LCD Controller question
    By chuckles in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 27th February 2006, 14:44

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts