Skip to main content

645 Pro for iOS

I've bought various camera apps for my iPhone over the last couple of years, and by and large they've all been rubbish. They either add useless features, such as press-anywhere-to-shoot that doesn't quite work, or make things more complex, or add loads of initially exciting but ultimately unsatisfying effects. The camera app du jour is 645 Pro from Jag.gr. It claims to make the iPhone into a professional camera. It doesn't.

A photo of my laptop with this post mid-flow
However, that's not to say it's entirely useless. It does have many useful features, including:

  • AF lock so you can focus then shoot rapidly without having to refocus every time
  • AE lock so you can maintain constant exposure while moving around
  • Spot/Average metering selector
  • Quick flash on/off toggle
  • White Balance lock so you can keep constant colours
  • A proper live histogram so you can actually see the levels of your picture
  • A self timer
  • A quick selector to get different aspect ratios
  • A quick selector to get different "film styles" which actually boil down to saturation and B&W contrast variations
  • Variable strength filters (not Instagram style post-proc presets. Actual coloured filters like what you use on a proper camera)
  • Hi-res JPEG and TIFF output for even less artefacts
All very nice, and presented in quite a nice looking interface. Some of the buttons and dials seem a bit unresponsive at times, but nothing I can't live with. Mostly it's just getting used to how my oversized fingertips match the positions of the rather teeny buttons.

But there is one feature that I particularly like. It has a somewhat hidden "night mode" (hold the white balance lock button for 2 seconds) that reduces the lowest available shutter speed from 1/15th second to 1 whole second. Amazing! So what, you may think, but the difference is actually quite striking. Of course, the aperture is fixed at f/2.4 (f/2.8 on the iPhone 4), but here are the before and afters ...

Best attempt without night mode
f/2.4, 1/15th sec, ISO 800

First attempt with night mode
f/2.4, 1 sec, ISO 400

Quite impressive, I thought. Certainly a striking difference. I mean, sure, the noise is pretty terrible for the relatively low ISO, but it does have a sensor the size of a pinhead so it's actually not that bad. Apparently the iPhone 4S has a backlit sensor for noise reduction, so I can't begin to imagine how grainy it would be without that. But the bottom picture was taken with a 1 second shutter. Hand held. With a phone. Why is it not a blurry mess of camera shake and awfulness? I didn't even particularly try to hold it still. I used one hand, at arms length. Madness!

So, if nothing else, this app gives you some amazing low light capabilities with your iPhone. It won't be suitable for fast (or, heck, even slow) moving things because the flash is in the order of 2 seconds duration, rather than the 1/4000th second duration of your average speedlight, but it's certainly better than anything I've ever seen.

Which makes me wonder if off-camera flash could be triggered by the built in poxy LED that comes in most phones these days ... hmmmmmmmmm ...

Comments

Popular posts from this blog

Fairy Lights

Street lights at night can be very pretty. For someone who lives close to the centre of a large city, skirting round the edge of the town centre can provide a host of beautiful views at night. One advantage to using a wide open lens when taking these pictures is the capture of bokeh, or creative blur. An extreme example is shown to your right; a mass of coloured circles that roughly represent the city they are part of. A more subtle example, of course, is in the picture of the day at the top of this post. The lights cluster around the top of the leaves like fireflies, obviously part of a cityscape but at the same time abstract. The extreme out of focus image is a blurred version of the picture on the left. A view over Sheffield from Pitsmoor, looking up Netherthorpe Road and up to the university. Even when the buildings are focussed (roughly; I'm still practicing) the lights take on the shape of the lens's aperture. I try to incorporate some foreground focus wh...

In which I complain that coding standards are a waste of time

Just kidding. I'm not going to rail against coding standards. No, I'm going to rail against the absolute and dictatorial enforcement of coding style guidelines, to the point where a single misplaced curly bracket can fail the code review of a thousand line project before it's even started. I'm going to rail against the fact that many people these days don't actually know that coding style guidelines and coding standards are not the same thing. Coding style guidelines are not coding standards. Coding standards are rules on how to construct software. Rules that have practical and defined benefits. Rules than can be proven to assist in the structured and correct building of code. For example: Do not perform database access in the constructor. All database access should use the framework's DAL. Do not rely on complex instantiation instructions; provide a factory method. Do not inherit from a class in a different module or library; only encapsulate. Avoid sin...

DeCSS on Ubuntu 9.10 and later

It used to be the case that enabling DVD playback on Ubuntu was a case of installing ubuntu-restricted-extras and that was that. Unfortunately DMCA nonsense in the US has buggered that up for all of us and so now there's an additional step. So, without further ado, here are the commands that need to be run at a command line: sudo apt-get install libdvdread4 sudo /usr/share/doc/libdvdread4/install-css.sh Voila! DVD playback a-la Ubuntu.