Quote from: srsa_4c on 31 / May / 2019, 19:05:50Simple Canon Basic script for the EOS M100, firmware 100a. Modified version of the M6 script, with firmware version check added.UNTESTED, feedback is welcome.Code: [Select]' clean rec mode palette' EOS M100, 100aDIM palette_buffer_ptr = 0x116f4DIM active_palette_buffer = 0x116ecDIM palette_to_zero = 0public sub check_compat() if Peek16(0xe1f20270) = 0x32d1 then check_compat = 1 else check_compat = 0 end if if strcmp("GM1.00A",0xe047b5b1) <> 0 then check_compat = 0 end ifend subprivate sub RegisterProcs() System.Create() 'UI.CreatePublic()end subprivate sub palette_mod() adr = *palette_buffer_ptr adr = adr + (palette_to_zero * 4) if *adr <> 0 then adr = *adr + 4 memset(adr, 0, 256 * 4) end ifend subprivate sub Initialize() RegisterProcs() ret = check_compat() if ret=1 then palette_mod() end ifend subUsage and notes (taken from my earlier post):Save it as extend.m in the root directory of the card. The card should be prepared to run scripts.Switch on the camera in playback mode and press SET. If the script does what is intended, the overlay should be mostly clean when you switch the cam to any shooting mode. There might be some parts of the overlay that remain unaffected.alrighty i just messed something up lol i didnt put the correct line in script.req, or DC_scriptdisk, I changed it and retryed my dump and it worked, then i tried your script and it provides a 100% clean hdmi signal! no facebox nothing! great job dude ill repost this on the main thread of your post so people know it works!for anyone out there who isnt familiar with chdk but wants to have clean hdmi and findds this post:create blank file extend.txt paste the above script in this filecreate blank file script.txt paste DC_scriptdisk in this filerename extend.txt> extend.mrename script.txt>script.reqput both files on the root of your sd card (not in a file just the main directory is what root means)download eoscard if your on windows > https://pel.hu/down/EOScard.exerun itselect your sd cardclick save>returns= write successfulput card in camera boot using the green picture playbackbutton NOT powerclick set a few timesif you have a lens like the 15-45 on keep it lockedwhen you switch to camera/record/or auto it will say "done" in green at the top. now you can unlock your lens and have clean hdmi!
Simple Canon Basic script for the EOS M100, firmware 100a. Modified version of the M6 script, with firmware version check added.UNTESTED, feedback is welcome.Code: [Select]' clean rec mode palette' EOS M100, 100aDIM palette_buffer_ptr = 0x116f4DIM active_palette_buffer = 0x116ecDIM palette_to_zero = 0public sub check_compat() if Peek16(0xe1f20270) = 0x32d1 then check_compat = 1 else check_compat = 0 end if if strcmp("GM1.00A",0xe047b5b1) <> 0 then check_compat = 0 end ifend subprivate sub RegisterProcs() System.Create() 'UI.CreatePublic()end subprivate sub palette_mod() adr = *palette_buffer_ptr adr = adr + (palette_to_zero * 4) if *adr <> 0 then adr = *adr + 4 memset(adr, 0, 256 * 4) end ifend subprivate sub Initialize() RegisterProcs() ret = check_compat() if ret=1 then palette_mod() end ifend subUsage and notes (taken from my earlier post):Save it as extend.m in the root directory of the card. The card should be prepared to run scripts.Switch on the camera in playback mode and press SET. If the script does what is intended, the overlay should be mostly clean when you switch the cam to any shooting mode. There might be some parts of the overlay that remain unaffected.
' clean rec mode palette' EOS M100, 100aDIM palette_buffer_ptr = 0x116f4DIM active_palette_buffer = 0x116ecDIM palette_to_zero = 0public sub check_compat() if Peek16(0xe1f20270) = 0x32d1 then check_compat = 1 else check_compat = 0 end if if strcmp("GM1.00A",0xe047b5b1) <> 0 then check_compat = 0 end ifend subprivate sub RegisterProcs() System.Create() 'UI.CreatePublic()end subprivate sub palette_mod() adr = *palette_buffer_ptr adr = adr + (palette_to_zero * 4) if *adr <> 0 then adr = *adr + 4 memset(adr, 0, 256 * 4) end ifend subprivate sub Initialize() RegisterProcs() ret = check_compat() if ret=1 then palette_mod() end ifend sub
Hi, I'm looking for a CHDK build for my Canon M6 100f so I can get clean hdmi out to my Atomos. Can anyone assist with a link or directions to find a build for this camera? thanks in advance.I've done a lot of searching but can't seem to find a build.
For the Canon M100 I made a tutorial on how this works, just in case people are struggling a bit. I know I struggled a lot to get it to work. so hopefully this helps out a bit.//www.youtube.com/watch?v=z-qLUky05vs
Started by psxpetey General Discussion and Assistance
Started by pigeonhill General Help and Assistance on using CHDK stable releases
Started by oPryzeLP General Discussion and Assistance
Started by platinummack « 1 2 3 4 » General Help and Assistance on using CHDK stable releases
Started by scinos General Discussion and Assistance