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 - martinMK

#1
General Help Q&A / Re: Expanding dottune values to 150
September 15, 2015, 11:56:58 AM
I think it was me in dottune thread asking  :)
I have few problems compiling. I had made changes to the dottune code.. but can't compile/make. I have problems with cygwin..
#2
General Help Q&A / Re: Expanding dottune values to 150
September 14, 2015, 08:59:50 PM
It is mostly for old lenses M42/p6/ medium format etc..

I would like to have focus confirm in the viewfinder. Most of my work is done in studio and most of the time I work through the viewfinder.

I can get razor focus with live view but it slows me down drastically.
#3
General Development / Re: Gettings started as developer
September 14, 2015, 08:20:53 PM
Got myself to a standstill now..


$ make 5D2 V=1
make -C  /home/Administrator/ml/platform/5D2.212
make[1]: Entering directory '/home/Administrator/ml/platform/5D2.212'
echo
/bin/sh: hg: command not found
~/yagarto462/yagarto/bin/arm-none-eabi -gcc-4.8.3.exe -Wp,-MMD,./entry.d -Wp,-MT,entry.o -nostdlib -fomit-frame-pointer -fno-strict-aliasing -I../../include   -c -o entry.o ../../src/entry.S
/bin/sh: /home/Administrator/yagarto462/yagarto/bin/arm-none-eabi: No such file or directory
../../Makefile.filerules:33: recipe for target 'entry.o' failed
make[1]: *** [entry.o] Error 127
make[1]: Leaving directory '/home/Administrator/ml/platform/5D2.212'
Makefile:18: recipe for target '5D2' failed
make: *** [5D2] Error 2

my path to yagarto is:

ARM_ABI=none-eabi
ARM_LIBC_A=../yagarto462/yagarto/arm-none-eabi/lib/libc.a

ARM_PATH=~/yagarto462/yagarto
ARM_BINPATH=$(ARM_PATH)/bin


I am confused with this line
/bin/sh: hg: command not found

and this one /home/Administrator/yagarto462/yagarto/bin/arm-none-eabi: No such file or directory

can some one give me some insights?

Thank you.
#4
General Help Q&A / Expanding dottune values to 150
September 14, 2015, 02:45:38 PM
Is there any way to expand dottune values from 100 to 150? I have some old lenses that need a lot of focus correction. 100 is not cutting it.
I downloaded the source files and there is a range expand integer in dottune.c is this the range expand factor that overrides canon default 20?
Can some help me compile this module. Tried 2 times to download cygwin. Failed.
#5
I have successfully calibrated the majority of the lenses I have with DotTune.. great extension on ML..

I was asking for the max values of the compensation scale inorder if I need sometimes bigger than +100/-100..

I am a programmer in C/C++/C# and from my understanding of the code for this module the multiplier is the key..
Although the code at first glance seems simple I do not know the architecture of the ML and its modules.. and in my spare time I try to study the source code..
#6
It is for M42 lenses
#7
Can there be more than -100/+100 adjustment in the DotTune?