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

#151
Camera-specific Development / Re: Canon EOS M
February 21, 2016, 07:01:00 PM

Quote from: keel on February 21, 2016, 04:14:03 PM
My liveview is lagging severely.
I thought maybe when I imported the video it might be okay, but the video is lagging as well.
Do detail your settings, fps, size, etc.
What SD card?
#152
Looks like that was that... 10q


The mlvfs file is now ~40kb smaller ( 466kb vs 504kb ), is that expected?


Should I bother with a PR or ?
#153
Those pesky kids and their Windows builds...


Linux now fails :( 


Somewhat expected: https://bitbucket.org/dmilligan/mlvfs/commits/097ffc1508d3daf7b827d4bfb1b39247debefc9b







gcc -Wall -std=gnu99 -D_FILE_OFFSET_BITS=64 -DVERSION="\"584941c\"" -DBUILD_DATE="\"2016-02-12 21:51:31\"" -DFUSE_USE_VERSION=26 main.c dng.o index.o wav.o stripes.o cs.o amaze_demosaic_RT.o hdr.o histogram.o mongoose/mongoose.o webgui.o resource_manager.o lj92.o gif.o patternnoise.o LZMA/7zAlloc.o LZMA/7zBuf.o LZMA/7zBuf2.o LZMA/7zCrc.o LZMA/7zCrcOpt.o LZMA/7zDec.o LZMA/7zFile.o LZMA/7zIn.o LZMA/7zStream.o LZMA/Alloc.o LZMA/Bcj2.o LZMA/Bra.o LZMA/Bra86.o LZMA/BraIA64.o LZMA/CpuArch.o LZMA/Delta.o LZMA/LzFind.o LZMA/Lzma2Dec.o LZMA/Lzma2Enc.o LZMA/Lzma86Dec.o LZMA/Lzma86Enc.o LZMA/LzmaDec.o LZMA/LzmaEnc.o LZMA/LzmaLib.o LZMA/Ppmd7.o LZMA/Ppmd7Dec.o LZMA/Ppmd7Enc.o LZMA/Sha256.o LZMA/Xz.o LZMA/XzCrc64.o -pthread -lfuse -lm -o mlvfs
main.c: In function 'mlvfs_getattr':
main.c:1017:23: error: storage size of 'mlv_stat' isn't known
         struct stat64 mlv_stat;
                       ^
main.c:1019:26: warning: implicit declaration of function 'stat64' [-Wimplicit-function-declaration]
         int mlv_status = stat64(mlv_filename, &mlv_stat);
                          ^
main.c:1017:23: warning: unused variable 'mlv_stat' [-Wunused-variable]
         struct stat64 mlv_stat;
                       ^
Makefile:35: recipe for target 'mlvfs' failed
#154
Camera-specific Development / Re: Canon EOS M
February 12, 2016, 06:42:05 PM

Quote from: StopGap on February 12, 2016, 01:53:57 PM
I feel like a dick - I'm sure I tried that earlier and nothing happened - particularly Delete. In any case, it's working now. Thanks.
It will be fixed in the next build: https://bitbucket.org/hudson/magic-lantern/commits/2a1f972cdbd87e77059539622fd4308618fa9ae6


Done, all builds after Feb 13 have a little helpful text ;)
#155
Camera-specific Development / Re: Canon EOS M
February 12, 2016, 12:20:04 PM
just press any button when the message is on screen ;)
#156
VC Redist issues, maybe fix it with the pack: http://forums.guru3d.com/showthread.php?t=393405
(right click run as Admin)
#157
EOS M


what's that 9.9.8 somethingsomething ?


#158
Camera-specific Development / Re: Canon EOS M
January 26, 2016, 06:36:15 PM
Not so many buttons on the M unfortunately.


Use a lower timer in Turn LCD off maybe?
#159
Camera-specific Development / Re: Canon EOS M
January 25, 2016, 10:20:30 PM

Quote from: Justinliv5 on January 25, 2016, 09:59:41 PM
Why is there no audio tab in the newer builds?
There was never one in the first place. See:  http://builds.magiclantern.fm/#/features ?
Be careful not to confuse it with the MLV_SND module option.
#160
Scripting Corner / Re: Lua Scripting (lua.mo)
January 24, 2016, 01:33:19 PM

Quote from: garry23 on January 24, 2016, 09:50:50 AM
It truly would be fantastic is someone could write a simple (couple of pages) ML-focused intro to Lua scripting, ie showing how to do all the 'common' things we will be looking to do, eg: set up menu, get focus position, change exposure, move lens focus, take an image, drive other ML functionality from within a script, eg set ETTR etc etc.
You read some examples on the right here: https://davidmilligan.github.io/ml-lua/ too, right?

#161
What if you put exiftool.exe in c:\Windows ?
#162

Quote from: ibrahim on January 20, 2016, 12:27:13 AM
Using linux on my windows and then return to windows?
It gets the job done.
#163
Quote from: ibrahim on January 20, 2016, 12:07:20 AM
Is this the workflow to handle dual iso in windows or in linux?
You will export the processed dual-iso files in Linux and you can copy them to Windows.
#164

Quote from: dmilligan on January 19, 2016, 11:21:59 PM
Windows version is way behind and does not support dual ISO conversion.
Virtualbox -> Lubuntu -> MLVFS -> Shared folder -> better?
#165

