SD1100/ixus 80 porting .... - page 16 - DryOS Development - CHDK Forum

SD1100/ixus 80 porting ....

  • 360 Replies
  • 193054 Views
*

Offline chr

  • ***
  • 138
  • IXUS 82 IS
Re: SD1100/ixus 80 porting ....
« Reply #150 on: 13 / October / 2008, 16:04:29 »
Advertisements
Hi!

Here is another release:

* latest chdk v. 0.6.2 (svn rev. 535: / (log) - chdk - Trac)
* hopefully bugfixes Changeset 531 - chdk - Trac "harming machinery"
* fixed zoom point table
* I wrote an encoding tool! No more need to run qemu/gdb to create a bootable image 8)

General usage information should be here SD1100IS - CHDK Wiki . If you have been a newbie and got it to work, please add what is missing!

The attached .tgz file is for end users and contains all files that goes to SD card.
The .bz file is for hackers.

Don't forget to copy CHDK/GAMES/SOKOBAN.LEV to card, otherwise that game doesn't work ;)

As usual: I don't take any warranties. Use at your own risk!


Re: SD1100/ixus 80 porting ....
« Reply #151 on: 14 / October / 2008, 07:57:40 »
Hi,

I'm also a first-time CHDK user and on my IXUS 80iS it works great. Thank you for your work.
I have a question regarding to scripts. Is it in general possible to overwrite the TV value? I found an interesting script under: BananaKopter - Wiki: MikroKopter.de, created for an IXUS950 Camera. I thought it could work also on my IXUS80, but the Camera ignores all "set_tv96_direct xxx" changes. All images were saved including the shutter speed information from the script but the real shutter speed is different (still automatic). What can I do? I'm not very familiar with scripting.

Thanks
Astro

*

Offline fudgey

  • *****
  • 1705
  • a570is
Re: SD1100/ixus 80 porting ....
« Reply #152 on: 14 / October / 2008, 12:44:05 »
I'm also a first-time CHDK user and on my IXUS 80iS it works great. Thank you for your work.
I have a question regarding to scripts. Is it in general possible to overwrite the TV value? I found an interesting script under: BananaKopter - Wiki: MikroKopter.de, created for an IXUS950 Camera. I thought it could work also on my IXUS80, but the Camera ignores all "set_tv96_direct xxx" changes. All images were saved including the shutter speed information from the script but the real shutter speed is different (still automatic). What can I do? I'm not very familiar with scripting.

I'm not sure if I understand you (I didn't look at the script), but if continuous mode bracketing works for you, then it is possible to override Tv in scripts as well.

It's possible that set_tv96_direct must be called this way:
Code: [Select]
press "shoot_half"
do
  P=get_shooting
until P=1
set_tv96_direct 100
press "shoot_full"
release "shoot_full"
release "shoot_half"
instead of this:

Code: [Select]
set_tv96_direct 100
shoot

It all depends on what those commands do and how your camera responds to them in each shooting mode. See for example Digic III propcase 262 in http://chdk.wikia.com/wiki/PropertyCase. It's the "real" or "coming" Tv, and it gets updated at half-shoot. If you set a value to it and then shoot, it will not change exposure. Instead you must change the "user Tv" propcase, but that only has an effect if you are in a manual mode in regard of Tv.

That said, it's possible that your problem may be resolved by adding delays after those set_tv* commands. Start with sleep 500 after each and see how it goes.

Re: SD1100/ixus 80 porting ....
« Reply #153 on: 15 / October / 2008, 16:28:08 »
@whim

Thank you Whim, it looks like this will solve my problem.

khazar

Re: SD1100/ixus 80 porting ....
« Reply #154 on: 15 / October / 2008, 20:18:09 »
sd1100 1.01A   cardtricks, pick card, format as fat, make bootable, where do i fidn the zip file for it tried just putting it on card but then i lock card all it says is card locked

*

Offline will

  • *
  • 26
  • IXUS 80IS fw 1.01a
Re: SD1100/ixus 80 porting ....
« Reply #155 on: 15 / October / 2008, 21:52:37 »
sd1100 1.01A   cardtricks, pick card, format as fat, make bootable, where do i fidn the zip file for it tried just putting it on card but then i lock card all it says is card locked

There is no zip file at the moment because it's not part of the official CHDK build at this point in time.

See chr's post: SD1100/ixus 80 porting ....

Download chdk_sd1100_e3f0eae_svn-r535.tgz from his post, unpack that. Grab the .bin file that's got 101a in the filename.

Copy that .bin file to your SD card and rename the .bin file to diskboot.bin.

Now lock your card, and insert it into your camera and it should all work from there.

Re: SD1100/ixus 80 porting ....
« Reply #156 on: 16 / October / 2008, 04:00:56 »
It works. Thank you very much!

Astro

Re: SD1100/ixus 80 porting ....
« Reply #157 on: 16 / October / 2008, 12:38:22 »
Hi, first thank you so much for this work! I am very happy that i can use chdk with the Ixus 80IS!

After changing  from chdk_sd1100_fdf355c to chdk_sd1100_e3f0eae_svn-r535 i have problems to shoot in RAW-format: the green LED does not stop blinking. Switching to play-modus does not show the picture (but the file is on the card) after shooting again the cam hangs.. (then i have to take out the accu).

After testing and playing a while with MDFB-080914.bas the fileystem on the card was corrupt.

So i changed back to chdk_sd1100_fdf355c, no more problems in raw-modus.

In both versions: after recording videos the window with the bitrate does not close. only switching off and on helps.

Firmware 1.01a, 4 GB card

btw: i hope this is the right place for bug-reports?

bye, Thomas
« Last Edit: 16 / October / 2008, 12:41:37 by trurl »

*

Offline chr

  • ***
  • 138
  • IXUS 82 IS
Re: SD1100/ixus 80 porting ....
« Reply #158 on: 16 / October / 2008, 13:17:59 »
After changing  from chdk_sd1100_fdf355c to chdk_sd1100_e3f0eae_svn-r535 i have problems to shoot in RAW-format: the green LED does not stop blinking. Switching to play-modus does not show the picture (but the file is on the card) after shooting again the cam hangs.. (then i have to take out the accu).
I can confirm this bug. The raw is written, but the jpg file is missing. That's what should happen while green is blinking.
I'm just wondering why the watchdog doesn't stop that.

edit:
just remember, this chdk contains a bugfix about wrong timestamps of the raw files ... guess there is something wrong.


Quote
In both versions: after recording videos the window with the bitrate does not close. only switching off and on helps.
Mh, the chdk video stuff is not implemented. The options etc. are there but should not have any effect.

Quote
btw: i hope this is the right place for bug-reports?
Yes and no ... we must find out, if these bugs are only in this port or if other cameras with this chdk version got them, too.

There is a bugtracker now. (My View - CHDK Bugtracker) I tried to get an account but it doesn't let me in. So actually I'm not tracking bugs there.


« Last Edit: 16 / October / 2008, 13:19:37 by chr »

*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: SD1100/ixus 80 porting ....
« Reply #159 on: 16 / October / 2008, 13:48:50 »
Hm,how does it not let you in? Plz write a bugreport in detail ;)

 

Related Topics


SimplePortal © 2008-2014, SimplePortal