Magic lantern support for canon EOS 250D /SL3

Started by aero, February 19, 2023, 05:41:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

aero

Is there any possibility canon EOS 250D / Rebel SL3 is going to get support from magic lantern ?

Canon Eos 250D/ SL3 is now the most popular camera around beginners level. I think this camera is quite powerful but software wise limited by Canon.
If it is possible make it support.
If this is supported previously then my apologies. Plz guide me the link. I'm very new to photography. 250D is my first dslr. And I understood many things have been limited by canon itself.
Even a shutter count check is not possible due to canon override  :'(

Walter Schulz

Quote from: aero on February 19, 2023, 05:41:37 AM
Even a shutter count check is not possible due to canon override  :'(

Gphoto2 via USB and avaiiable for macOS, Unix derivates (Linux, BSD, ...).
Tornado EOS (Windows) via USB.
Supported by other utilities via USB/WiFi as well.

And there is Canon Basic Script. Runs from SD card.

aero

I tried gphoto2,  Tornado EOS and some wifi utility none seems to work with digic 8 series.
Can you give me canon basic script link?

Walter Schulz

Are you able to get any data using gphoto2? If not: Use another cable. Looks like yours is for charging only. Get a data transfer cable.

kitor

https://www.magiclantern.fm/forum/index.php?topic=25305.0


private sub Initialize()
    CamInfo_Debug(1)
end sub


will create CAM_INFO.XML on your SD card, which contains at least three values on DSLR: TotalShutter (physical shutter actuations, including LV entry, etc), TotalShoot (total shots, including silent pictures) and TotalMirror (mirror actuations). Last one is missing on mirrorless, some point-and-shoot models have extra fields for other wear elements like zoom lever, etc.
Too many Canon cameras.
If you have a dead R, RP, 250D mainboard (e.g. after camera repair) and want to donate for experiments, I'll cover shipping costs.

aero

Quote from: Walter Schulz on February 20, 2023, 08:48:21 AM
Are you able to get any data using gphoto2? If not: Use another cable. Looks like yours is for charging only. Get a data transfer cable.
Hello cable is ok. Like camerainfo command will work.
But when hit shuttercounter it will force close it .
The thing is all windows app even get forced closed by camera. I don't know how canon do it

aero

Quote from: kitor on February 20, 2023, 09:39:57 AM
https://www.magiclantern.fm/forum/index.php?topic=25305.0


private sub Initialize()
    CamInfo_Debug(1)
end sub


will create CAM_INFO.XML on your SD card, which contains at least three values on DSLR: TotalShutter (physical shutter actuations, including LV entry, etc), TotalShoot (total shots, including silent pictures) and TotalMirror (mirror actuations). Last one is missing on mirrorless, some point-and-shoot models have extra fields for other wear elements like zoom lever, etc.


Hello Im very new to this.
Do I just have to create a XML file with this code inside sd card or something else? The link you have provided me seems very hard to me :'(
Can you give me a simple way just to create the script and check the shutter count. Thats all I need

Walter Schulz

If you're doing everything exactly as described a CAM_INFO.XML will be created by your camera containing the info you want.

aero

Sorry . I'm not understanding.
I tried EOS card app from the link. And then not understanding anything.
Is there any video tutorial available 😅

Walter Schulz

Quote from: aero on February 20, 2023, 12:39:40 PM
Hello cable is ok. Like camerainfo command will work.
But when hit shuttercounter it will force close it .
The thing is all windows app even get forced closed by camera. I don't know how canon do it

I don't understand what you are doing. You said gphoto2 doesn't work. I asked what doesn't work. You answered with something unrelated.
What is your native language? Try explaining your issue using your own language.

aero

Gphoto2 works for like showing info
Like serial number
Storage
Version
Power remaining etc.
But shuttercounter/ shuttercount don't work.
When i hit shutter count it shows nothing camera screen just give a splash.

Walter Schulz

Sorry, forgot gphoto2 cannot read shutter actuations for 250D/SL3.
Give Tornado EOS a try.

aero


Walter Schulz

It all was fun and joy until Windows Defender declared TornadoSCF.exe to be malignant ...

We go Basic script then. Please join our Discord -> Magic Lantern Community -> questions-and-chat amd drop a line there.

Recommendation: Best with SD card (up to 2 GB). Second best: SDHC. Don't try SDXC.

Or just read and follow this: https://www.magiclantern.fm/forum/index.php?topic=26757

aero