I have a powershot D20 and have really been trying to make CHDK work. I successfully loaded the 100b firmware on a 32g Sandisk. Unfortunately, I cannot get any downloaded scripts to run. In fact, I am not even able to open the script menu. Do you have any ideas? One thread mentioned partions on my memory... I really don't know.
I have been able to load CHDK correctly, but the screen flickers.
I tried using STICK a couple days ago but got the response that my camera is not supported yet (I don't remember the exact wording). I will try to walk through the Card Preparation process again and get back to you this weekend.
As far as the scripts, my card shows when connected to the computer, that I have downloaded the correct scripts, but I cannot access the script menu when back in my camera.
#include "platform.h"char *hook_raw_image_addr() {return (char*) 0x4138AE00;} //Found @0xff363310 d20 100b Search on JPEG BUFFchar *hook_alt_raw_image_addr() {return (char*) 0x4138AE00;} //Found @0xff363310 d20 100b
In my first time lapse with the D20, I noticed that the the shot meter readings (out of the raw buffers) only changed every other picture. There appears to be a mistake in the D20 lib.c. Both raw buffer addresses are identical.Code: [Select]#include "platform.h"char *hook_raw_image_addr() {return (char*) 0x4138AE00;} //Found @0xff363310 d20 100b Search on JPEG BUFFchar *hook_alt_raw_image_addr() {return (char*) 0x4138AE00;} //Found @0xff363310 d20 100b
char *hook_raw_image_addr() { return raw_buffers[active_raw_buffer];}char *hook_alt_raw_image_addr(){ return raw_buffers[active_raw_buffer^1];}
I also tried saving raw files in dng format. It worked, but I can't seem to read the dng files in Lightroom. The problem could be on my end, but I uploaded the dng and corresponding jpg files here:http://www.adrive.com/public/PNF9g4/D20_RawTest.zip
Started by salukikev Script Writing
Started by rdumont99 Firmware Dumping
Started by slandier « 1 2 » RAW Shooting and Processing
Started by Recyclojunk64 « 1 2 3 » Hotwire! Hardware Mods, Accessories and Insights
Started by edwarddebruyn General Help and Assistance on using CHDK stable releases