--
http://magiclantern.wikia.com/
To post to this group, send email to ml-d...@googlegroups.com
To unsubscribe from this group, send email to ml-devel+u...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/ml-devel?hl=en
AJ
--
Hello AJ,
Good Job! That was actually the functionality I was waiting for all the time! If your code is ready for some serious testing let me know! :-)
Again! Good Job and keep up the good work!
Cheers!
Thomas
"Personally I find that the histogram is more valuable than zebras (which I find distracting when filming). I would be more than happy to see the audio meters relocated to the bottom of the screen. It would mean sacrificing the Canon Info display which I do sometime use as it is easier for my (ageing) eyes to read than the ML one - but I can live with that." [Moira]
Moira. I had a quick think today about your email.
Here's what is currently happens:
+) The Zebras that I have in the Overlay & Zebra code are drawn inside the Cropmarked area, and not on the Overlay
+) I've changed the Peak level up from 240 to 255 (255 being the maximum). This means it only shows 'Red' hatch when you really have peaked (ie not all the time).
+) I've changed the Low level up down from 10 to 2 (0 being the minimum). This means it only shows 'Blue' hatch when you really have peaked (ie not all the time).
+) I found the size of the ML zebras checkers too large. (8 x 8) pixels. When you panned the camera, the pattern would looks like it Jumps (didn't like that). Secondly, lack of detail - just a blob. I've used 4x4 - which (in my opinion) looks fine.
+) I have a option that reduces Zebras impact (draw every other line). They both look good - Not sure which people would prefer.
Next : Histogram.
If you think this is useful - I will write one. As this requires a large amount of data to process - audio meters (the icing on the cake) can wait. Do you mind if we start of scratch an we decide the best interface that has the least CPU overhead?
Q1) What are you actually looking for when you look at the histograms? That all the picture information is not Too Bright or Too Dim?
Q2) Rather than detailed information on the number of pixels on the screen that are an exact Brightness level... could we break this down into ranges? ( Eg 0-15. 16-31 ....... 240-255). The exact levels in each range could be decided up front. If Yes - I can start coding this - I just need to know the minimum number of ranges that we need. (in cause you are wondering, I want to store all the level counts in CPU 'registers' which means I don't have to write to memory = works like lighting)
Q3) Display of data. Horizontal? Vertical? Colour? Can we design exactly what is needed. Where would you want this (hopefully on the bottom of the screen!)
--
Shooting the same stuff at iso 1600 came out perfect.
For histogram, I think 10 bins or so are sufficient.
My 550D clips low light levels to pure black in video mode, that's why
I've put lower zebra threshold at 10. And this happens indoors at
normal lighting levels imo (iso 800 @ f5.6), not candlelight...
Shooting the same stuff at iso 1600 came out perfect.
For histogram, I think 10 bins or so are sufficient.
A compact way to show under/over exposure would be as a percentage. A
(logarithmic maybe) graphical display (like the audio meters, but
small, like an icon) might help.
<snip>
Histo display=========Currenly thinking of using a Horizontal lines. Lines at the botom Luma=0. Lines at the top=100%.I'm also inclined to use a Colouring similar to the Marshal 'False' colour (so you know which Level these correspond to).(may also be interesting if a FalseColour option is ever available).If you can think of excellent compact way to show this information - let me know ASAP.
Canon 'Under/Over Exposure' icon=========================In Moira's photo - this was displaed along with the other Canon Icons.Question 1) If you the Histogram .. do you need the Canon Icon?
Question 2) If the histogram is a replacement for the under/over exposed canon display - which of the Canon icons do we actually need when shooting video?
wow my 5d2 is ready for this lol
--
I am wowed.... very nice.
Is this ready for prime time and if so, can you point me to source.
I have grown accustomed to false colors on my Marshall, but would be
cool for times I don't have monitor up...
...
-------------------------------------------------------
Sponsored links:
Rock Hard Erections. All New Formula
Attacks the Root Fast
www.capitolbird.org/pharma.html
http://www.youtube.com/watch?v=jh6EsMl3ZPQ
AJ
--
Here's what the Menu currently looks like ...
http://www.youtube.com/watch?v=jh6EsMl3ZPQ
--
For vector cropmarks, I suggest to look at some existing work (i.e.
don't reinvent the wheel). Examples:
* http://chdk.wikia.com/wiki/Grids (code seems to be simple enough to be ported)
* try to find out how to use the built-in SVG engine, as Trammell
suggested in the fonts thread (I'm sure you can do that).
On the other hand, I'm thinking not to remove the BMP cropmark
support, because anyone can make one in Paint (or another image
editing program). It's very flexible and convenient for users. If they
are refreshed only when needed, this may be a good solution. RAM usage
is around 350k and can be optimized a lot.
On the other hand, you may have a generic option in menu (outline or
letterbox) for most common aspect ratios (i.e. 4:3, 3:2, cinemascope)
which won't need extra input files.
What do you think?