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 - gerk.raisen

#101
I took two screenshot of EDMAC one before and one after clicking the "don't click me button" as in 500d/550d thread
Can it help?

60D - P mode - no Liveview









Here http://www.magiclantern.fm/forum/index.php?topic=5240.msg31998#msg31998
I read:

Well 600D already had mraw/sraw in a  similar form... I guess this one is easier to process and more supported.

>I think that register the same for many: It is used by LVx5_StopPreproPath
>There are 2 in there ... 08 and 208...
>600D and eos M are both c0f26208 from the looks of it.

c0f26208 also works for 60D, thanks 1%
-------------
So is the value RAW_LV_EDMAC  already found?




#102
Wake up folks!
Or will be the last platform to have RAW features ;D
How we can help? I can't wait...
#103
Dear developers,

is there is something that I can do helping finding the constraints needed? (unfortunately I'm not a coder, but I can do test and more)
#104
Hello, dlrpgmsvc

Yes, I tried and used the ML when it was working and it was very useful...I was also developing some ideato redirect the output via wifi...

No in theory the code doesn't need to be modified at every minimal change but from last Stzupy version huge changes has been made to menu subsystem (practical rewritten from scratch and now it's very different than before.
I tried enabling it and compiling the code some week ago but it was quite unusable

I very hope someone will resume the Stzupy work with ptpcam-ml and the android program..

I miss this function a lot :)

P.S. Stzupy if you are here around give us a sign...
#105
+1
It can be very useful if someone resume the Stzupy work with ptpcam-ml and the android program
Now after a lot a changes (especially in the menu) is almost totally broken.
#106
Feature Requests / Re: Shutter Speed Limit
May 08, 2013, 11:15:26 AM
As I write before

+1 to a more flexible management with min,gold,max like kloned proposal.

Thanks.
#107
Hello,
no-one?
#108
Hello,

Is possible to enable/disable the lens IS stabilization from API in a script?
If not, and it's not too difficult, could be added?
Thank you.
#109
Archived scripts / Re: PicoC scripting API
February 27, 2013, 02:48:28 PM
Yes, I know that, but the idea is to have an API to use it within a script.
#110
Archived scripts / Re: PicoC scripting API
February 27, 2013, 11:57:59 AM
Hello,

please add an API to read the sound dB level so that we can trigger when sound level go up (or also go down) a threshold.

Thank you.
#111
General Development / Re: ptp-ml compile error [ce2d748]
February 03, 2013, 03:07:41 AM
Thank you.
Compile is now ok.
#112
General Development / Error trying FEATURE_HDR_EXTENDED
February 03, 2013, 03:00:59 AM
I was trying for the first time the FEATURE_HDR_EXTENDED but compiling I receive this error:

../../src/hdr.c: In function 'hdrv_extended_shutter_display':
../../src/hdr.c:93:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../../src/hdr.c: In function 'hdrv_extended_iso_display':
../../src/hdr.c:162:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../../src/hdr.c: In function 'hdr_step':
../../src/hdr.c:230:13: error: 'FRAME_SHUTTER_TIMER' undeclared (first use in this function)
../../src/hdr.c:230:13: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [hdr.o] Error 1

From what I understand it seems that the FRAME_SHUTTER_TIMER is not set, it's correct?
I checked in the file and seems that is true, is missing.

Thank you.
#113
General Development / ptp-ml compile error [ce2d748]
February 01, 2013, 07:03:29 PM
Hello,

compiling with ptp-ml activated as usual, I receive this error:

[ CC       ]   ptp-ml.o
../../src/ptp-ml.c: In function 'menu_data_fill':
../../src/ptp-ml.c:56:22: error: 'struct menu_entry' has no member named 'id'
make[1]: *** [ptp-ml.o] Error 1


CONFIG_PTP          =      y
CONFIG_PTP_CHDK     = n
CONFIG_PTP_ML       = y
#114
General Development / compile error [6c4efa1]
January 31, 2013, 07:14:33 PM
[solved] we can close.
Thank you
#115
General Development / Re: PtpCam compile error
January 29, 2013, 11:51:41 PM
Solved, thank you.
#116
General Development / PtpCam compile error
January 29, 2013, 06:10:28 PM
Hello,

I'm trying to compile ptpcam under linux for use with a linux pc but I receive this error:


canon@testing01:~/magic-lantern/contrib/ptpcam$ make
gcc -o ptpcam myusb.c properties.c ptp.c ptpcam.c  -lusb
myusb.c:32:17: fatal error: usb.h: No such file or directory
compilation terminated.
In file included from ptp.h:27:0,
                 from properties.c:22:
