Magic Lantern Forum

Using Magic Lantern => General Help Q&A => Topic started by: mandygirl77 on February 09, 2013, 04:50:05 AM

Title: T1i - Missing some functions and other stuff
Post by: mandygirl77 on February 09, 2013, 04:50:05 AM
Hi all, again I'm very new to this so I appreciate any help! 

I'm going through the manual and when I get to the "movie" section, there are some functions missing: movie restart, shutter lock, fps override, hdr video.  Is that because it's on the t1i or is there something wrong?

On the Expo menu, some times shutter and aperture are marked in red and it says I can't change them and sometimes they aren't marked red and will let me change one and not the other or neither of them change.

What if I'm unsure how to set the white balance and want to do it the old manual way with a white sheet of paper?  :D

When I try to auto focus on the t1i with my kit lens, it will either automatically stop or start recording.  Is there a way to stop this?

Thanks so much in advance!!!
Title: Re: T1i - Missing some functions and other stuff
Post by: mandygirl77 on February 12, 2013, 07:26:34 PM
Can anyone help with any of these things?  I would really appreciate it!
Title: Re: T1i - Missing some functions and other stuff
Post by: 1% on February 12, 2013, 08:21:15 PM
not sure, nobody I know has one. afaik its a crippled 550D.


QuoteOn the Expo menu, some times shutter and aperture are marked in red and it says I can't change them and sometimes they aren't marked red and will let me change one and not the other or neither of them change.

make sure auto exposure for movie is disabled. missing features like FPS, etc probably don't work on your camera.

Quotewant to do it the old manual way with a white sheet of paper?

You can access auto wb from the canon menus still if you don't want to set one through ML... dunno what is even supported
Title: Re: T1i - Missing some functions and other stuff
Post by: mandygirl77 on February 13, 2013, 12:18:25 AM
Thanks for your reply!

Where is auto exposure for movie?  I don't see where I can disable that.
Title: Re: T1i - Missing some functions and other stuff
Post by: 1% on February 13, 2013, 12:25:33 AM
Canon menus?

Read the manual for t1i from canon & ML user guide. I know there is no external mic port unless you add it.. but thats it.
Title: Re: T1i - Missing some functions and other stuff
Post by: mandygirl77 on February 13, 2013, 12:54:04 AM
Got it, thanks.  I thought you meant from ML
Title: Re: T1i - Missing some functions and other stuff
Post by: WhiteAndBlack on January 31, 2020, 04:46:47 AM
Running the newest ml from Sept 22 2019 for the newest canon fw 1.1.2 on a 500D/T1i and I am not seeing an option for video restart.  This was missing on prior version.  It used to work on this camera when I got it quite a while ago but I can't remember which version of the fw it worked with.  I have tried going back to prior versions but have not found one that works yet.  Since I am using this exclusively for capturing music performances and would like to use this camera for second angle this feature is a must.  My 650D works fine in this way.

Anybody have a solution?
Title: Re: T1i - Missing some functions and other stuff
Post by: Walter Schulz on February 02, 2020, 12:18:32 AM
Feature matrix (https://builds.magiclantern.fm/features.html) -> Movie -> MOVIE_RESTART
Indeed this feature is missing for 500D and it is the only cam without it.
@devs: Works as designed, I suppose but why?
Title: Re: T1i - Missing some functions and other stuff
Post by: garry23 on February 02, 2020, 07:56:41 AM
What a coincidence.

A friend on mine has a 500D and loaded my depth of field script, DOFI, this weekend.

The problem is that it throws up a script generated error that stems from either focus position, aperature or focal length not being reported, i.e. one of these is zero.

He doesn't live near me, so I can't check at the moment.

He is using the build from the nightly.

I tried the 5D3 from the nightly, and DOFI runs fine on that.

As I say, it looks like that one of the follow lens functions is broken in 500D Lua, as the test I use to allow DOFI to run tests to see if x, a or f are not zero

f = lens.focal_length
x = lens.focus_distance
a = camera.aperture.value


Title: Re: T1i - Missing some functions and other stuff
Post by: Walter Schulz on February 02, 2020, 03:03:47 PM
@garry23: You are sure your friend's lenses do support focus distance at all? Older kit lenses don't.
Title: Re: T1i - Missing some functions and other stuff
Post by: garry23 on February 02, 2020, 03:39:17 PM
@Walter Schulz

Yes, that was my first thought, as he said he had been using an 11-55 EF kit lens, so I asked him to try another lens, and he tried his 24-70mmf/2.8 L

If it is the mark 1, do you know if this also doesn't report focus distance?

Cheers

Garry

Update https://magiclantern.fandom.com/wiki/Focus_distance

Looks like that is the problem. Neither lens reports focus distance
Title: Re: T1i - Missing some functions and other stuff
Post by: Walter Schulz on February 02, 2020, 04:08:29 PM
24-70 L should do fine. Let your friend check one of his pics withJeffrey Friedl's Exif Viewer (http://exif.regex.info/exif.cgi).
Title: Re: T1i - Missing some functions and other stuff
Post by: garry23 on February 02, 2020, 04:24:43 PM
I got him to run the api test.

It crashes.

Here is what he sent me:

https://www.dropbox.com/sh/rcs4ukax7xnm0nd/AAAKGvLqleayM6WS7LRqpuqAa?dl=0

Maybe @a1ex can spot the issue?

BTW I've asked him to send me the L lens log
Title: Re: T1i - Missing some functions and other stuff
Post by: Walter Schulz on February 02, 2020, 04:40:18 PM
He should really do this test with his 24-70 after verifying its focus distance feature.
Title: Re: T1i - Missing some functions and other stuff
Post by: garry23 on February 02, 2020, 04:41:30 PM
We crossed   ;)

