Canon 750D

Started by Goonism101, July 27, 2016, 04:44:28 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Walter Schulz

Quote from: Sharky88 on March 30, 2025, 10:48:35 PMWhat code do you guys use for development?

Plain C, mostly.
C99, to be precise.

names_are_hard

Quote from: Sharky88I was just trying to make a kind guesture that was all.

It was a kind gesture :)  But that cam I already have.  Consider learning to code, you've got a long time to practice!

Sharky88

Only asking as I do a bit of coding with other languages.

More around stacking photo's and website building.

I brought a 6d to see what magic lantern could do and am very impressed to say the least so with the functionality of it all. If I had known about the magic lantern before buying my RP I would of brought a cheaper camera and put magic lantern on it and used the bracketing function. It would of saved me a fortune.

When I get a few hours spare I'll rip apart the 6d stuff and have a little look at all.

names_are_hard

Cool!  If you want to mess around with ML GUI, it's pretty approachable, standard C.  Some of the internals are hairy, and the deeper camera functionality modifying code requires reverse engineering practice (which nobody starts with, ask for advice if you get to these parts).

Brief build instructions, for my repo, which has been updated to build easily on modern systems: https://github.com/reticulatedpines/magiclantern_simplified/blob/dev/developer_guide/04_00_building_ML.md