Difference between revisions of "Team:Cambridge-JIC/Measurement"
KaterinaMN (Talk | contribs) |
KaterinaMN (Talk | contribs) |
||
Line 4: | Line 4: | ||
<section style="background-color:#FFA8A3"> | <section style="background-color:#FFA8A3"> | ||
<div class="slide"> | <div class="slide"> | ||
− | <div style="width: 80%; margin: 30px 50px;color:# | + | <div style="width: 80%; margin: 30px 50px;color:#fff"> |
<h1>Resolution Limits of a Microscope Based on a Raspberry Pi Camera</h1> | <h1>Resolution Limits of a Microscope Based on a Raspberry Pi Camera</h1> | ||
− | + | <h3> Camera Specifications: </h3> | |
<p> pixel size: 1.4um x 1.4um <br>sensor size: 2592x1944 pixels <br>total: 5MP <br>focal length: 3.6mm <br>aperture: 1.25mm <br> | <p> pixel size: 1.4um x 1.4um <br>sensor size: 2592x1944 pixels <br>total: 5MP <br>focal length: 3.6mm <br>aperture: 1.25mm <br> | ||
<a href="https://www.raspberrypi.org/documentation/hardware/camera.md" class="blue"> Source: Raspberry Pi </a> </p> | <a href="https://www.raspberrypi.org/documentation/hardware/camera.md" class="blue"> Source: Raspberry Pi </a> </p> | ||
− | + | <h3>Theory of Optics:</h3> | |
− | <p> The resolution can be limited by two independent factors: </p> <ul><li>pixel size;</li><li>diffraction effects.</li></ul> <p> The larger of these determines the actual limitation of the system. In our case we know that the pixel size is 1.4 um, so we now need to work out the diffraction limit, that is the smallest spot size which can be produced by the lens with the given specs. To calculate this, recall the Rayleigh criterion for a circular aperture: | + | <p> The resolution can be limited by two independent factors: </p><p> <ul><li>pixel size;</li><li>diffraction effects.</li></ul> </p><p> The larger of these determines the actual limitation of the system. In our case we know that the pixel size is 1.4 um, so we now need to work out the diffraction limit, that is the smallest spot size which can be produced by the lens with the given specs. To calculate this, recall the Rayleigh criterion for a circular aperture: |
sinθ=1.22 λ⁄d | sinθ=1.22 λ⁄d | ||
(image) | (image) | ||
Line 29: | Line 29: | ||
<p>The way a camera works is by focusing an image of a distant large object as a small set of points onto the CCD, which is positioned close to the lens (in its focal plane). Theoretically however, it might as well do the opposite (because light paths are reversible – a well known and intuitive physical principle): that is, inspect the CCD pixels and project their greatly enlarged image onto a distant screen. <br>The lens has a small aperture (1.25mm) at one end, and a larger one (4mm) offering a wider view angle at the other, which is required for viewing close up objects. This is normally oriented towards the CCD. | <p>The way a camera works is by focusing an image of a distant large object as a small set of points onto the CCD, which is positioned close to the lens (in its focal plane). Theoretically however, it might as well do the opposite (because light paths are reversible – a well known and intuitive physical principle): that is, inspect the CCD pixels and project their greatly enlarged image onto a distant screen. <br>The lens has a small aperture (1.25mm) at one end, and a larger one (4mm) offering a wider view angle at the other, which is required for viewing close up objects. This is normally oriented towards the CCD. | ||
(image) | (image) | ||
− | <br>So, if we want to image a sample on a microscope slide, we need to:<ul> | + | <br>So, if we want to image a sample on a microscope slide, we need to:</p><p><ul> |
<li>position the lens close to the sample – at roughly the focal distance, that is 3.6mm;</li> | <li>position the lens close to the sample – at roughly the focal distance, that is 3.6mm;</li> | ||
<li>orient the lens with its larger aperture towards the sample;</li> | <li>orient the lens with its larger aperture towards the sample;</li> | ||
− | <li>position the sensor behind the lens, now at a much larger distance (roughly 2.8cm) – for this we have designed a special camera mount.</li></ul> | + | <li>position the sensor behind the lens, now at a much larger distance (roughly 2.8cm) – for this we have designed a special camera mount.</li></ul></p> |
− | Now we have the Raspberry Pi camera working as a microscope!</p> | + | <p>Now we have the Raspberry Pi camera working as a microscope!</p> |
<p><b>The problem: how to unscrew the lens from the camera</b> | <p><b>The problem: how to unscrew the lens from the camera</b> |
Revision as of 10:59, 30 July 2015