Is there a new script to make the M100 1.1.0 firmware version compatible? I am trying the script but I can't seem to make it work on the new firmware.
The CHDK project focuses on the Canon camera’s with Powershot firmware, the Canon 200D is not part of the scope of CHDK. There is another project for Canon DSLRs, called Magic Lantern. However there is at the moment no Magic Lantern for the 200D. They might release one at some point, but that if that ever happens it might still be a long time away. That being said, doesn’t putting the lens in manual focus remove the square? For streaming the camera is in a fixed position so manual focus should be doable—and it saves you from problems with the autofocus hunting.
The CHDK project focuses on the Canon camera’s with Powershot firmware, the Canon 200D is not part of the scope of CHDK.
Quote from: schrijver on 05 / January / 2021, 05:20:37The CHDK project focuses on the Canon camera’s with Powershot firmware, the Canon 200D is not part of the scope of CHDK. But this thread is about Canon Basic and that is independent of CHDK or ML. Since the 200D is a DIGIC 7 camera. Clean Canon overlays would probably also work with Canon Basic Skript.
Since the 200D is a DIGIC 7 camera. Clean Canon overlays would probably also work with Canon Basic Skript.
Canon Basic is only available on cameras with PowerShot firmware and on cameras with DIGIC 8 or DIGIC X processor.
' clean rec mode palette' EOS M5, 102aDIM palette_buffer_ptr = 0x11e24DIM active_palette_buffer = 0x11e1cDIM palette_to_zero = 0public sub check_compat() check_compat = 0 if Peek16(0xe1f20270) <> 0x32bb then exit sub end if if strcmp("GM1.02A",0xe0429fcc) = 0 then check_compat = 1 exit sub 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 LockMainPower() palette_mod() end ifend sub
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