Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Pelican

#51
Camera-specific Development / Re: Canon 7D Mark II
November 05, 2014, 08:20:38 AM
Thanks for the report!
I'm curious what card speed it can fully utilise. I'm planning to buy the 160 mb/s cf and the 95 mb/s SD from sandisk but maybe the camera's interface is not fast enough especially the SD interface like in other canon cameras.
#52
Camera-specific Development / Re: Canon 7D
November 03, 2014, 10:42:08 PM
Isn't there any 7D owner plans to buy the new Mark II?
I opened a new topic (http://www.magiclantern.fm/forum/index.php?topic=13746.0) for that camera on the other day but nobody interested in.
Maybe here I can find somebody who already own one.

(My old 7D has about 150k expo and I'll go to Costa Rica for three months and I don't want to risk a dead shutter during my stay there so I've decided to buy a Mark II before I go there.)
#53
Camera-specific Development / Canon 7D Mark II
November 02, 2014, 09:55:18 AM
Hi there folks,

I'm excited about this new camera but I will buy mine at December which is long time to wait without any info so if you have a 7DII already please share your experiences and thoughts about it.
Also very interested to port ML to it.
#54
General Chat / Re: Apertus Axiom Beta
October 10, 2014, 12:33:58 PM
For those who missed to contribute:
"The official campaign has ended successfully, but we will keep the campaign open for latecomers to claim your AXIOM Beta for a € 500 development contribution for another two weeks (until October 23rd).
Pay 500€ now for development and est. € 2.300 due at Ship of AXIOM Beta Super35 (using CMV12000 image sensor) 5th Batch - Limited time offer!"

https://www.indiegogo.com/projects/axiom-beta-the-first-open-digital-cinema-camera
#55
General Chat / Re: Apertus Axiom Beta
October 09, 2014, 09:04:19 AM
€174,520
#56
Quote from: Walter Schulz on July 26, 2014, 09:56:51 PM
I'm not sure if your question is answered because the post you just answered wasn't intended as an answer to your post.
It means that your answers are universal. ;)
#57
Quote from: Walter Schulz on July 23, 2014, 05:13:30 AM
http://pel.hu/getpage.php?pg=eoscard&ac=1
Download the file, expand content, copy content to a card, insert card, run Canon's firmware update.
An easier to remember form: http://eoscard.pel.hu
(or http://pel.hu/eoscard)
#58
General Development / Re: SRM job memory buffers
July 17, 2014, 11:02:18 AM
Alex already committed these stubs...
#60
General Development / Re: SRM job memory buffers
July 05, 2014, 12:18:51 AM
Another exciting discovery...  :D Congrats!!!
#61
Congrats! :)
#62
Camera Emergency Department / Re: 7D dead....
June 27, 2014, 03:22:12 PM
Quote from: fredvr on June 27, 2014, 01:48:53 PM
After the camera came up once I had to edit the time/date because of the hard reset by removing the coin cell.
You have to edit the time/date every time when a fw update happens since Canon put the time zone settings to the firmware (2.0.0).
(The fw update script has an  "EVP_ResetCalendar" line.)
#63
Quote from: jyc128 on June 25, 2014, 06:41:33 AM
I have a 7d and wanted to try the ML but, after reading this I'm sort  of doubting it .
Thank you! .
If you have any doubt -> don't install ML.
Listen to your feelings!
#64
Quote from: eskapeproduction on June 11, 2014, 04:08:28 AM
Really tempted to try ML but cannot afford to brick my camera until they release the successor.
Bad for you. We all are millionaires and brick a 7D on every other day.
#65
I've added the missing stubs and made a PR.
Next time if something is missing please send an email or PM to me.
#66
Yes it is.
Unfortunately I live in Hungary...
#67
In the cameras' ROM there is a table with all the available menu items code.
These codes are unique.
I know it's not exactly the same thing you need but you can check if a CF function exists.
I discovered some code values long time ago:
0x00000: 'White Balance';
//    0x00001: '';
    0x00002: 'WB Shift/BKT';
    0x00003: 'Color space';
    0x00004: 'Picture Style';
//    0x00005: '';
//    0x00006: '';
    0x00007: 'Review time';
    0x00008: 'Beep';
    0x00009: 'Release shutter without card';
    0x0000a: 'Dust Delete Data';
    0x0000b: 'Quality';
    0x0000c: 'Red-eye On/Off';
//    0x0000d: '';
//    0x0000e: '';
    0x0000f: 'Custom WB';
//    0x00010: '';
    0x00011: 'Expo comp./AEB';
    0x00012: 'Peripheral illum. correct';
    0x00013: 'Metering mode';
    0x00014: 'Flash control';
//    0x00015: '';
    0x00016: 'Auto Lighting Optimizer';
    0x00017: 'One-touch RAW+JPEG';
    0x00018: 'Live View shoot.';
    0x00019: 'AF mode';
    0x0001a: 'Grid display';
    0x0001b: 'Expo simulation';
    0x0001c: 'Silent shooting';
    0x0001d: 'Metering Timer';
//    0x0001e: '';
    0x0001f: 'Movie rec. size';
    0x00020: 'Sound recording';
    0x00021: 'ISO Auto';
    0x00022: 'Image Review';
    0x00023: 'Red-eye reduc.';
//    0x00024: '';
    0x00025: 'Aspect ratio';


    0x10000: 'Protect images';
    0x10001: 'Rotate';
    0x10002: 'Erase images';
    0x10003: 'Print order';
    0x10004: 'Transfer order';
//    0x10005: '';
//    0x10006: '';
    0x10007: 'Highlight alert';
    0x10008: 'AF point disp.';
    0x10009: 'Histogram';
//    0x1000a: '';
    0x1000b: 'Image jump w/';
//    0x1000c: '';
    0x1000d: 'Slide show';
    0x1000e: 'Ctrl over HDMI';
    0x1000f: 'RAW image processing';
    0x10010: 'Creative filters';
    0x10011: 'Resize';
    0x10012: 'Rating';

    0x20000: 'Auto power off';
//    0x20001: '';
    0x20002: 'File numbering';
//    0x20003: '';
    0x20004: 'Auto rotate';
    0x20005: 'Format';
    0x20006: 'LCD brightness';
    0x20007: 'Date/Time';
    0x20008: 'Language';
    0x20009: 'Video system';
    0x2000a: 'Battery info.';
    0x2000b: 'Live View function settings';
    0x2000c: 'External Speedlite control';
//    0x2000d: '';
//    0x200  0e: '';
    0x2000f: 'Clear all camera settings';
    0x20010: 'Sensor cleaning';
    0x20011: 'Firmware version';
    0x20012: 'WFT settings';
    0x20013: 'INFO button';
//    0x20014: '';
//    0x20015: '';
    0x20016: 'Flash control';
    0x20017: 'Camera user settings';
    0x20018: 'LCD auto Off';
    0x20019: 'Screen color';
    0x2001a: 'Custom functions(C.Fn)';
    0x2001b: 'Clear settings';
//    0x2001c: '';
    0x2001d: 'Select folder';
    0x2001e: 'Live View/Movie func. set.';
    0x2001f: 'Copyright information';
    0x20020: 'VF grid display';
    0x20021: 'INFO button display options';
    0x20022: 'LCD brightness';
    0x20023: 'Lock';
//    0x20024: '';
//    0x20025: '';
//    0x20026: '';
    0x20027: 'Date/Time/Zone';

    0x30000: 'C.Fn I: Exposure';
//    0x30001: '';
    0x30002: 'C.Fn III: Autofocus/Drive';
    0x30003: 'C.Fn IV: Operation/Others';
    0x30004: 'Clear all custom func (C.Fn)';
//    0x30005: '';
    0x30006: 'C.Fn II: Image';
                                                     // C.Fn I Exposure
    0x40000: 'Exposure level increments';
    0x40001: 'ISO speed setting increments';
//    0x40002: '';
    0x40003: 'Bracketing auto cancel';
    0x40004: 'Bracketing sequence';
//    0x40005: '';
//    0x40006: '';
    0x40007: 'Safety shift';
//    0x40008: '';
//    0x40009: '';
//    0x4000a: '';
//    0x4000b: '';
//    0x4000c: '';
//    0x4000d: '';
    0x4000e: 'Flash sync. speed in Av mode';
    0x4000f: 'ISO Expansion';
                                                     // C.Fn II Image
    0x50000: 'Long exp.noise reduction';
    0x50001: 'High ISO speed noise reduct''n';
    0x50002: 'Highlight tone priority';
//    0x50003: '';
//    0x50004: '';
//    0x50005: '';
//    0x50006: '';
//    0x50007: '';
//    0x50008: '';
    0x50009: 'Auto Lighting Optimizer';

                                                     // C.Fn III Autofocus/Drive
//    0x60000: '';
    0x60001: 'AI servo tracking sensitivity';
    0x60002: 'AI servo 1st/2nd img priority';
    0x60003: 'AI servo AF tracking method';
    0x60004: 'Lens drive when AF impossible';
    0x60005: 'Lens AF stop button fuction';
    0x60006: 'AF microadjusment';
//    0x60007: '';
//    0x60008: '';
//    0x60009: '';
//    0x6000a: '';
//    0x6000b: '';
//    0x6000c: '';
    0x6000d: 'AF assist beam firing';
    0x6000e: 'Mirror lockup';
//    0x6000f: '';
//    0x60010: '';
//    0x60011: '';
//    0x60012: '';
    0x60013: 'AF point selection method';
    0x60014: 'Superimposed display';
    0x60015: 'AF point area expansion';
    0x60016: 'Orientation linked AF point';
    0x60017: 'Select AF area selec. mode';
    0x60018: 'Manual AF pt. selec. pattern';
    0x60019: 'VF display illumination';
    0x6001a: 'Display all AF points';
    0x6001b: 'Focus display in AI SERVO/MF';
                                                     // C.Fn IV Operation/Others
    0x70000: 'Shutter button/AF-ON button';
    0x70001: 'AF-ON/AE lock button switch';
//    0x70002: '';
//    0x70003: '';
//    0x70004: '';
    0x70005: 'Dial direction during Tv/Av';
//    0x70006: '';
//    0x70007: '';
//    0x70008: '';
//    0x70009: '';
    0x7000a: 'Focusing screen';
//    0x7000b: '';
//    0x7000c: '';
    0x7000d: 'Add aspect ratio information';
    0x7000e: 'Add image verification data';
//    0x7000f: '';
    0x70010: 'Shutter/AE lock button';
    0x70011: 'LCD display when power ON';
    0x70012: 'Assign FUNC button';
    0x70013: 'Assign SET button';
//    0x70014: '';
    0x70015: 'Custom controls';
    0x70016: 'AF and metering buttons';
#68
General Help Q&A / Re: ML on 7D
May 11, 2014, 10:41:03 PM
Copy the files to the card again.
#69
Quote from: once2work on February 15, 2014, 08:27:00 AM
I think I've to wait for the new version because the firmware can't be backward. Thank you.
That is not true.
#70
Quote from: ansius on May 07, 2014, 01:41:59 PM
it might be a stupid question, but can I help? I do have some understanding of assambler (atmel's, but I can learn) and some spare time, I have done some research in IDA, but haven't done that for like 7 years. Thanks anyway
See the battery.c in the src folder (https://bitbucket.org/hudson/magic-lantern/src)
Check the PROP_BATTERY_REPORT (0x8003001D) property values in your camera when the grip is attached.
Edit battery.c or share your experiences here.
#71
No issues here neither.
#72
Archived porting threads / Re: Canon 70D
May 01, 2014, 07:29:34 PM
Quote from: nanomad on April 29, 2014, 08:37:55 PM
Uh right sorry. I have the camera beside me [emoji3]

I've started working on it, but it's something that takes time as it's also a good occasion for fixing some minor ML quirks that I find along the way

Don't forget the blog about the porting...
#73
General Chat / Re: Canon EOS 70D (RAW possibility)
April 27, 2014, 08:12:30 PM
It could be more convenient if this thread can continue in the new ports section.
#74
Quote from: andrewhart on April 17, 2014, 01:56:27 PM
Is it as easy as following the normal update process but with the older file on the card?
Yes.
#75
It seems the error is not on my side...