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

#226
Yes.
Thats the script ML generated for me.
#!/usr/bin/env bash

# HDR_2050.JPG from IMG_2050.JPG ... IMG_2052.JPG with aligning first

align_image_stack -m -a HDR_AIS_2050 IMG_2050.JPG IMG_2051.JPG IMG_2052.JPG
enfuse "$@"  --output=HDR_2050.JPG HDR_AIS_2050*
rm HDR_AIS_2050*
#227
Impressive footage. How did you get on top of the train?
#228
Share Your Videos / Re: 'common rythm' short
July 24, 2012, 12:54:20 AM
Very cool...
#229
Thanks
#231
Share Your Photos / Tested ML generated HDR script.
July 21, 2012, 07:55:25 PM
My first second HDR picture with ML automatically generated HDR script. I did nothing but trigger my  550D and run the script. Nice feature!

#232
You need the usb dev lib.

I believe PTP_ML is for the nice android gui of sztupy, but I am not sure.

I guess ptp_chdk is for ptpcam --chdk support which should allow read and write the whole SD-card.
I try this cause I rather like to remove my SD-card not that often while trying to script and experimenting with ML firmware.
#233
I copied only the tools dir cause I didn't wanted to compile the CHDK firmware which needs to be cross-compiled for arm, as far as I understand it.
ptpcam should run on a Linux box.
#234
Hi,

can't find any gui_unlock function with  grep -r "gui_unlock" in magic-lantern

CONFIG_PYMITE           = n
CONFIG_RELOC            = n
CONFIG_TIMECODE         = n
CONFIG_PTP              = y
CONFIG_PTP_CHDK         = y
CONFIG_PTP_ML           = n
CONFIG_PLUGINS          = y
CONFIG_CONSOLE          = y
CONFIG_DEBUGMSG         = n

I get:

ptp-chdk.o: In function `ptp_handler_PTP_OC_CHDK':
ptp-chdk.c:(.text+0xc4): undefined reference to `gui_unlock'
collect2: ld returned 1 exit status

The other thing is  howto compile ptpcam?
I tried to compile ptpcam from "https://github.com/mweerden/CHDK/zipball/ptp" like mentioned in the  wiki.
$ cd tools/ptpcam/
$ make
gcc -o ptpcam myusb.c properties.c ptp.c ptpcam.c  -lusb
$ ./ptpcam -L

Listing files...
ERROR: Could not open session!
There is also a patches dir
I tried "patch -p1 < {/path/to/patch/file}" but it didnt't work for me. I don't know how to patch.

Is there anywhere a working ptpcam source code without the need to patch or what I'am doing wrong?

Thanks for any hint or help
...Wolfgang



#235
Post-processing Workflow / slowmovideo
July 18, 2012, 09:58:37 PM
"Found" today an awesome program somehow like twixtor I guess, but open source and free.
http://slowmovideo.granjow.net/
Maybe someone does like it like I do.  8)



Brief tutorial:
#236
General Help Q&A / Re: clip length in interval mode
July 15, 2012, 01:41:24 PM
OK, I see everything is as good as possible.
The amount of data is not that big problem.
It is very cool to have so many options for time-lapse with ML. :-)
#237
General Help Q&A / Re: clip length in interval mode
July 15, 2012, 01:27:25 PM
Hi a1ex,
thanks for the answer.
But with this great ML-feature it is a possible to get a faster shutter speed. I just wonder if the clip length can be shorter to keep the resulting data as small as possible.
#238
General Help Q&A / clip length in interval mode
July 15, 2012, 01:16:22 PM
Hi,

Does anybody know whether it is possible to change the length of the clip when taking movies in the interval mode. At the moment I get a clip size of approximately 5MB which contains 50 frames, but I'm only interested in the first frame. I think for time-laps the quality is better than a silent-pic.
#239
Thanks A1ex!
I will try it.
BTW, How do enable Lua support in the Makefile? CONFIG_PLUGINS = n?

#240
General Help Q&A / Lua Script - Half Pressed Button
June 26, 2012, 12:36:10 PM
Hi there,

I would like to create a silent picture (422) with Lua.
Is there a command for a "half pressed Button" in Lua, something like the "shoot(wait, allow_af)" command?
Would it be possible to emulate a half press button with "setprop(id,value) " if there is no command for it, yet?

Thanks
#241
General Help Q&A / Time lapse
June 16, 2012, 11:34:58 PM
Hi does anybody know?
Is it possible to change photographic values during a low fps rate shot in movie mode. If it would be possible to change ISO after a "short" period of time for example, we could abandon a ND-Filter in more situation, also the long exposure effect is beautiful imho?

Great new site, Thanks :-)