Try this change to create_dng_header in dng.c (the 2nd and 3rd lines are new):Code: [Select] switch (IFD_LIST[j].entry[i].tag) { case 0x110 : // CameraName case 0xC614: IFD_LIST[j].entry[i].count = strlen((char*)IFD_LIST[j].entry[i].offset) + 1; break; // UniqueCameraModel case 0x132 : case 0x9003: IFD_LIST[j].entry[i].offset=(int)get_date_for_exif(exif_data->time); break; //DateTimeOriginalThis doesn't cause any problems for me; but I've never seen the problem happen.If this works for you I'll update SVN.Phil.
switch (IFD_LIST[j].entry[i].tag) { case 0x110 : // CameraName case 0xC614: IFD_LIST[j].entry[i].count = strlen((char*)IFD_LIST[j].entry[i].offset) + 1; break; // UniqueCameraModel case 0x132 : case 0x9003: IFD_LIST[j].entry[i].offset=(int)get_date_for_exif(exif_data->time); break; //DateTimeOriginal
Anyone know any time lapse scripts that work?
Quote from: henrooo on 08 / December / 2011, 22:36:57Anyone know any time lapse scripts that work?The are called intervalometers in CHDK. Searching the wiki or forum will turn up many options :Try > http://chdk.wikia.com/index.php?title=Special%3ASearch&search=intervalometer&go=GoAlso, if you want to keep it simple initially, there is a very small script put on your SD card with CHDK. Look for /CHDK/SCRIPTS/4Pack/Lua/interval.lua or /CHDK/SCRIPTS/4Pack/Lua/interval.bas (same script - different language)
I got an error E41 when I connect my Ixus 220HS to my computer while running chdk.Does anyone know if there is a solution for this problem?
Quote from: Nestkast on 11 / December / 2011, 09:43:49I got an error E41 when I connect my Ixus 220HS to my computer while running chdk.Does anyone know if there is a solution for this problem? Huh! I've never actually connected my ELPH 300HS to my computer. I've just always used an SD card reader to transfer images...but I tried it just now, and sure enough, I get the same results on my camera. I've attached the ROM log from the crash. It doesn't look like the other ones I've seen; I'm not sure where to start with this problem.
HARDWARE DEFECT!! ShutdownReason[9] ErrorNo[41]Occured Time 2011:12:11 21:02:23
Quote from: Nestkast on 11 / December / 2011, 09:43:49I got an error E41 when I connect my Ixus 220HS to my computer while running chdk.Does anyone know if there is a solution for this problem? Huh! I've never actually connected my ELPH 300HS to my computer. I've just always used an SD card reader to transfer images...but I tried it just now, and sure enough, I get the same results on my camera. I've attached the ROM log from the crash. It doesn't look like the other ones I've seen; I'm not sure where to start with this problem.I don't see the crash if the card isn't bootable, but PTP transfer still doesn't work while CHDK is running.
I don't know if it's the cause or not; but the value of USB_MASK in kbd.c is wrong - see stubs_entry.S for the correct value.
Never seen one of like that before either. Have you tried disabling CAM_CHDK_PTP ?
Good to see I am not the only one whith the E41 error . I am running firmware version C. The reason I connect my camera with my pc while running chdk is that I want to use the ptpCamGui. Perhaps someone with another firmware version can try to reproduce the error. It quit easy connect your cam while running chdk on a bootable sd card to your computer.
Started by acseven General Discussion and Assistance
Started by ELPH300 « 1 2 » Hello, I'm a NEWBIE - HELP!! (Newbies assistance, User Guides and thank you notes)
Started by VincentD « 1 2 3 » General Help and Assistance on using CHDK stable releases
Started by yoshiharra General Help and Assistance on using CHDK stable releases
Started by igb General Help and Assistance on using CHDK stable releases