I had asked him to send me the L lens log.

;) ;)
Title: Re: T1i - Missing some functions and other stuff
Post by: garry23 on February 02, 2020, 06:28:20 PM
Have uploaded a couple of more log files from the 500D api test, that crashes: https://www.dropbox.com/sh/rcs4ukax7xnm0nd/AAAKGvLqleayM6WS7LRqpuqAa?dl=0

My friend confirms the 18-55mm is reporting distance, ie in ML.

As I say, my script looks to see if aperture, focus or focal length are zero.

Looking at the log, these are all non zero.

So I'm baffled as to why my DOFI script says, can't use lens. Which comes from this test:



f = lens.focal_length
x = lens.focus_distance
a = camera.aperture.value

.....

if (x==0 or a==0 or f==0) then
    my_display("Can't use DOFI",2,0,0)
    return
end


Title: Re: T1i - Missing some functions and other stuff
Post by: Walter Schulz on February 02, 2020, 06:37:33 PM
Time to check if it is fixed in lua_fix build....
Title: Re: T1i - Missing some functions and other stuff
Post by: garry23 on February 02, 2020, 06:43:42 PM
500D ?
Title: Re: T1i - Missing some functions and other stuff
Post by: Walter Schulz on February 02, 2020, 06:49:45 PM
Dang! Haven't checked its existence ...
Dmilligan? a1ex? What is so special about 500D?
Title: Re: T1i - Missing some functions and other stuff
Post by: garry23 on February 06, 2020, 11:57:42 PM
@Walter Schultz and @a1ex maybe

Just got my hands on my friends 500D that doesn't run my DOFI script.

DOFI checks that the camera/lens reports focus distance, focal length and aperture.

Aperture is checked with:

camera.aperture.value

On the 500D this is reported as 0.

I tried:

camera.aperture.apex

Still zero.

What I can't recall is, on older implementations of Lua, ie in the main build, how aperture is read, ie is it with something other than camera.aperture?

Anyway, that seems to be the issues with my script, designed to run in Lua fix, not being able to be run in the 500D, which is not in the Lua fix area: but I don't know why.

If @a1ex could throw some light on this it would be great. For instance, could I change out the Lua module in the 500D nightly with the Lua module in the Lua fix?

Cheers

Garry
Title: Re: T1i - Missing some functions and other stuff
Post by: critix on February 07, 2020, 08:13:07 AM
Please test:
https://bitbucket.org/ccritix/magic-lantern/downloads/magiclantern-Nightly.2020Feb07.500D112.zip (https://bitbucket.org/ccritix/magic-lantern/downloads/magiclantern-Nightly.2020Feb07.500D112.zip)
Thanks
Title: Re: T1i - Missing some functions and other stuff
Post by: garry23 on February 07, 2020, 08:53:17 AM
@critix

That fixed it  :) :) :)

Many thanks.

Had to upgrade Canon side Firmware to 112 first.

I assume that build is not openly published at the moment?

Once again: many thanks.

My friend will be very happy with having mu DOFI script run on his 500D.

Cheers

Garry
Title: Re: T1i - Missing some functions and other stuff
Post by: garry23 on February 07, 2020, 08:58:45 AM
@critix

I spoke too soon.

Noticed Dual-ISO and ETTR modules will not load.

Old API error.

Cheers

