control digital camera using micro -controller

Thread Starter

u-a-l

Joined Jun 12, 2010
27
it's any digital camera
i need control digital camera using pic i mean move the camera forward , backward , left & wright all that when some thing happed like noise by using motor
4 example when sound coming from north the camera move by motor 2 north and take many picture from that said
i hope u understand me ???
 

beenthere

Joined Apr 20, 2004
15,819
A camera is usually fixed in one location, but may have motors control the pan and tilt. The motions you describe are only possible with a motorized carrier.

Is the sound detection and localization already done, or do you need assistance in that as well?
 

Thread Starter

u-a-l

Joined Jun 12, 2010
27
u r wright but i mean is there are way or pin in micro-controller that can connect the pic with camera
 

beenthere

Joined Apr 20, 2004
15,819
The link shows one example of a computer controlled camera mount.

Another way is to obtain a pan - tilt motorized mount and control the motors with a microcontroller. The exact control is dependent on the type of motors used. You could make a mount using stepper motors as well.

Neither method addresses the actual motion on space, nor the detection of sound.
 

Markd77

Joined Sep 7, 2009
2,806
Triggering the camera itself depends a lot on the camera. I have one that can be controlled by a switch on a wire and also by IR. I have a cheaper camera that has neither. Which is yours?
 

tom66

Joined May 9, 2009
2,595
If you don't mind the risk of damage to the camera, you can try desoldering the camera's trigger and using a relay (easy) or a transistor (harder, cheaper) to act as a switch.
 

Thread Starter

u-a-l

Joined Jun 12, 2010
27
markd77 i hope 2 tell more about this camera and if u have links or books about this please share it with me
 

Markd77

Joined Sep 7, 2009
2,806
My camera that can be triggered by wire or IR remote is a Pentax K200D, which isn't made any more. Most DSLRs can be triggered remotely. The Pentax uses a 2.5mm headphone socket for the wire triggering.
 

GetDeviceInfo

Joined Jun 7, 2009
2,196
On the camera side, I solder in an smt transistor across the On/Off switch of my Canon 520s. That entails removing the case, gluing the transistor and making the solder connections. I then run a wire to the USB port where I glue in an smt resistor and solder the transistor base to that, then to the unused USB pin. The camera is then closed back up.

I have constructed a circular base geared to a stepper motor, upon which I mount a PVC tube that holds the camera. upon this base, encircling the stepper is a fabbed PCB which is mounted an Atmel 8051 core micro, along with a MAX3421 USB host, an RTC, stepper driver, and a couple of misc devices.

I use this contraption for game scouting, but who know's what else.

The 'system' is continually changing, but at this time I have it configured so that the 8051 utilizes an 8 bit port as interrupt inputs (triggers) to wake the micro. Triggers to date include the resident RTC, PIR, and trip triggers.

In it's simplest mode, upon trigger, the camera is turned on with a timed pulse to the implanted camera transistor via the USB port. The micro then attempts USB communications with the camera via the MAX3421, until it confirms a powered up state. Now, with only your imagination, can you pan, zoom, focus, shutter, etc. to capture images. After the sequence, another timed pulse to the impanted camera switch turns the camera off, and the micro goes back to sleep, awaiting another trigger.

IN your case, determining the direction of sound, could be a challenge. But a bit of ingenuity could overcome.
 

Thread Starter

u-a-l

Joined Jun 12, 2010
27
On the camera side, I solder in an smt transistor across the On/Off switch of my Canon 520s. That entails removing the case, gluing the transistor and making the solder connections. I then run a wire to the USB port where I glue in an smt resistor and solder the transistor base to that, then to the unused USB pin. The camera is then closed back up.

I have constructed a circular base geared to a stepper motor, upon which I mount a PVC tube that holds the camera. upon this base, encircling the stepper is a fabbed PCB which is mounted an Atmel 8051 core micro, along with a MAX3421 USB host, an RTC, stepper driver, and a couple of misc devices.

I use this contraption for game scouting, but who know's what else.

The 'system' is continually changing, but at this time I have it configured so that the 8051 utilizes an 8 bit port as interrupt inputs (triggers) to wake the micro. Triggers to date include the resident RTC, PIR, and trip triggers.

In it's simplest mode, upon trigger, the camera is turned on with a timed pulse to the implanted camera transistor via the USB port. The micro then attempts USB communications with the camera via the MAX3421, until it confirms a powered up state. Now, with only your imagination, can you pan, zoom, focus, shutter, etc. to capture images. After the sequence, another timed pulse to the impanted camera switch turns the camera off, and the micro goes back to sleep, awaiting another trigger.

IN your case, determining the direction of sound, could be a challenge. But a bit of ingenuity could overcome.


Thank u for your post GetDeviceInfo
but sorry honestly am not understand what u want tell me exactly :confused:
 

GetDeviceInfo

Joined Jun 7, 2009
2,196
any one have idea about control digital camera using micro -controller help me please
you asked for some ideas, and I responded with a couple that I've put into practice. maybe I've posted to the wrong thread though, it's happened in the past.
 
Top