Magic Lantern Forum

Developing Magic Lantern => General Development => Topic started by: LassDev on November 28, 2017, 03:02:22 PM

Title: How do I get diagnostic values in a windows program?
Post by: LassDev on November 28, 2017, 03:02:22 PM
Hi all,

I'm not sure whether this is the correct place on this forum, but I hope this reaches the right persons:
I've got a 7D camera in an underwater housing which operates for longer periods of time streaming live images to a windows laptop.
Since the camera heats up fairly quickly when in live view, I want to be able to:

I've figured out which address is used by magic lantern to display said temperature on the camera screen, but I'm stuck on the part where I need to get this property into my computer program. I guess the Eos SDK provides a bit of information, but apparently the address ML uses isn't part of the available get/set props.

I hope the community can help me out.

Best regards,

Michiel

Title: Re: How do I get diagnostic values in a windows program?
Post by: dmilligan on November 29, 2017, 02:51:17 AM
Why do you need to read the temp on the computer? It would be simple to write a Lua script that did this entirely on camera.

Why do you need to do this at all? Canon firmware itself will automatically shutoff the camera when the temperature reaches dangerous levels. Do you not trust the people who actually designed the Camera that they selected an appropriate temperature at which to shutoff the camera to prevent damage?