Slashdot Mirror


Google's New Camera App Simulates Shallow Depth of Field

New submitter katiewilliam (3621675) writes with a story at Hardware Zone about a new feature that Google's working on for Android phones' built-in cameras: the illusion of shallow depth of field in phone snapshots, which typically err on the side of too much in focus, rather than too little. Excerpting: "The Google Research Blog [note: here's a direct link] revealed that there's quite a fair bit of algorithms running to achieve this effect; to put it in a nutshell, computer vision algorithms create a 3D model of the world based on the shots you have taken, and estimate the depth to every point in the scene."

127 comments

  1. 2 1/2 D by thsths · · Score: 1

    There is no 3D modelling involved. And the results are, well, mixed.

    1. Re:2 1/2 D by wonkey_monkey · · Score: 1

      computer vision algorithms create a 3D model of the world

      Sounds like 3D modelling to me, albeit guessed at from the content of a 2D photo.

      --
      systemd is Roko's Basilisk.
    2. Re:2 1/2 D by BasilBrush · · Score: 5, Interesting

      Depends what you mean by 3D modelling. Looking further at the article, it's a depth mapping technique for each pixel. Which is more analogous to DOOM than Quake. Remember those restrictions? No bridges in the map, no tables. Just a single height for the floor and a single height for the ceiling at any map position.

      As the OP says it's 2.5D not 3D.

    3. Re:2 1/2 D by im_thatoneguy · · Score: 1

      If you have a depth channel you could displace a 3D plane in camera space and render that in 3D. So 2.5D/3D is a bit arbitrary.

      If you had a perfect 3D model and the one photo though you still wouldn't have enough information to render true Depth of Field. The real problem isn't 2.5D/3D it's the fact that there is no parallax information for occluded information. That can be interpolated well enough for simple situations but ultimately you're trying to infer data which will cause artifacts.

    4. Re:2 1/2 D by mlyle · · Score: 1

      Note a depth mapping technique for each pixel isn't Doom-style restrictions unless the camera is in an unusual orientation.

      You can have tables, etc. Every pixel has a distance from the camera to the object estimated. Since the camera is probably in a horizontal location this works. What you -can't- know about are objects behind other objects from the camera's standpoint, or stuff behind the camera. This is mostly OK for faking depth of field.

    5. Re:2 1/2 D by BasilBrush · · Score: 1

      If you have a depth channel you could displace a 3D plane in camera space and render that in 3D.

      No, you'd only have the surfaces that are first hit with raytracing from the eye. That's not 3D. That's why it's 2.5D.

      The real problem isn't 2.5D/3D it's the fact that there is no parallax information for occluded information.

      But that's exactly the problem that 2.5D brings. You don't know what's behind foreground objects.

    6. Re:2 1/2 D by BasilBrush · · Score: 1

      Note a depth mapping technique for each pixel isn't Doom-style restrictions unless the camera is in an unusual orientation.

      It's just an analogy. One that illustrates that depth mapping doesn't give proper 3D.

      What you -can't- know about are objects behind other objects from the camera's standpoint, or stuff behind the camera. This is mostly OK for faking depth of field.

      Absolutely. But it's not still not 3D, it's 2.5D. No one said 2.5D wouldn't work for this application.

    7. Re:2 1/2 D by im_thatoneguy · · Score: 1

      But that's exactly the problem that 2.5D brings. You don't know what's behind foreground objects.

      That's not necessarily true. With a deep framebuffer you can have multiple ZSamples including occluded objects. For DOF that would be perfectly sufficient and a 2.5D point cloud. Conversely you could have a perfectly detailed 3D scene but use a per-pixel camera projection of your plate to refocus but have occlusion artifacts.

      2.5D/3D isn't terribly important for DOF calculation. Then again even with the Deep image you still would have problems with reflections on curved objects and refraction etc.

    8. Re:2 1/2 D by BasilBrush · · Score: 1

      That's not necessarily true. With a deep framebuffer you can have multiple ZSamples including occluded objects.

      Rather like the 2 samples I already pointed out for Doom? Are you getting the idea yet that you aren't telling me anything I don't already know?

  2. Why? by Anonymous Coward · · Score: 0, Insightful

    Why would I want to ruin large parts of a good image with this effect? It seems just as stupid as adding a large lense flare.

    1. Re:Why? by beelsebob · · Score: 4, Insightful

      Because often, what you can't see is as important as what you can. Imagination is important. Composition is important, and emotion is important.

    2. Re:Why? by wonkey_monkey · · Score: 4, Insightful

      Because it makes the intended subject stand out more.

      --
      systemd is Roko's Basilisk.
    3. Re:Why? by Aighearach · · Score: 2

      Why would I want to ruin large parts of a good image with this effect? It seems just as stupid as adding a large lense flare.

      lenses that can achieve a narrower field of focus are the more expensive ones, so there is established artistic value. Lens flare can also have value, and is really difficult to use effectively, so there is probably also a market for that.

    4. Re:Why? by sunderland56 · · Score: 1

      Why would I want to ruin large parts of a good image with this effect?

      It's for camera phones: crappy, non-adjustable lens and cheap, noisy sensor. So it isn't a good image; deliberately blurring the picture can distract you from the fact that it is *not* a good image.

    5. Re:Why? by BasilBrush · · Score: 1

      Why would I want to ruin large parts of a good image with this effect? It seems just as stupid as adding a large lense flare.

      For the same reason they use spotlight and shade in theatre shows, and floodlights on a sports field.

      If you want a utilitarian document recording a place or event, such as a traffic cop taking a picture of a illegally parked car, then you can't do better than having every pixel in focus.

      If you want something with artistic merit then you can use focus just as you can use light and shade to draw attention to one part of the image, and away from the background.

    6. Re:Why? by Jeremy+Erwin · · Score: 5, Insightful

      Consider this picture of a spider dining on its prey--possibly a cricket.

      What's important? the spider, the web, the meal.
      What's not important? the storm drain, the foliage

      It's not completely successful, but both the foliage and the storm drain are out of focus, while the spider, the meal, and the web are in focus. The aperture control on a large sensor camera lets the photographer select where the blurriness ends, and where it begins. Generally, the longer the focal length of the lens, the more dramatic the effects of opening up the aperture. Since camera phones use short focal length lenses, the blurring effect is quite subtle, and is often insufficient to draw in the viewers eye.
      In this particular case, it's a macro shot, so even a very narrow aperture (f/16) involves some blurriness. Quite often, macro-photographers use very narrow apertures-- f/16-f32, in an attempt to resolve all of the interesting aspects of their subjects.

    7. Re:Why? by citizenr · · Score: 2, Funny

      and emotion is important.

      but I have aspergers you insenitive clod!

      --
      Who logs in to gdm? Not I, said the duck.
    8. Re:Why? by sg_oneill · · Score: 3, Informative

      Because often, what you can't see is as important as what you can. Imagination is important. Composition is important, and emotion is important.

      Right, the thing is though theres more going on to depth of field than just "This part of the image in focus, and that part out of focus". I mean its definately a useful effect because it pretty much defines what part of the photo your supposed to be looking at, but good shallow DOF really is quite an amazing effect down well and terrible when done bad.

      On my 50mm lens (I recomend a 50mm to ANYONE whos playing with SLRs. Its a cheap lens, handles great in low light and very easy to take attractive photos with) the depth of field also interacts with light so you see these great specks of light all through the background and other esoteric effects that really enhance the effect. If I just put the background out of focus with a blur, it'd be just.... well blury.
      Finally its not a linear blur either. Some parts are more in focus than others and this adds to the effect because its how your eye does it too.

      The test photo in the article just makes it look like someones put a lasso tool on the model, inverted it, then just done some sort of blur on the background. Its just not the same as the DOF on a real wide apearature camera.

      --
      Excuse the Unicode crap in my posts. That's an apostrophe, and slashdot is busted.
    9. Re:Why? by Will.Woodhull · · Score: 4, Insightful

      Why would I want to ruin large parts of a good image with this effect?

      Portrait photography.

      Or any time when the presence of crap in the background degrades the photo. That candid picture of your Mom sharing a moment with your aunt would look great if it were not for the Ronald McDonald billboard in the background.

      --
      Will
    10. Re:Why? by Will.Woodhull · · Score: 1

      Those who claim aspergers have no right to call anyone insensitive.

      That is just SO wrong.

      --
      Will
    11. Re:Why? by Will.Woodhull · · Score: 2

      Quality bridge cameras ($300+ models) also have the ability to mimic a narrow depth of field. That can be very useful in wedding party photography, etc, where capturing candid portrait shots is critical to the photographer's success, and he will not have time to swap between lenses on his DSLR.

      On my Fuji HS25EXR, the camera identifies the subject with its face recognition technology and takes 2 or 3 shots, The foreground is handled normally but the extra images are used to double or triple expose the background for the shallow DOF effect. Results are often quite good and can reduce the amount of post work by quite a bit.

      --
      Will
    12. Re:Why? by ColdWetDog · · Score: 2

      You're describing Bokeh. And yes, it is one of those techniques that done well, can greatly enhance a picture. There are entire web sites and discussion groups devoted to the topic - which lens, camera, technique is best and who is a total poser. There have been numerous attempts to do this in software, all of which have yielded meh results. I suspect that Google's attempt will be another one of these, but who knows. Perhaps they will finally figure out how to let photographers match their $15,000 DLSR rigs with an $800 smartphone and a .99 app.

      --
      Faster! Faster! Faster would be better!
    13. Re:Why? by grcumb · · Score: 1

      lenses that can achieve a narrower field of focus are the more expensive ones, so there is established artistic value.

      I'm not really taking issue with your conclusion, but a decent quality 50mm lens (widely known as a portrait lens because of its shallow depth of field) can be got new for about $200. And I got a beautiful 1984-vintage 105mm prime lens for $250 a few years back. It's an exception to the rule, yes, but sometimes the glass is less expensive than the camera body. That said, if you've got good lenses, they can make up for a lot of shortcomings in the camera body.

      My own feeling about algorithms such as this is that they'd be better off chasing the ideal of perfect focus for everything - or better yet, for pseudo-3D renderings - those would be more desirable goals, IMO. I suppose it's possible to get the same effect as really good glass, but something tells me the laws of physics (well, optics) will always win over computed logic.

      --
      Crumb's Corollary: Never bring a knife to a bun fight.
    14. Re:Why? by sunderland56 · · Score: 1

      Quality bridge cameras ($300+ models) also have the ability to mimic a narrow depth of field.

      If you have a real camera and lens, just shoot with the lens wide open and fast shutter speed; you'll have a narrow depth of field with no computer wizardry needed.

    15. Re:Why? by Anonymous Coward · · Score: 0

      All you need is the lens wide open (Low F-stop number). If you use a fast shutter speed, you'll just get blur.

    16. Re:Why? by Anonymous Coward · · Score: 0

      Posting anonymous because I just modded you up. A few things I wanted to add: First, yes, absolutely agree about cheap 50mm lenses. Canon makes a $100 one that is awesome (much nicer ones can be had for $300). That said, I've toyed around with the simulated depth of field in the new camera app and actually the results I got were better than the demo photo (which, as you rightly pointed out, looks like a cheap lasso selection w/blur). The effect is actually pretty convincing; it does, however, create undesirable artifacts; the overall quality of the photo seems a good bit lower. As a geek, I love it; as a (very) amateur photographer, it makes me want to grab my SLR and purchase a replacement 50mm lens (the first one died from fall damage--real life is not like borderlands2).

    17. Re:Why? by jandersen · · Score: 1

      That candid picture of your Mom sharing a moment with your aunt would look great if it were not for the Ronald McDonald billboard in the background.

      Hmm, perhaps. But I have increasingly over the last few years seen so many, brilliantly clear photos with fabulous colour etc etc which are so achingly dull because the photographer has no sense of the artistic and no experimental curiousity. Despite the fact that with a digital SLR camera it is cheaper and easier than ever to experiment: just try and then throw out the failures.

      Personally, I have started on taking deliberately imperfect pictures; I am particularly fond of under-exposure - it is surprising how much structure you can find in a seemingly black photo, using eg. edge-detection in GIMP.

    18. Re:Why? by Will.Woodhull · · Score: 1

      I guess a lot depends on what you define a "real camera" to be.

      For me, any camera body + lens combo that costs more than $750 is unrealistic. That's more than I can afford to replace if I lose it while kayaking. I'm happy with bridge cameras, and there are advantages in being able to go from wide angle to telephoto without swapping lenses. It does mean that you have to rely on the firmware for narrow DOF, etc-- but it is a reasonable trade-off.

      --
      Will
    19. Re:Why? by Geeky · · Score: 1

      There are other reasons they're more expensive than purely artistic. They cost more to make for a start, but also give you benefits such as a brighter viewfinder and the ability to take pictures in lower light. The last is less relevant now, because high ISO performance is modern DSLRs is so good, but even so, more light getting in helps the camera focus in low light.

      --
      Sigs are so 1990s. No way would I be seen dead with one.
    20. Re:Why? by Hognoxious · · Score: 1

      decent quality 50mm lens (widely known as a portrait lens because of its shallow depth of field)

      Widely known where? Round these parts it's a 90 or a 105, assuming you're talking 35mm film.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    21. Re:Why? by dgatwood · · Score: 1

      I'm a little bummed about this. My first reaction was, "Oh, cool. This is just like the idea I had a few days ago." Then, I realized they're trying to do it from a single photo instead of taking advantage of the camera hardware to obtain actual depth info.

      You have a lens that can focus. Take your shot, throw the focus off as far as you can (in whichever direction you can move the focus farther, by some definition of farther), then take a second shot. You can then compute some reasonable approximation of distance for every pixel without guessing. You can also likely compute a reasonable bokeh based on the size and location of bright areas in the out-of-focus areas and based on how much they spread in the out-of-focus shot. It's not perfect, but I suspect you could get close enough to fool just about anybody.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    22. Re:Why? by Anonymous Coward · · Score: 0

      That is dumb. Less information. I want to have everything crisp. I want to see everything I can. Not some artsy bs. Damn hipster old notalgic tech bullshit.

    23. Re:Why? by Anonymous Coward · · Score: 0

      As long as this feature is not default I suppose sure why not.

      As digital cameras have come along I was amazed at the crispness and enjoyed using them more. This artsy crap is just that. Artsy. I think it may be one of the reasons instagram is considered an abomination. Not just the mundane things there. But this phony "professional" photography crud.

    24. Re:Why? by graphius · · Score: 1

      decent quality 50mm lens (widely known as a portrait lens because of its shallow depth of field)

      Widely known where? Round these parts it's a 90 or a 105, assuming you're talking 35mm film.

      I think the poster was talking crop sensor cameras, where a 50mm produces the same size image as a 75mm on a full frame (35mm) camera. On a side note, I never got the 50mm hysteria. I always found it either too long or too short when used with 35mm. It was a nice wide angle focal length on 4x5 though...

    25. Re:Why? by graphius · · Score: 1

      That is dumb. Less information. I want to have everything crisp. I want to see everything I can. Not some artsy bs. Damn hipster old notalgic tech bullshit.

      You may need to replace your eyes then https://xkcd.com/1080/

    26. Re:Why? by Aighearach · · Score: 1

      I never got the 50mm hysteria. I always found it either too long or too short when used with 35mm.

      At 35mm it works well in a studio setting where the subject is always at a fixed distance and you want to minimize foreground distortion while still giving a sense of depth.

      I never did much posed portraits, and in candid or on-site portraits I also tended longer or shorter. Generally an outdoor background provides a better sense of depth so the intermediate length isn't useful.

      It can also be a good length for macros.

      Here in the western US, for 35mm film if you were to say "portrait lens" it would almost certainly mean 50mm, which now means ~35mm for digital.

    27. Re:Why? by rpstrong · · Score: 1

      I'm a little bummed about this. My first reaction was, "Oh, cool. This is just like the idea I had a few days ago." Then, I realized they're trying to do it from a single photo instead of taking advantage of the camera hardware to obtain actual depth info.

      Read the cited blog:

      "Instead of capturing a single photo, you move the camera in an upward sweep to capture a whole series of frames."

      The 3-D effect comes from comparing the frames.

  3. creamy bokeh by LookIntoTheFuture · · Score: 1

    comes with a new 'Lens Blur' feature that lets you adds creamy bokeh to your pictures.

    Yeah, hi, I have a question. Does it have to be creamy?

    --
    Brave Sir Robin ran away. ("No!") Bravely ran away away. ("I didn't!")
    1. Re:creamy bokeh by wonkey_monkey · · Score: 1

      creamy bokeh

      Be careful not to stutter when you say it.

      --
      systemd is Roko's Basilisk.
    2. Re:creamy bokeh by Jeremy+Erwin · · Score: 1

      Yeah. What if you want catadioptric bokeh?

    3. Re:creamy bokeh by El+Puerco+Loco · · Score: 1

      Then you are an idiot.

  4. Google rules when it comes down to blurriness. by MindPrison · · Score: 4, Funny

    Just take a look at the auto-blurring used in street-view, nothing beats it. My neighbors dogs face was blurred instead of their kid. ;)

    --
    What this world is coming to - is for you and me to decide.
    1. Re:Google rules when it comes down to blurriness. by koan · · Score: 1

      It blurred my penis but not my face.

      --
      "If any question why we died, Tell them because our fathers lied."
    2. Re:Google rules when it comes down to blurriness. by citizenr · · Score: 1

      My neighbors dogs face was blurred instead of their kid. ;)

      just line on "Guess Her Muff"

      --
      Who logs in to gdm? Not I, said the duck.
  5. Lumin by Anonymous Coward · · Score: 0

    Lumin pretty much does this by the virtue of how it works. Nothing new to be seen here.

  6. Re:I'll stick with my F 1.4 lenses, thanks by Travis+Mansbridge · · Score: 1

    As is obligatory in any discussion of phone cameras, there is a fundamental difference between a device designed solely for photography, and one where photography is a relatively minor feature in a device designed mostly for mobility and communication. Advancements in this second field should be considered in an entirely different light (if you'll pardon the pun).

  7. Not new by Anonymous Coward · · Score: 1

    Another 'new feature' that's been out for over a year. https://itunes.apple.com/gb/app/focustwist/id597654594?mt=8 Kinda like the 'awesome' photosphere which MSFT had out for 2 years (as photosynth) before they did it.

    1. Re:Not new by Anonymous Coward · · Score: 0

      ...and in BlessN900 app for Nokia N900 since 2010.

    2. Re:Not new by Anonymous Coward · · Score: 0

      Lumin has been out for years and does it too.

  8. Skynet target mode by hessian · · Score: 1

    When Google finally reveals its true name, Skynet, this is the technology that will allow its T-1000s to exterminate most of humanity.

    But don't worry, they'll be sure to take an instagram of your death and post it to your Google+ livestream so your friends and family can mourn.

    (There will also be ads for bereavement-related products. Neither Google nor Skynet are monopolies, honest.)

  9. Call me a rock wielding barbarian by smchris · · Score: 2, Informative

    But I absolutely, totally LOVE depth of field. Screw the art school graduates. I bought a large screen digital tv for the illusion of a window upon the world.

    I would like to think -- I sincerely HOPE -- that artificially inducing audience "focus" by depth of field will be as quaint as silent movie captions in 50 years.
     

    1. Re:Call me a rock wielding barbarian by blueg3 · · Score: 4, Insightful

      You know, your eyes have a substantial depth-of-field effect, too. You often don't notice, because your mental ability to pay attention to objects is tied pretty strongly to where your eyes are actually focusing, so anything you look at is in focus (because you focus on what you're looking at). However, you can really notice when you look at images that have deep DoF or, say, 3D movies (where they can't possibly get the DoF right).

    2. Re:Call me a rock wielding barbarian by Anonymous Coward · · Score: 0

      I would like to think -- I sincerely HOPE -- that artificially inducing audience "focus" by depth of field will be as quaint as silent movie captions in 50 years.

      Of course, I immediately wondered if they made porn that way. Rule 34!

      My guess is that Rule 34 will be alive and well in 50 years. Not everything about technology is transient.

    3. Re:Call me a rock wielding barbarian by the+eric+conspiracy · · Score: 1

      The human eye has it's own depth of field characteristics plus a much greater dynamic range and resolution than any large flat screen.

      So your large screen is going to fall short of that illusion.

    4. Re:Call me a rock wielding barbarian by tomhath · · Score: 1

      Depth of Field isn't an all or nothing thing. Thegoal is being able to control it so you can create the image you want. Love a picture that's sharp corner to corner? Great! Want a picture that emphasizes the subject and blurs the background or vignettes the corners? That's great too!

    5. Re:Call me a rock wielding barbarian by TeknoHog · · Score: 1

      This was my initial reaction too, it's like glorifying the gramophone record in an age of practically unlimited bit depth and sampling frequency. However, that doesn't mean I can't enjoy the full precision of current tech. Lo-fi effects can be nice in the right place, finally we have the ability to choose, to get the occasional buglike feature instead of the other way round.

      --
      Escher was the first MC and Giger invented the HR department.
    6. Re:Call me a rock wielding barbarian by Animats · · Score: 1

      Some movie directors are still bitching over the disappearance of film grain. There are companies putting unnecessary film grain in digital images.

      We need to get to 48FPS or better, so slow pans over detailed backgrounds look right. No more strobing!

      (Instead, we're getting 4K resolution, which is only useful if the screen is in front of your face and a meter wide.)

    7. Re:Call me a rock wielding barbarian by Jeremy+Erwin · · Score: 1

      IIRC, Gravity had 3d lens flare.

    8. Re:Call me a rock wielding barbarian by Anonymous Coward · · Score: 0

      It also had a crappy story. This one is so much better and shorter: https://www.youtube.com/watch?v=AxiZj3747ZI. I wouldn't mind ditching lens flares along with crap stories.

    9. Re:Call me a rock wielding barbarian by bws111 · · Score: 2

      Interesting that you use the phrase 'window upon the world.' Ever look through a real window with an insect screen on it? Now imagine that instead of clearly seeing the house across the street, what you see is the house with a neat grid in sharp focus upon it. That is what you are asking for.

      A photo where everything is in equally sharp focus is absolutely not what your eyes see, unless you are standing on a cliff and seeing only things that are far away.

      In real life your window upon the world would only have a very small area in sharp focus.

    10. Re:Call me a rock wielding barbarian by EnsilZah · · Score: 1

      About as unnecessary as room tone to a soundtrack.

    11. Re:Call me a rock wielding barbarian by nukenerd · · Score: 1

      But I absolutely, totally LOVE depth of field. Screw the art school graduates. ..... -- I sincerely HOPE -- that artificially inducing audience "focus" by depth of field will be as quaint as silent movie captions in 50 years.

      You are talking as if choosing a shallow depth of field is something new, and necessarily "artistic". It's neither. A shallow depth of field is a practical way of eg taking scientific natural history (think bugs) photos without the background distracting; also of taking people's portrait pictures ditto. It has been used that way since the early days of photography. Generally, until now, only the more expensive cameras have had this kind of control; snapshot cameras (of which phone cameras are a modern example) have not, so that much is new.

      And OTOH some artistic photography does have great depth of field - there was a group of photographers called the "Group F64" who took such photos. You have probably heard of Ansel Adams (or have certainly seen his pictures) who was a member of this group.

    12. Re:Call me a rock wielding barbarian by Anonymous Coward · · Score: 0

      I suggest you go to a broadcasting industry tradeshow exhibition and find the stand where they show off UltraHD/Super Hi-Vision.
      https://en.wikipedia.org/wiki/UltraHD

      They sometimes have a small theatre where they show off 8K on a projected screen. 7680x4320 pixels, 80Hz (although they have faster framerates) and Rec. 2020 colour space.

      You do get an effect of 'hyper reality', meaning that the image you see on the screen (such as a tree at a distance) is resolved at a higher quality by the eye than reality (a tree at the same distance, but in real live). I didn't really notice at first since I have better than average vision while wearing glasses, but my mother definitely noticed who has much worse eyes.

      So using a high resolution and sharp image would actually be noticeable as being to sharp.

      You may also be interested in what the BBC is doing with 300 fps television, this framerate helps our eyes track moving objects on a screen. Our eyes tracking moving images helps us to fully resolve the moving object. The sharpness difference between 50fps and 300fps is quite amazing.

    13. Re:Call me a rock wielding barbarian by xigxag · · Score: 2

      If anything, DOF will become more important as home screens get larger and sharper. It's an important tool in showing the audience where to look in a shot. Otherwise, staring at that gigantic screen would sometimes be like a live action "Where's Waldo."

      --
      There are two kinds of people: 1) those who start arrays with one and 1) those who start them with zero.
    14. Re:Call me a rock wielding barbarian by Teun · · Score: 1
      The stuff produced for large screen HD is typically done with lenses that by themselves have a great bokeh as it is called, no need to have processing done by Google.

      And by consequence you must have endured many instances where this 'isolating of the subject by minimal depth of field' was intended to be part of the scene.

      --
      "The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
    15. Re:Call me a rock wielding barbarian by graphius · · Score: 1

      But I absolutely, totally LOVE depth of field. Screw the art school graduates. I bought a large screen digital tv for the illusion of a window upon the world.

      I would like to think -- I sincerely HOPE -- that artificially inducing audience "focus" by depth of field will be as quaint as silent movie captions in 50 years.

      I had a good run of several hundred years though...

    16. Re:Call me a rock wielding barbarian by drolli · · Score: 1

      For sure they can get the DoF right in 3D movies, why not?

    17. Re:Call me a rock wielding barbarian by blueg3 · · Score: 1

      Because the depth-of-field effect generated by your eyes depends on the distance to the subject, which is largely flat in 3D movies. They can't add DoF blur because they don't know where your eye will focus. They can put the most-obvious object in focus and then the other objects will be blurred, but if you focus your eyes on them, they won't come in to focus, which is not how your eyes normally work. (The same is true in 2D movies, naturally, but there isn't the illusion of the ability to focus in those.) They can make all objects in focus (if they can light the scene enough to use a small enough aperture), but then you won't get the correct DoF blur generated by your eyes.

    18. Re:Call me a rock wielding barbarian by El+Puerco+Loco · · Score: 1

      Name your favorite movies and tv shows and I'm sure someone can point out all the long lens shots that prove you wrong.

    19. Re:Call me a rock wielding barbarian by El+Puerco+Loco · · Score: 1

      You are seriously confused if you think depth of field control is a lo-fi effect.

    20. Re:Call me a rock wielding barbarian by El+Puerco+Loco · · Score: 1

      It only looks right if you want everything to look like an 80s daytime soap.

    21. Re:Call me a rock wielding barbarian by TeknoHog · · Score: 1

      Throwing away original information is kind of lo-fi IMHO. I don't mean it's bad, it serves an artistic purpose, for example by helping the viewer focus on an intended part of the picture. In the same way, overdriving a guitar amp is a lossy transformation that many people find pleasant.

      --
      Escher was the first MC and Giger invented the HR department.
  10. Engrish by wonkey_monkey · · Score: 1

    there's quite a fair bit of algorithms

    I'll wait for version 2, with 50% more algorithms.

    --
    systemd is Roko's Basilisk.
  11. Re:I'll stick with my F 1.4 lenses, thanks by K.+S.+Kyosuke · · Score: 1

    Distortion lowers contrast? I thought internal reflections lowered contrast. Also, while all you've mentioned is true, I'd expect that lenses of moderate quality (and reasonable aperture) are probably possible, if expensive, in the thickness budget (which seems to be the limiting parameter in phones). But people certainly aren't ready to pay for such lenses in cheap phones.

    --
    Ezekiel 23:20
  12. Re:I'll stick with my F 1.4 lenses, thanks by blueg3 · · Score: 1

    He seems to be mixing some terms a little bit. Correcting distortion lowers sharpness -- though for any image displayed only at 1080p, it probably makes no difference. Correcting some other aberrations, like chromatic aberration (CA) lowers contrast (and sharpness). Higher sensitivity in a digital sensor lowers contrast a whole lot more, though. That, and poorly-controlled lens flare, usually the major driver of low-contrast images out of smartphones. If you take a picture in daylight, don't point it right at the sun, and have a clean lens, the picture comes out pretty good.

    I don't have a good sense as to how good the smartphone lenses are now. But people are now making pancake lenses for interchangeable-lens cameras that are tiny and of very high quality. I suspect that it's not to hard to engineer good smartphone lenses, either.

    The problem is that with such a small sensor, you need very bright lenses to get shallow depth of field or good low-light performance, and those are just plain hard to make.

  13. Re:I'll stick with my F 1.4 lenses, thanks by wonkey_monkey · · Score: 2

    Wow. You're so awesome. You own a big-boy camera and know all the fancy photography words!*

    That's what you wanted to hear, right? Because I can't think of any other good reason for you to post this.

    The "muggles" have all got cameras now. This is just a nice bit of software that'll make their shots a bit more fancy.

    Get over it.

    (*disclaimer: so do I, but I don't use it as an excuse for scoffing at those who don't)

    You'll take my Haruo Sato designed lenses away from me when you pry them from my cold, dead fingers.

    No-one's coming for your lenses, you self-aggrandizing lunatic.

    --
    systemd is Roko's Basilisk.
  14. "subject" by Anonymous Coward · · Score: 0

    I would like to think -- I sincerely HOPE -- that artificially inducing audience "focus" by depth of field will be as quaint as silent movie captions in 50 years.

    The point of inducing focus is because not everything in the frame is as important as everything else.

    Yes, if you're on top of the Grand Canyon, the Eiffel Tower, or the Great Wall of China, you may want to have the entire panorama in focus.

    But if you're at (say) a street festival you may only want your friends in-focus, and not the fellow in the background who is mid-bite through a kebab. The important part of the picture for the grand parents is the smiling grandchild, not the playground's wing set in the background.

    Can boken be overdone? Sure. A 1mm think depth of field is overdoing it, but so is shooting at f/16 everywhere. But even a thin DoF and the right can result in some magical results:

    http://regex.info/blog/2012-05-28/2001#i110569bw

    1. Re:"subject" by bill_mcgonigle · · Score: 3, Informative

      Can boken be overdone? Sure. A 1mm think depth of field is overdoing it, but so is shooting at f/16 everywhere. But even a thin DoF and the right can result in some magical results

      Just because you know what you're talking about, and we're among friends:

      It's bokeh, with an 'h'. And it refers to the character of the blur, not the blur itself. If you've got an image, say f/3.4, a hipster might say "nice bokeh" to you, but he means that you have a good lens, not that you've selected a good aperture. And then he might also suggest you make a "glisse" print. ;)

      And, of course, shallow depth of field is a huge fad, and there's an entire generation of kids who won't ever be able to tell where they were in any of their childhood pictures. *That* will seem very "early 21st century" in a couple decades.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    2. Re:"subject" by BlackPignouf · · Score: 2

      Bullshit.
      A well done wide-open portrait with tack-sharp eyes and everything else blurred connects you with the model like no other shot could. I know it sounds hipsterish, but it's an immutable reality.

    3. Re:"subject" by thegarbz · · Score: 3, Insightful

      And, of course, shallow depth of field is a huge fad, and there's an entire generation of kids who won't ever be able to tell where they were in any of their childhood pictures.

      Wow lets step back a bit. Though I guess someone called the automobile a fad at some point.
      The battle for wider apertures dated back to post war. The 1950s was all about big lenses, wide apertures. I fondly recall using a Canon R mount 50mm f/1.2. Not a very sharp lens but provided incredibly narrow depth of field. Mind you it wasn't until the FE mount in the 80s they managed to get a 50mm f/0.95, something which Leica managed quite a lot earlier on their M series cameras in the 1960s.

      Now that the history lesson is over, how about an art lesson. Depth of field is used to direct attention. If you want someone looking at a subject rather than the image on the whole you can isolate the subject by blurring the background. I did this on my holidays and I'm going to look back and think about what I looked like at the time who the hell cares where I was. If I wanted to take a photo of where I was I would do so. Now on the flip side, why the hell would you want to ruin a perfectly good photo of the Pantheon or some other wonderful place by standing in front of it? Why would you want to give up artistic control to some passer by telling them to look through the viewfinder and push the button.

      You seem to know the technical details of how something is done, but not have a clue of why someone would do it. Go to your grandpa and ask him if he used wide apertures when he took photos. You'll likely find him don his oversize framed glasses and say "Kid, I was the master of bokeh before it was cool."

      Fad indeed.

    4. Re:"subject" by Anonymous Coward · · Score: 0

      You and your friends know what you look like. No need to take a picture of you with a blurred Pantheon in the background. Take yet another picture of it with you in front to show you were there, if you feel like.

      I don't know if this is a fad but the left picture in TFA is so much better than the right one. I can see everything, the photographer can't know what is important for me. Photography != painting

    5. Re:"subject" by Anonymous Coward · · Score: 0

      Finally someone else that feels the same~! Taking away options sucks... The reason I kept getting new cameras (eventually) was to get rid of these limitations.

  15. Re:I'll stick with my F 1.4 lenses, thanks by tomhath · · Score: 1

    Wow. You're so awesome. You own a big-boy camera and know all the fancy photography words!*

    This being slashdot, I think it's appropriate to discuss the technical aspects of photographic lenses. You might even learn something by reading it with an open mind.

  16. A more interesting feature is vertical video by reg · · Score: 3, Interesting

    The best feature of the new camera app is that if you try to take vertical video it puts up an overlay telling you to hold it right! Hopefully everyone will copy this!

    1. Re:A more interesting feature is vertical video by Anonymous Coward · · Score: 0

      The best feature of the new camera app is that if you try to take vertical video it puts up an overlay telling you to hold it right! Hopefully everyone will copy this!

      Vertical Video Public Service Announcement

    2. Re:A more interesting feature is vertical video by smooth+wombat · · Score: 1

      So you're saying you can never take pictures of trees (which are vertical, not horizontal) because modern, digital technology is incapable of doing what analog technology had done for over 100 years.

      Just another example of the failings of the digital age.

      --
      We will bankrupt ourselves in the vain search for absolute security. -- Dwight D. Eisenhower
    3. Re:A more interesting feature is vertical video by Zebedeu · · Score: 1

      It's only for video. Vertical pictures do not get the overlay.

      In fact, the new app now allows for vertical panorama shots, which is something I had found lacking ever since that feature first appeared on Android.

  17. Yep by koan · · Score: 1

    It's a pain in the ass to use on the tablet "too fast.... too fast"

    --
    "If any question why we died, Tell them because our fathers lied."
  18. God help us by PeeAitchPee · · Score: 1, Interesting

    Just what is needed . . . another Photoshop-esque filter for all the douchebag hipsters of the world to make their snaps look even more deep and brooding.

    1. Re:God help us by Anonymous Coward · · Score: 0

      Maybe if you didn't spend so much time around these "douchebags" it wouldn't be such an issue for you, eh?
       
      The solution is provided by a simple reevaluation of the problem.

  19. Overcoming hardware limitations with software by 93+Escort+Wagon · · Score: 2

    The summary makes it sound like this is an algorithm tuning problem - "err on the side of too much in focus" - which isn't the case. It's a byproduct of sensor size.

    Even with real cameras the rule of thumb is a full frame (35mm film equivalent size) camera, at a given focal length, has a stop "better" depth of field than a camera with an APS-C sensor taking the same picture - so a Nikon D7100 would need to shoot at f/2.0 to get the same blurring as a D800 shooting the same photo at f/2.8.

    Most camera phone sensors are rather tiny compared to real cameras.

    On a side note... pedants may going to have fun nitpicking all of this apart. :-)

    --
    #DeleteChrome
    1. Re:Overcoming hardware limitations with software by Arkh89 · · Score: 2

      DoF has no link to FoV. Hence, having an APS-C or Full-Frame sensor does not change the DoF. It just barely changes your "feeling" of it, because of the larger FoV.

    2. Re:Overcoming hardware limitations with software by Anonymous Coward · · Score: 1

      Exposure values, or "stops", have little to do with why smaller sensors have greater depth of field.

      For a given field of view, a smaller sensor requires a shorter focal length than a larger sensor. Given the same f-stop, longer focal lengths have shallower depths of field. So, to produce an image equivalent (other than for DOF) to that of a full-frame camera with a 50mm lens, an APS-C camera will use a 35mm lens, and will have a correspondingly deeper DOF.

      Some cameras deal with that limitation by using filters to reduce the amount of light reaching the lens and increasing the aperture size. The Pentax Q series, for example, puts electronically controlled two-stop neutral density filters in the lenses to help with both DOF and diffraction given the tiny 1/1.7" and 1/2.3" sensors that they use.

    3. Re:Overcoming hardware limitations with software by thegarbz · · Score: 1

      I hear comments like this all the time. The reality is you've changed your FoV so you're now taking a completely different picture. If you want all other things staying as equal as possible, then to take the same photo on an APS-C camera as a Full Frame camera you'd need to switch to a narrower lens and step back from the subject. Oh your subject - camera - background ratio now changed, and so has your depth of field.

      Or are you going to tell me all camera are equal because if you over expose your image by 100 stops you get a perfectly white frame on every camera?

    4. Re:Overcoming hardware limitations with software by thegarbz · · Score: 1

      Exposure values, or "stops", have little to do with why smaller sensors have greater depth of field.

      Correct, however opening the aperture is a workaround to creating as similar an image as possible providing you haven't hit the limits.

    5. Re:Overcoming hardware limitations with software by Arkh89 · · Score: 1

      This is not about photography. This is about Optics.
      All cameras are different. And If you think that the camera types you would use, with their sensor size norms, aperture norms, quality norms, are the only one in the world : you are wrong.

       

    6. Re:Overcoming hardware limitations with software by thegarbz · · Score: 1

      It's about camera software. You view that it isn't about photography is outright indefensible.

      From the first line in the fucking original source:

      One of the biggest advantages of SLR cameras over camera phones is the ability to achieve shallow depth of field and bokeh effects

      YOU are wrong. Now please take your pointless and irrelevant argument elsewhere.

    7. Re:Overcoming hardware limitations with software by Arkh89 · · Score: 1

      The claims. The previous claims are only about optics. I am not talking about the content of the article (yet)...
      I feel sad for you now...

  20. Nokia is knocking by Anonymous Coward · · Score: 0

    and Teh G is gonna have to pay. AGAIN!

  21. More Google innovations: by Snufu · · Score: 2

    Digital TV with artificial interference.
    Digital audio player that simulates permanent scratches in vinyl records.
    Automobile interior that smells like horseshit.
    Digital camera that 'exposes' (erases) your photos if you open the battery compartment incorrectly.

    1. Re:More Google innovations: by Jeremy+Erwin · · Score: 2

      digital audio systems that minimize background noise.

    2. Re:More Google innovations: by Anonymous Coward · · Score: 0

      -> Digital TV with artificial interference.

      We see that all the time in movies. Whenever there is electrical interference, the computer monitors always behave as though they are old-school CRT monitors :)

  22. Can it simulate bokeh? by Anonymous Coward · · Score: 0

    I have blurred out backgrounds of photos to bring attention to the foreground, but it never looks the same as when you actually use a large apeture on a SLR.

  23. Better idea: Improve cell phone camera lenses. by SeaFox · · Score: 2

    The reason cell phone camera err on the side of too much in focus is because they originally were all fixed-focus lenses. If you didn't have a high depth of field, you'd have to make sure your subject was an exact distance from the camera to get them in focus. Even once we had focusing lenses the auto-focus software wasn't the greatest at determining what the real subject of the photo was supposed to be.

    You know what would give a great shallow depth of field? A better lens in the camera. A lens with an aperture that could open up to lower f-stops would give a REAL depth of field effect, plus it would make the camera just plain better at taking pictures -- better low-light performance, less noise in high ISO speeds captures.

    1. Re:Better idea: Improve cell phone camera lenses. by Arkh89 · · Score: 1

      And you know why it will never exists? Because the shallowness of the DoF is determined by the diameter of the aperture AND you cannot simply put a diameter larger than a few mm on these devices. This compared to the 30mm~70mm entrance aperture of the objectives on current DSLRs.

      That's why they are trying the computational way...

    2. Re:Better idea: Improve cell phone camera lenses. by bws111 · · Score: 2

      You need more than a good lens. You need a bigger sensor, and more distance between lens and sensor. And that ain't gonna happen in a phone whoe goal is to be thin and lightweight.

    3. Re:Better idea: Improve cell phone camera lenses. by im_thatoneguy · · Score: 1

      The problem is the focal length of the lens not the quality of the design. With such a small sensor (due to the size constraints of a cell phone package) you have to have extremely short lenses. Even if you had F0.8 in order to get a reasonable portrait focal length you're looking at single digit focal lengths.

    4. Re:Better idea: Improve cell phone camera lenses. by thegarbz · · Score: 1

      You know what would give a great shallow depth of field? A better lens in the camera. A lens with an aperture that could open up to lower f-stops would give a REAL depth of field effect, plus it would make the camera just plain better at taking pictures -- better low-light performance, less noise in high ISO speeds captures.

      A typical phone camera has an aperture of around f/1.8 to f/2.5. You care to tell me how you would get past the laws of physics to improve on this? I mean the lens is already nearly a ball to focus light on such a tiny dot. One could increase the sensor size but then the lens would need more physical separation to the sensor making the thickest component in a phone thicker still.

      Software AF is simple contrast detection. Every phone I've used has the ability to select the subject to focus on, so why would this have any baring on depth of field.

  24. Re:I'll stick with my F 1.4 lenses, thanks by BronsCon · · Score: 1

    You'll take my Haruo Sato designed lenses away from me when you pry them from my cold, dead fingers.

    But it's not an Apple board, so there's no need to be so smug about it.

    --
    APK quotes people (including myself) without context and should not be trusted. Just thought you should know.
  25. Re:I'll stick with my F 1.4 lenses, thanks by wonkey_monkey · · Score: 1

    This being slashdot, I think it's appropriate to discuss the technical aspects of photographic lenses.

    The AC wasn't trying to start a discussion. He just wanted to sneer down his nose at people using "inferior" tech.

    We all know real cameras take better photos than smart phones, and this software isn't going to suddenly close the gap, so I don't know why the AC was acting so threatened and insulted.

    --
    systemd is Roko's Basilisk.
  26. I think I know why they are doing this!! by Anonymous Coward · · Score: 0

    I think I know why google is doing this, it's to combat complaints about google glass taking unwanted/unwelcome images of people.
    This is an attempt to help aleiveate people's fears about glass. If they can say that all the background of images taken with glass will be blurred beyond recognition that will go a long way with normal people that were worried about being filmed by glass

    I am not a fan of glass in anyway shape or form! Blurred background or not !
    BNZ is too lazy to login

  27. *is* working on? by Anonymous Coward · · Score: 0

    *is* working on? It's already released.

    I saw this a few days ago on my son's upgraded nexus phone. The neat thing is you can adjust the focus after taking the picture.

  28. That wouldn't work by El+Puerco+Loco · · Score: 1

    unless the sensor were much larger. even at fast focal ratios, a cell phone sensor still has close to infinite depth of field if you're focusing on any subject closer than a few inches away. The smaller the sensor size, the shallower the depth of field for a given focal ratio. That's why large and medium format lenses don't have to be as fast as 35mm.

    1. Re:That wouldn't work by Arkh89 · · Score: 0

      The smaller the sensor size, the shallower the depth of field for a given focal ratio.

      Hahahaha, but no.

    2. Re:That wouldn't work by El+Puerco+Loco · · Score: 1

      um, yes. http://photo.net/learn/optics/dofdigital/
      for any given aperture and field of view a smaller senser has a larger dof. and for a subject at the hyperfocal distance or beyond, it's much greater than for a larger sensor.

    3. Re:That wouldn't work by El+Puerco+Loco · · Score: 1

      oh, oops, i meant to say deeper.

    4. Re:That wouldn't work by Arkh89 · · Score: 1

      Re-read your original comment and find the missing "for a given [...] field".

  29. The problem with blur by StripedCow · · Score: 1

    The problem with "artistic" blur: shrink the image a bit, and the blur is gone!
    (Try it and be amazed).

    --
    If Pandora's box is destined to be opened, *I* want to be the one to open it.
  30. Google's New Camera App Simulates Shallow Depth of by Anonymous Coward · · Score: 0

    And my ex-wife simulated Shallow Depth of Character!

  31. hope they allow exporting of depth map by jinchoung · · Score: 1

    that would be really useful for extracting mattes and such in photoshop!

  32. How about a TRUE 2.5D camera? by TheRealHocusLocus · · Score: 1

    I tend to side with the pragmatic individuals here who are saying, it's bad enough that our modern historical record lacks the fine grain of Matthew Brady's silver emulsion plates and are generally USELESS for blow-ups of large groups of humans standing in groups --- "Mommy why does granny look like my LEGO people?"

    In order to preserve what vibrant detail can be captured and push focus tricks into post-production where they belong, how about this,

    A stereo multi-megapixel camera, where a second ccd+lens is on an outrigger that stores against the body but can be slid or swung out to human eye separation or better. It would click into position parallel with the main lens, but could also swivel outward and click precisely ~30,45 degrees out, so you could more easily build stitchable panoramas.

    The operating modes:

    1. Ultimate 3D HQ stereo photographs where the max resolution of both lenses is committed to memory, for panorama stitching or delaying 3D parallax calcs to post processing.

    2. A series of more economical 2.5D modes from high to low resolution where a single photo is captured into memory --- but also --- a separate grey channel is saved, which is built by calculating parallax displacement of the pictures arriving from the lenses to the best of the camera's ability at max internal resolution, a smooth overlay that ranges from black=none=distant to nearby=white=close.

    Your separate grey parallax channel saved in the 2.5 modes arrives into Photoshop ready to serve as a range selection mask so you can do these evil information-destroying transforms to your heart's content -- based on 'true' depth information.

    --
    <blink>down the rabbit hole</blink>
  33. That's just silly by Anonymous Coward · · Score: 0

    There is no 'all the information'. You are sampling both in space and time (shutter speed) integrating photons on a CCD. The process is noisy; all the information would be high frequency noise. Perceptually the high frequency components are distracting when it's not an element you're interested in. I suspect the spider and some web would be camouflaged in the background if the lens didn't act like a low pass filter on the background, doing a better job of allowing someone to see the subject.

  34. Aspergers by Anonymous Coward · · Score: 0

    As a fellow aspie (officially diagnosed, not "claimed"), we have just as much right to call people insensitive as anyone else - *if* we can actually figure out if that's what's going on around us. We don't have a monopoly on lacking the "filter" that stops us from saying what we're thinking !

    ...says someone who once told his (ex) fiancee "I hope you have a miscarriage, we're not ready for this" after she told me she was pregnant - yeah, that "filter" can cause us problems at times...

  35. On the nature of depth of field by Ol+Olsoc · · Score: 1
    Circles of confusion. This ridiculously clumsy term is what makes for an images depth of field.

    In it's simplest form, it is that at the plane of focus, the lens will be as sharp as the lens is capable of being. In that plane, the circles of confusion will be as small as that lens can make them

    Moving closer to or further away from the lens, the circles of confusion become larger and larger, until they can no longer carry any worthwhile information, and are completely unsharp.

    The circles of confusion can be controlled to an extent, by altering the size of the lens aperture, referred to as "F-stop"

    There is a fallacy among many people that a telephoto lens has a smaller depth of field. It does not. Any image made with any lens, at the same main subject size - and the same lens aperture will have the same depth of field. Most people get the depth compression or expansion of the various lenses confused with depth of field.

    The circles of confusion effect can be in principle nullified by very small apertures. This is the "pinhole" lens. At some point, a pinhole aperture negates the need for any glass lens at all. There are many pinhole video cameras, and most of the smartphone camera lenses approach pinhole aperture.

    The problem with pinhole lenses, is that they are hampered by diffraction. The hole is so small - near in size to the wavelength of the light trying to get through it, that light cannot be brought into sharp focus because it is being bent out of focus.

    Now in practical terms, in the early days of photography, film sensitivity was much lower than it was when film hit it's peak of quality and performance.

    Since this could make for uncomfortably long exposures, the solution was to use larger aperture lenses. Which had that shallower depth of field due to that aperture.

    Not surprisingly, this fault was found to be an advantage in many cases. It allowed the camera user to focus on what they wanted to viewer to see. Portraits tended to look much better, as someone here noted, having th eeyes in sharp focus, while the tip of the nose was leaving forward focus, and the background out of focus is a very positive effect.

    Another nice effect is the ability to remove obstructions. Properly used, a photographer can shoot through obstructions like chain link fences using depth of field. The fence disappears, at the cost of some contrast in the final image.

    So while some folks like to call laws of physics, "Hipsterism", they are simply laws of physics. They are in fact arguing for what they are arguing against. Because modern Smartphone cameras are up against their own laws of physics.

    Smartphone cameras use very small, very sensitive pixel packed sensors. This requires very small, very short focal length lenses.

    In order to end up with images that look normal in aspect to the human eye, you need to gather information to be included at certain angles away from the center of the image. Approximating the human eye, so to speak.

    As the imaging area gets smaller, what constitutes a telephoto lens, normal or wide angle lens gets smaller. In 35 mm film with it's 24 by 36 aspect, a focal length of 50 mm is fairly close in approximating this. Sensors for many digital cameras are a bit smaller, which is why many lenses for digital SLR's are shorter focal length. They do however, have about that same imaging capability.

    So this should be a good thing really. Lenses get smaller, lighter. It sort of is, sort of isn't.

    Let's look at that smartphone camera. Very small lens, with an even smaller aperture. Due to the small size of the sensor, it must be a very short focal length lens. And to avoid focusing, it has what looks a loto like a pinhole in there. It is a very short focal length semi pinhole lens. Not as much diffraction as a true pinhole, which is good. Very small aperture, which is not so good for image control, and a very short focal length lens, with all the defects those short lenses inherently have.

    --
    The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.