i am using the trunk 755 of the DE version
(i probably should try using the latest ver)
But when I try to load a script I have the error : "fail to load fselect.flt: file not found". Any idea ?
You need to extract the content of the zip file to the big partition too.
Quote from: smartkiller on 16 / October / 2009, 15:56:16Quote from: toujours on 15 / October / 2009, 20:48:07Hi all,first I have to say, you all of you have done a great job. When I bought my SX200, there was nothing but the firmware dump,and now most functions are working well.In the meantime I've been on holidays and took a lot of pictures- most of them in "W"(ide) 16:9 format, because I use a 16:9 widescreen-tv and 16:9 computer-monitor for viewing.When it came I had to take pictures _not_ in landscape, I changed the picture-resolution to "M1" 3:4,so that the format is not too much stretched. After these portrait shots, i had to switch back to "W".I thought "A little bit annoying, as CHDK could do this for me, when CHDK becomes available for SX200IS"And here is my attempt in solving this problem for me:In the Menu "Extra Photo Operations" I added an option "override wide-portrait" with choices "Don't, M1, M2, M3, S, Postcard".How it works:Select "W"(ide) format in the canon menu, select for instance "M1" as "override wide-portrait".As long as You take pictures in landscape (horizontal orientation) there is no change, but when you turn the camera 90 degreesthe override will - if anything choosen but "Don't" - change the picture format to the one you have selected in the moment you press the shutter (not in preview).After some shots in various camera orientations, go to review mode and check the picture formats ...Attached you find a compiled version and the patch.diff to the current trunk 816, if you want to build it yourself...Can you make it also for the SX1?http://chdk.setepontos.com/index.php/topic,3410.msg41684.html#msg41684SmartkillerI have made it self.It should be added just one line in include/camera.h at the SX1 part.And the diff from the patch.Code: [Select]after #define CAM_HAS_VARIABLE_ASPECT 1add this: #define W_PORTRAIT_OVERRIDE 1 Smartkiller
Quote from: toujours on 15 / October / 2009, 20:48:07Hi all,first I have to say, you all of you have done a great job. When I bought my SX200, there was nothing but the firmware dump,and now most functions are working well.In the meantime I've been on holidays and took a lot of pictures- most of them in "W"(ide) 16:9 format, because I use a 16:9 widescreen-tv and 16:9 computer-monitor for viewing.When it came I had to take pictures _not_ in landscape, I changed the picture-resolution to "M1" 3:4,so that the format is not too much stretched. After these portrait shots, i had to switch back to "W".I thought "A little bit annoying, as CHDK could do this for me, when CHDK becomes available for SX200IS"And here is my attempt in solving this problem for me:In the Menu "Extra Photo Operations" I added an option "override wide-portrait" with choices "Don't, M1, M2, M3, S, Postcard".How it works:Select "W"(ide) format in the canon menu, select for instance "M1" as "override wide-portrait".As long as You take pictures in landscape (horizontal orientation) there is no change, but when you turn the camera 90 degreesthe override will - if anything choosen but "Don't" - change the picture format to the one you have selected in the moment you press the shutter (not in preview).After some shots in various camera orientations, go to review mode and check the picture formats ...Attached you find a compiled version and the patch.diff to the current trunk 816, if you want to build it yourself...Can you make it also for the SX1?http://chdk.setepontos.com/index.php/topic,3410.msg41684.html#msg41684Smartkiller
Hi all,first I have to say, you all of you have done a great job. When I bought my SX200, there was nothing but the firmware dump,and now most functions are working well.In the meantime I've been on holidays and took a lot of pictures- most of them in "W"(ide) 16:9 format, because I use a 16:9 widescreen-tv and 16:9 computer-monitor for viewing.When it came I had to take pictures _not_ in landscape, I changed the picture-resolution to "M1" 3:4,so that the format is not too much stretched. After these portrait shots, i had to switch back to "W".I thought "A little bit annoying, as CHDK could do this for me, when CHDK becomes available for SX200IS"And here is my attempt in solving this problem for me:In the Menu "Extra Photo Operations" I added an option "override wide-portrait" with choices "Don't, M1, M2, M3, S, Postcard".How it works:Select "W"(ide) format in the canon menu, select for instance "M1" as "override wide-portrait".As long as You take pictures in landscape (horizontal orientation) there is no change, but when you turn the camera 90 degreesthe override will - if anything choosen but "Don't" - change the picture format to the one you have selected in the moment you press the shutter (not in preview).After some shots in various camera orientations, go to review mode and check the picture formats ...Attached you find a compiled version and the patch.diff to the current trunk 816, if you want to build it yourself...
after #define CAM_HAS_VARIABLE_ASPECT 1add this: #define W_PORTRAIT_OVERRIDE 1
Quote from: ntstatic on 03 / September / 2012, 10:56:43i am using the trunk 755 of the DE versionThat's more than a year old...Quote (i probably should try using the latest ver)Yes.
tried it with the latest version of CHDK- 2125 without the preview using CHDK GUI wich ran from the latest version of CHDK SHell. and the problem is still present the camera shuts down as soon as there is a click or a press('set') in the video mode, also if there is a zoom in the video mode. i can also report that the same thing happens on the SX 150 is
Quote from: ntstatic on 22 / September / 2012, 07:01:03tried it with the latest version of CHDK- 2125 without the preview using CHDK GUI wich ran from the latest version of CHDK SHell. and the problem is still present the camera shuts down as soon as there is a click or a press('set') in the video mode, also if there is a zoom in the video mode. i can also report that the same thing happens on the SX 150 isSince you seem to be able to compile CHDK yourself, I'd like to ask the following:Build a version for both of your cameras (sx130, sx150), and retain core/main.dump inside the CHDK source tree for both of those builds (place it into the zip beside the CHDK files for example, so you don't lose it). Install this build on the camera, make it crash, then create a romlog. When done, upload the log with the respective main.dump (do it for both cameras). If there are separate crash reasons (the set button and the zooming issue may not be connected), repeat the process. Which method are you using to zoom?Another idea:Make some test scripts, which contain the mentioned keypress simulations. Execute those scripts manually, on camera, without ptp. Repeat this test with ptp connected, switched to record mode, but executing the scripts on camera, not via ptp.About mode switching: after you connect via ptp, can you try to switch into rec mode, back into play mode, then back again to rec mode? Does this have any influence on the button press issue?
(setvid.lua)require('capmode').set('VIDEO_STD')sleep (5000)click("set")
require('capmode').set('VIDEO_STD')sleep (5000)click("left")
mode 0mode 1lua require("capmode").set("VIDEO_STD")mode 0mode 1lua require("capmode").set("VIDEO_STD")lua press("set")
Started by jbourne84 General Discussion and Assistance
Started by NovaJeff General Discussion and Assistance
Started by moxican General Discussion and Assistance
Started by hiker_jon General Discussion and Assistance
Started by bill.sikes.7 General Discussion and Assistance