libptp-endian.h:39:0: warning: "htobe16" redefined
/usr/include/endian.h:64:0: note: this is the location of the previous definition
libptp-endian.h:40:0: warning: "htobe32" redefined
/usr/include/endian.h:69:0: note: this is the location of the previous definition
libptp-endian.h:41:0: warning: "be16toh" redefined
/usr/include/endian.h:66:0: note: this is the location of the previous definition
libptp-endian.h:42:0: warning: "be32toh" redefined
/usr/include/endian.h:71:0: note: this is the location of the previous definition
In file included from ptp.h:27:0,
                 from ptp.c:23:
libptp-endian.h:39:0: warning: "htobe16" redefined
/usr/include/endian.h:64:0: note: this is the location of the previous definition
libptp-endian.h:40:0: warning: "htobe32" redefined
/usr/include/endian.h:69:0: note: this is the location of the previous definition
libptp-endian.h:41:0: warning: "be16toh" redefined
/usr/include/endian.h:66:0: note: this is the location of the previous definition
libptp-endian.h:42:0: warning: "be32toh" redefined
/usr/include/endian.h:71:0: note: this is the location of the previous definition
In file included from ptp.h:27:0,
                 from ptpcam.c:21:
libptp-endian.h:39:0: warning: "htobe16" redefined
/usr/include/endian.h:64:0: note: this is the location of the previous definition
libptp-endian.h:40:0: warning: "htobe32" redefined
/usr/include/endian.h:69:0: note: this is the location of the previous definition
libptp-endian.h:41:0: warning: "be16toh" redefined
/usr/include/endian.h:66:0: note: this is the location of the previous definition
libptp-endian.h:42:0: warning: "be32toh" redefined
/usr/include/endian.h:71:0: note: this is the location of the previous definition
ptpcam.c:36:17: fatal error: usb.h: No such file or directory
compilation terminated.
make: *** [ptpcam] Error 1


I'm missing something?  :)

#117
General Development / Re: PicoC scripting
January 26, 2013, 07:22:23 PM
Great work a1lex.


A simple suggestion:
now when you press on a script a submenu appear with the options in this order:

-Show Script
-Run Script

I think that inverting it can be better, so that when you are on a script you can run it with a double click on SET button.
Now you have to click on a script and go down with the arrow before you can run.

Thank you.
#118
Feature Requests / Re: Instant Ghost Image
January 26, 2013, 07:16:29 PM
+1 for the request

Not necessary only for stop motion animation but can also be useful for optimal post-production stitching.
With the overlay you can be sure that every image is overlapping with the previous one for example of a little more than 50% so
that a single point is recorded in a 3 different images. The stitching results are amazing.

Thank you.
#119
+1 For the request
#120
General Development / Re: Pymite and picoc
January 13, 2013, 03:38:41 PM
Thank you...solved
I have only disabled the GDB, old PLUGINS, and CONFIG_STRESS_TEST
leaving on all defaults plus PICOC, PTP-ML and FEATURE_SILENT_PIC_HIRES (work flawlessy on my 60D)
Now the hello.c and I have 21k free!

I can't wait for new API :)

#121
General Development / Re: Pymite and picoc
January 13, 2013, 03:28:43 AM
Excellent work A1ex
Totally agree with wolf :)
Please add an API to interact with the sound dB level read from microphone (like the one used in Audio remoteshot), I have idead for interesting uses.

PS. Tried enabling picoc on my 60D: compile ok, camera starts but crash to err70 after a few second without doing nothing,

#122
Feature Requests / Re: ML MyMenu Idea - could be done?
December 27, 2012, 02:38:41 PM
+1 to the idea!!!
#123
Feature Requests / Re: save settings to profile
December 24, 2012, 07:23:43 PM
Hello all,

@Alex
My idea about the multiple profiles it can be:

a base profile (it can be the profile nr.1) with the default settings

The others profiles starts by default with all the menu items/values inherited from the parent default base profile.
In every profile, the inherited setting are shown with a different color (like now with the disabled greyed out with the MENU button) so you can distinguish it, but with a button you can enable it and setting a different value, overriding it default.

The config files simply are:
the base profile with all the settings and the others profiles with values in the fields only when different from the base profile, otherwise the fields will be empty.
#124
Feature Requests / Re: save settings to profile
December 22, 2012, 01:03:31 PM
My 2cent


Why not some sort of copy/clone of one profile to another?
And/or use the default one as base and you only modify some settings?

bye.
#125
Feature Requests / Re: save settings to profile
December 21, 2012, 06:07:20 PM
I agree.
You can save a lot of time when using the camera