paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] atmega_i2c_cam_ctl


From: Stephen L Hulme
Subject: Re: [Paparazzi-devel] atmega_i2c_cam_ctl
Date: Mon, 18 Mar 2013 17:45:34 +1300

as of Sun, 17 Mar 2013 17:46:07 +0200 Chris wrote:
 
Today i tested my Canon SX230HS with the chdk module and it works
perfectly he he he
I can zoom in and out in 6 steps, shoot a photo and record a HD video by
using commands through the datalink.
The only thing needed is a level converter from 3.3v to 5 - 5.5v with
the use of a mosfet or a transistor.
I had a problem with the camera freezing (CHDK software) during
operation but i found the problem and now everything is very reliable,
the only drawback is the camera's battery which i think will be replaced
with an external one.
The same camera serves me as an airborne fpv camera so it can do
everything i need.
Let me know if someone wants the module code and chdk script.
Chris

 
Dear Chris
 
I am very interested in getting a copy of the CHDK script and module code.
 
I have made some basic CHDK modifications to an ixus 80IS which is a simple camera in terms of lens control.
 
But in real terms have relied on a modified PIC Micro emulating the remote control for the pentax optio s12 together with the paparazzi
 
led camera control module with a tiny 2.11.
 
 
<firmware name="fixedwing">
<target name="ap" board="tiny_2.11">
<define name="USE_LED_7"/>
<define name="LED_7_BANK" value="0"/>
<define name="LED_7_PIN" value="2"/> <!--I2C SCL -->
<define name="USE_LED_8"/>
<define name="LED_8_BANK" value="0"/>
<define name="LED_8_PIN" value="3"/> <!-- I2C SDA -->


<modules>
<load name="digital_cam.xml">
<define name="DC_SHUTTER_LED" value="7"/>
<define name="DC_ZOOM_IN_LED" value="8"/>
<define name="DC_AUTOSHOOT_QUARTERSEC_PERIOD" value="6"
unit="quarter_second"/>
<define name="DC_AUTOSHOOT_METER_GRID" value="50" unit="meter"/>
<define name="DC_SHUTTER_DELAY" value="2" unit="quarter_second"/>
<define name="DC_PUSH" value="LED_ON" />
<define name="DC_RELEASE" value="LED_OFF"/>
</load>

 
 
I can be contacted @ address@hidden
 
 
Regards
Stephen

reply via email to

[Prev in Thread] Current Thread [Next in Thread]