Quote from: ArthurX on January 19, 2016, 03:32:48 PM
main.c:33:18: fatal error: fuse.h: No such file or directory

-> https://packages.debian.org/search?searchon=contents&keywords=fuse.h&mode=path&suite=stable&arch=any -> apt-get install libfuse-dev

Quote from: ArthurX on January 19, 2016, 03:32:48 PM
/usr/local/src/mlvfs/build_installer.sh: 22: /usr/local/src/mlvfs/build_installer.sh: hdiutil: not found

No you don't run the .SH, is for Mac (I guess), anyway, after a successful compile, put mlvfs in /usr/local/bin/ and that's it
#166

Quote from: MortenSJ on January 19, 2016, 04:19:50 AMQuick question. Am i supposed to go into the mounted folder/drive and copy the MLV folders to another folder?
You do what you want, you can copy the DNG files somewhere else and use those (keep MLV or not), or use them straight from that folder (realtime decoding FTW!).
#167
Camera-specific Development / Re: Canon EOS M
January 19, 2016, 12:18:33 AM
Quote from: mshirani on January 18, 2016, 11:03:11 PM
Also sometimes intervalometer stops after the first picture in Full Silent Picture mode. The only fix that I know is to remove the battery and try again
Use "leave menu" as trigger.

You need a "Picture review" time (not off) in Canon menu set up.

The camera is/might not be stopped, it just waits for your input (buttons?) since, I believe, you did not set up a review time.

What are your power saving settings? Be aware of this bug: https://bitbucket.org/hudson/magic-lantern/issues/2265/turn-off-lcd-enabled-stops-intervalometer

Do upload the (a shorter) MLV with your issue.

Does it happen when saving as DNG (instead of MLV) in camera?

Tried any other program for MLV ? ( MLVFS? MLP for Mac? MLVProducer? )
#168
Please use MLVFS on Linux: http://www.magiclantern.fm/forum/index.php?topic=13152.0


MLRAWViewer is not developed anymore.
#169
Camera-specific Development / Re: Canon EOS M
January 14, 2016, 07:25:38 PM
EOSM is not broken, it builds fine, Jenkins did not even try to build it yet.
#170
Scripting Corner / Re: LUA Scripting (lua.mo)
January 12, 2016, 10:08:54 AM
This fails on my EOS-M with GCC 5.2.1: https://bitbucket.org/snippets/Licaon_Kter/Mdzey

EOSM (localeconv, strspn, memchr)

But it works with GCC 4.8.4 and GCC 4.9.3.


/LE: Reported: https://bitbucket.org/hudson/magic-lantern/issues/2449/lua-module-build-fails-with-gcc-521
#171
Scripting Corner / Re: LUA Scripting (lua.mo)
January 11, 2016, 09:21:50 AM
This: http://www.magiclantern.fm/forum/index.php?topic=991.0

And the Pull Request patch is this: https://bitbucket.org/api/2.0/repositories/hudson/magic-lantern/pullrequests/642/patch


cd magiclanternfoldername
patch -p0 -i bitbucket-hudson-magic-lantern-pullrequest-642.patch

(or was that p1 ?)

See my notes here too as they might help you if you encounter any errors: https://bitbucket.org/hudson/magic-lantern/issues/2297/shoot-mode-ca-and-hdr-backlight-control#comment-18586259

Then see this: http://www.magiclantern.fm/forum/index.php?topic=14725.msg150244#msg150244

If the dual_iso module fails you need multiarch or just edit line 12 in magiclantern/modules/dual_iso/Makefile like this:
# include Makefile.cr2hdr # means comment out
#172
Camera-specific Development / Re: Canon EOS M
January 10, 2016, 03:20:51 PM

Quote from: musicmanx on January 10, 2016, 03:04:54 PM
a program for mac thet fix the problem ??
RawMagic can not discussed here: http://www.magiclantern.fm/forum/index.php?topic=13335.0

See here for other apps that you can use: http://www.magiclantern.fm/forum/index.php?board=54.0
MLVFS for Mac/Linux
MLP for Mac


Also MlRawViewer is kinda old, if it works ok if not the developer did not update it in a while.
#173
Camera-specific Development / Re: Canon EOS M
January 10, 2016, 01:48:01 PM

Quote from: musicmanx on January 10, 2016, 12:04:59 PM
i have a problem whit the RAW File
there ara many many pink noise.
Look around here: http://www.magiclantern.fm/forum/index.php?board=54.0 for the word pink.


Also, your RAW program (which one do you use?) should have something that handles that.
#174
Camera-specific Development / Re: Canon EOS M
January 10, 2016, 10:34:49 AM
@bobe: Bad frames, I guess the card can't keep up or other hardware issue.

Lexar 32Gb 633x 95/MB/s u3 - advertised speeds don't matter in general, true speeds matter, now the EOS-M can't do more than 40Mb/s anyway, no matter the card.

Try to benchmark the card: Start H.264 ( normal) video recording an then go to ML menu -> Debug -> Benchmark -> Card R/W, wait for it to finish and take a pic of the results.


Although that resolution should be low enough to not pose transfer issue, hmmmm.
#175
Camera-specific Development / Re: Canon EOS M
January 09, 2016, 10:45:00 PM
MLRAWViewer has the same issue?