One question that I can't find answered anywhere: What resolution is the HDMI output on the M100? The HDMI output of the live steam is noticeably worse than recoding to the SD card and playing it on my computer. I would guess 480p (even though it might be technically producing a 1080p signal).
Quote from: reyalp on 24 / September / 2019, 17:10:58For combining the the scripts, you would at a minimum want to combine the functions with the same names, so there is only one each of "RegisterProcs" and "Initialize", which include the lines from both scripts.I think that was it! No overlays, and Display is staying on indefinitely from what I can tell. This is huge for live streaming setups! Here is the script I used for reference:Canon M6 Clean Overlays (Clean HDMI Out) + Display Off DisableCode: [Select]DIM palette_buffer_ptr = 0x11d4cDIM active_palette_buffer = 0x11d44DIM palette_to_zero = 0 private sub RegisterProcs() System.Create() ExecuteEventProcedure("UI.CreatePublic")end sub private sub Initialize() RegisterProcs() LockMainPower() adr = *palette_buffer_ptr adr = adr + (palette_to_zero * 4) if *adr <> 0 then adr = *adr + 4 memset(adr, 0, 256 * 4) end ifend sub
For combining the the scripts, you would at a minimum want to combine the functions with the same names, so there is only one each of "RegisterProcs" and "Initialize", which include the lines from both scripts.
DIM palette_buffer_ptr = 0x11d4cDIM active_palette_buffer = 0x11d44DIM palette_to_zero = 0 private sub RegisterProcs() System.Create() ExecuteEventProcedure("UI.CreatePublic")end sub private sub Initialize() RegisterProcs() LockMainPower() adr = *palette_buffer_ptr adr = adr + (palette_to_zero * 4) if *adr <> 0 then adr = *adr + 4 memset(adr, 0, 256 * 4) end ifend sub
I have updated the firmware to 1.0.1 and then tried the script provided above (which plausibly provided for a former version). Therefore, I have 2 questions:Is there any script compatible with the firmware v1.0.1?
As I wrote here, the 1.0.1 firmware is known to be compatible with the script. If it's not working for you, it's likely that the card isn't prepared correctly.
Does this also work for the canon m50?
Canon Basic is only available on cameras with PowerShot firmware and on cameras with DIGIC 8 or DIGIC X processor.
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