Garry
Title: Re: T1i - Missing some functions and other stuff
Post by: critix on February 07, 2020, 09:09:02 AM
yes, the build is public:
https://bitbucket.org/ccritix/magic-lantern/src/update-to-500D.112/ (https://bitbucket.org/ccritix/magic-lantern/src/update-to-500D.112/)
I will check Dual-ISO and ETTR modules and restore the zip
Title: Re: T1i - Missing some functions and other stuff
Post by: garry23 on February 07, 2020, 09:17:29 AM
@critix

Thanks.

Title: Re: T1i - Missing some functions and other stuff
Post by: critix on February 07, 2020, 12:13:56 PM
Please test again:
https://bitbucket.org/ccritix/magic-lantern/downloads/magiclantern-Nightly.2020Feb07.500D112.zip (https://bitbucket.org/ccritix/magic-lantern/downloads/magiclantern-Nightly.2020Feb07.500D112.zip)
Title: Re: T1i - Missing some functions and other stuff
Post by: garry23 on February 07, 2020, 12:51:38 PM
@critix

Looks like an error in the dual-ISO module

If I don't switch this on Lua and ETTR load OK.

If I switch on Dual-ISO, the ETTR, Lua and Dual modules say ERR

Error reported in console is

Quoteundefinded symbol 'mlv_set_type'
Title: Re: T1i - Missing some functions and other stuff
Post by: critix on February 07, 2020, 01:12:40 PM
Please test again.
Enable silent module with dual_iso...
Title: Re: T1i - Missing some functions and other stuff
Post by: garry23 on February 07, 2020, 01:21:18 PM
 :)

Once again: many thanks.

Cheers

Garry
Title: Re: T1i - Missing some functions and other stuff
Post by: critix on February 07, 2020, 02:42:13 PM
It's ok?
Title: Re: T1i - Missing some functions and other stuff
Post by: garry23 on February 07, 2020, 04:23:08 PM
@critix

Sorry, the smiley face on my last post was too cryptic  ;)

Yes, it's all working great.

Many thanks for your support.

Cheers

Garry
Title: Re: T1i - Missing some functions and other stuff
Post by: critix on February 07, 2020, 04:40:54 PM
If there are other problems, please let me know. Or if you want other modules ...
Title: Re: T1i - Missing some functions and other stuff
Post by: Walter Schulz on February 09, 2020, 12:58:21 PM
Don't own a 500D: Any word about the MOVIE_RESTART feature?
Title: Re: T1i - Missing some functions and other stuff
Post by: Danne on February 09, 2020, 01:06:23 PM
Movie restart. For raw recording? Shouldn't be too hard to do. Functiin exists in mlv_lite.c for digic v cams.
Title: Re: T1i - Missing some functions and other stuff
Post by: Walter Schulz on February 09, 2020, 01:20:52 PM
I suppose we are talking about H.264 restart: https://www.magiclantern.fm/forum/index.php?topic=4529.msg224729#msg224729
Title: Re: T1i - Missing some functions and other stuff
Post by: Danne on February 09, 2020, 01:37:07 PM
Ah, ok.
Title: Re: T1i - Missing some functions and other stuff
Post by: openyoureys on March 13, 2020, 12:41:08 PM
Quote from: critix on February 07, 2020, 12:13:56 PM
Please test again:
https://bitbucket.org/ccritix/magic-lantern/downloads/magiclantern-Nightly.2020Feb07.500D112.zip (https://bitbucket.org/ccritix/magic-lantern/downloads/magiclantern-Nightly.2020Feb07.500D112.zip)

Hello,

I registered to post that my 500D still crushes after update.

ASSERT: FALSE
at SoundDevice\SoundDevice_CODEC.c:1080, ASIF:ff054efc
lv:1 mode:20

ASIF stack: 151f88 [151ff8-150ff8]
0xUNKNOWN  @ ff053318:151fd8
0xFF014D3C @ ff054ef8:151fb8
0x0004D3E8 @ 4d64c:151f88

Magic Lantern version : Nightly.2020Feb10.500D112
Mercurial changeset   : 2acf29872280+ (digic6-dumper)
Built on 2020-02-10 06:10:40 UTC by root@DESKTOP-11MT595.
Free Memory  : 198K + 2899K

Title: Re: T1i - Missing some functions and other stuff
Post by: vvbatboy on July 25, 2020, 09:16:35 PM
Hi all, I'm new to this forum.  I have a T1i that I'm trying to utilize for longer video shoots.  Do I load that bitbucket link into onto the SD card just like ML?  Or do I just grab the parts for the 500d? 

Thanks for any help.