Open Access
11 February 2017 Laying the foundation to use Raspberry Pi 3 V2 camera module imagery for scientific and engineering purposes
Mary A. Pagnutti, Robert E. Ryan, George J. Cazenavette V, Maxwell J. Gold, Ryan Harlan, Edward Leggett, James F. Pagnutti
Author Affiliations +
Abstract
A comprehensive radiometric characterization of raw-data format imagery acquired with the Raspberry Pi 3 and V2.1 camera module is presented. The Raspberry Pi is a high-performance single-board computer designed to educate and solve real-world problems. This small computer supports a camera module that uses a Sony IMX219 8 megapixel CMOS sensor. This paper shows that scientific and engineering-grade imagery can be produced with the Raspberry Pi 3 and its V2.1 camera module. Raw imagery is shown to be linear with exposure and gain (ISO), which is essential for scientific and engineering applications. Dark frame, noise, and exposure stability assessments along with flat fielding results, spectral response measurements, and absolute radiometric calibration results are described. This low-cost imaging sensor, when calibrated to produce scientific quality data, can be used in computer vision, biophotonics, remote sensing, astronomy, high dynamic range imaging, and security applications, to name a few.

1.

Introduction

The Raspberry Pi Foundation provides low-cost, high-performance single-board Raspberry Pi computers to educate and solve real-world problems. As of early 2016, over 8 million Raspberry Pi’s had been sold, making it one of the most popular single-board computers on the market.1 These small single-board computers are quickly moving from the do-it-yourself, or DIY, community into mainstream technology development. Many are being used to acquire a wide range of measurements and are being incorporated into instruments for a multitude of applications including medical support and e-health27 robotics,8 surveillance monitoring,9 and food production optical sorting.10 The advent of open source software (and some hardware) has only quickened this trend. The Raspberry Pi credit-card-sized computer supports several accessories, including a camera module containing the Sony IMX219 sensor. This computer and camera configuration is of particular interest since it can provide raw-data format imagery that can be used for a multitude of applications, including computer vision, biophotonics, medical testing, remote sensing, astronomy, improved image quality, high dynamic range (HDR) imaging, and security monitoring. This paper evaluates the characteristics of the Raspberry Pi V2.1 camera based on the Sony IMX219 sensor and the radiometric performance of its raw-data format imagery, so the system can be effectively used for scientific imaging and engineering purposes.

The Raspberry Pi 3 is the third generation single board Raspberry Pi computer and became available to consumers in February 2016. Some of the more significant Raspberry Pi attributes, including interfaces, are described in Table 1. At the time of this writing, a Raspberry Pi 3 sold for about $35 USD and the V2.1 camera module sold for approximately $25 USD.1,11 The Raspberry Pi Foundation provides several operating systems for the Raspberry Pi 3, including Raspbian and a Debian-based Linux distribution, as well as third-party Ubuntu, Windows 10 IOT Core, RISC OS, and specialized distributions for download.

Table 1

Raspberry Pi 3 computer attributes.

Raspberry Pi Computer and Interface Attributes
Quad-core ARMv8 64-bit microprocessor clocked at 1.2 GHz
1 GB of RAM
Wireless N and Bluetooth 4.1 communication
Four USB ports
HDMI interface
Ethernet port
MicroSD card slot
40 GPIO pins
Camera interface
Composite video/audio jack

To understand the scientific and engineering potential of these versatile imaging sensors, a comprehensive laboratory-based radiometric characterization was performed on a small number of Raspberry Pi V2.1 camera modules. The camera is based on the Sony IMX219 silicon CMOS back-lit sensor and produces 8 megapixel images that are 3280×2464  pixels in size. The IMX219 sensor operates in the visible spectral range (400 to 700 nm) and uses a Bayer array with a BGGR pattern. Sensor specifications are detailed in Table 2.12 The Raspberry Pi also provides a visible and near-infrared version of the Sony IMX219 called the NoIR camera. This camera has No infrared (NoIR) filter on the lens, which allows imaging beyond the visible range. In this paper, the NoIR version was not considered.

Table 2

Sony IMX219 sensor chip specifications.

Sensor parameterSpecification
Image sensor typeBack-lit CMOS
Image sizeDiagonal 4.60 mm (type 1/4.0)
Number of active pixels3280(H)×2464(V)8.08megapixels
Chip size5.095  mm(H)×4.930  mm(V) (w/ Scribe)
Unit cell size (pixel)1.12  μm(H)×1.12  μm(V)
Substrate materialSilicon
Bit depth10-bit A/D converter on chip
Data outputCSI2 serial data output (selection of 4lane/2lane)
Communication2-wire serial communication circuit on chip
Max full-frame frame rate30  frames/s
Pixel rate280  megapixel/s (all-pixels mode)
Data rateMax. 755  Mbps/lane (at 4lane), 912  Mbps/lane (at 2lane)

The V2 camera module operates at a fixed focal length (3.04 mm) and single f-number (F2.0) typically focused from the near-field to infinity. Images can be captured at ISO settings between 100 and 800 in manually set increments of 100 (although not verified above 600 in this investigation) and camera exposure times between 9  μs and 6 s (although not verified above 1 s in this investigation) using a rolling shutter. Some of the more significant camera specifications are shown in Table 3. In addition to still photos, the Raspberry Pi Sony IMX219 sensor supports a cropped 1080p format at 30 frames per second (fps) and full-frame imaging video at up to 15 fps, but not in raw-data format. The entire camera board is small—25  mm×25  mm×9  mm and weighing about 3 g. It connects directly to the Raspberry Pi 3 through a 15 pin mobile industry processor interface (MIPI) camera serial interface and is shown alongside a Raspberry Pi 3 in Fig. 1.

Table 3

Raspberry Pi camera specifications.

Camera parameterSpecification
Lens focal length3.04 mm
f-number2.0
Instantaneous field of view0.368 mrad
Full-frame field of view59.17  deg(H)×58.3  deg(V)

Fig. 1

Raspberry Pi 3 and camera module V2.1.

JEI_26_1_013014_f001.png

2.

Radiometric Characterization Overview

Several scientific and engineering applications require raw-data format imagery with known and calibrated radiometric properties. A camera’s radiometric characterization typically includes dark frame assessments, linearity, image noise assessments, exposure or electronic shutter stability assessments, flat fielding, spectral response measurements, and an absolute radiometric calibration. Dark frame knowledge and flat fielding improve image quality by correcting for fixed pattern noise (FPN) and other spatial effects such as vignetting. Linearity characterization is essential for scientific and engineering applications. Understanding noise as a function of signal level is important for properly exposing imagery, determining the number of samples required for a particular application, and optimizing denoising algorithms. Spectral response information is used in traditional photographic color balancing13 and for spectroscopy,14,15 remote sensing,16 astronomy,17,18 and many other science and engineering applications.1921 Absolute calibration relates image acquisition conditions (including illumination and viewing geometry), exposure time, ISO, and pixel digital number (DN) value to spectral radiance.

To perform the radiometric characterizations described in this paper, the camera was accessed and controlled with software from within the Python programming language using the PiCamera application programming interface (API). While finer grain control of the camera can be achieved through low level C libraries, such as OpenMax IL, all of the functionality necessary for the activities in this paper is available from the PiCamera API. Raw-data format images were preprocessed on the Raspberry Pi with a Python script utilizing the NumPy library and saved in the NumPy file format. The preprocessed raw images were transferred to a separate computer and read into MATLAB with a NumPy data format reader. All further processing was accomplished using MATLAB.

The radiometric characterizations described in this investigation include dark frame assessments at multiple ISO and exposure settings, camera linearity assessments as a function of ISO setting and exposure time, sensor image noise as a function of ISO setting, exposure stability assessments, spectral band specific flat fielding function measurements, camera spectral response measurements, and an absolute radiometric calibration to tie measured camera DN values to NIST-traceable SI radiance units. Further information on the techniques that were utilized is described in Ref. 22.

3.

Dark Frame Assessment

A camera dark frame assessment was performed to quantify and correct for the camera’s fixed-pattern noise bias. Camera ISO settings were varied from 100 to 600 in steps of 100 at two different exposure times, 5 and 50 ms. After camera warm-up, defined in this investigation as 200 exposures, groups of 250 images were acquired in a dark room at 25°C with black cloth covering the camera aperture for each camera setting. The dark frame statistical properties were analyzed and are shown in Tables 4 and 5. The entire image frame was used in this assessment. As expected, the dark images became noisier with increasing ISO setting. Data taken at the higher exposure setting are also slightly noisier. In all cases, the mean and median values were essentially identical.

Table 4

Raspberry Pi camera V2 dark frame statistics at 5 ms (250 frame mean).

Exposure time (ms)555555
ISO setting100200300400500600
No. of frames250250250250250250
Min DN61.8060.4859.5456.6058.1657.08
Max DN121.80183.02246.61320.07381.24442.40
Mean DN63.9063.8163.7263.6963.8364.03
Median DN63.9163.8463.7663.7463.9064.11
STDev (1σ)0.230.300.390.470.510.59

Table 5

Raspberry Pi camera V2 dark frame statistics at 50 ms (250 frame mean).

Exposure time (ms)505050505050
ISO setting100200300400500600
No. of frames250250250250250250
Min DN61.8560.6460.2658.2558.1756.74
Max DN417.74740.751019.341021.531021.391021.43
Mean DN63.9063.8263.7363.6963.8363.90
Median DN63.9263.8463.7663.7463.8963.98
STDev (1σ)0.350.590.861.091.241.43

A 250-frame mean dark image was generated at each ISO setting. Since dark frames are temperature dependent, they were acquired at the same experimental conditions as the bright frames. Histogram plots generated for the mean dark images with the lowest and highest ISO setting further describe the noise variation in ISO and are shown in Fig. 2 for the 50-ms dataset. The ISO 600 histogram is slightly broader, and, while not shown, the tails are significantly longer. A 500×500  pixel subset of the corresponding 250-frame mean dark images is presented in Fig. 3 to show the fine scale spatial structure. As indicated in the tables, histogram comparisons between the two different ISO settings are nearly identical between imagery acquired at 5 and 50 ms.

Fig. 2

250-frame mean dark image histograms at a 50 ms exposure time and an ISO setting of (a) 100 and (b) 600.

JEI_26_1_013014_f002.png

Fig. 3

250-frame mean dark images at a 50 ms exposure time and an ISO setting of (a) 100 and (b) 600.

JEI_26_1_013014_f003.png

4.

Camera Linearity

Raspberry Pi camera linearity was evaluated as a function of both exposure time and ISO setting. These measurements were obtained by imaging an in-house developed 1.5-m diameter large integrating sphere lamped with Luxeon Rebel 4000 K white-light LED sources mounted on relatively large 40-mm diameter heat sinks to maintain temperature stability.23 In an integrating sphere, light rays from a source (input) are uniformly scattered by highly reflective diffuse inner walls, as shown in Fig. 4, to produce uniform illumination across the camera field of view (placed at the output). The sphere’s spectral radiance was monitored with a NIST-traceable spectrometer using a bare fiber. The LED sources were powered using a stable power supply. LED current was set so that the measured DN value at the center of the image in the green band was 80% of the maximum DN value at the longest exposure time or highest ISO setting depending on the test sequence. Since the product of the light source spectral shape and sensor response peaks in the green spectral region,23 green band pixels have larger DN values than red or blue band pixels. Reducing the exposure time or ISO setting (depending on the test sequence) from this set point enabled the camera to be tested over an extended portion of its dynamic range. For this test, the camera was positioned in front of the sphere, as shown in Fig. 5. Since the focal length of the lens is 3.04 mm, the camera was effectively focused at infinity in this position. In this assessment, the data were normalized using the mean of a 200×200  pixel region in the center of the image.

Fig. 4

Integrating sphere schematic.

JEI_26_1_013014_f004.png

Fig. 5

Raspberry Pi camera acquiring imagery of an I2R integrating sphere lamped with white-light LED sources.

JEI_26_1_013014_f005.png

4.1.

Linearity with Exposure Time

Camera linearity with exposure time was determined at an ISO setting of 100. In this set of measurements, five images were taken at each exposure time setting. The bright images were temporally and spatially averaged to establish a mean DN value within the center 200×200  pixel region. The raw data were found to be linear with respect to exposure time for the green band, as shown in Fig. 6. Table 6 summarizes the linear fit through the data. In this table and subsequent tables, root mean square error (RMSE) is defined as follows:

Eq. (1)

RMSE=1ni=1nei2,
where n is the number of data points and ei is the residual or difference between the model (a straight line fit in this case) and the measured data at each point.

Fig. 6

Green band camera response (a) as a function of exposure time and (b) residuals when compared to a linear fit. Data acquired at an ISO setting of 100.

JEI_26_1_013014_f006.png

Table 6

Linearity with exposure setting linear fit parameters.

Linear fit parameterValue
R2>0.99999
Slope m1.301
Uncertainty in slope m0.15%
Y-intercept (b) (DN)62.80
Uncertainty in Y-intercept (DN)0.80
RMSE (DN)1.11

4.2.

Linearity with ISO

Camera linearity with ISO setting was determined at an exposure time setting of 10 ms. In this set of measurements, five images were taken at each ISO setting. As with the previous linearity assessment, the bright images were temporally and spatially averaged within a 200×200  pixel region in the center of each image to establish a mean DN value. The raw data were found to be linear with respect to ISO setting for the green band raw data, as shown in Fig. 7. Table 7 summarizes the linear fit through the data.

Fig. 7

Green band camera response (a) as a function of ISO setting and (b) residuals when compared to a linear fit. Data acquired at an exposure time of 10 ms.

JEI_26_1_013014_f007.png

Table 7

Linearity with ISO setting linear fit parameters.

Linear fit parameterValue
R2>0.999
Slope m1.200
Uncertainty in slope m0.58%
Y-intercept (b) (DN)64.00
Uncertainty in Y-intercept (DN)3.00
RMSE (DN)3.29

5.

Sensor Image Noise

Total sensor image noise (STotal) can be expressed in terms of photon shot noise (SShot), read noise (SRead), and FPN (SFPN), as described in Eq. (2):24

Eq. (2)

STotal2=SShot2+SRead2+SFPN2.

In this investigation, the team used a mean-variance method to characterize noise as a function of signal. This method, which plots pixel variance against the mean signal on a linear plot, yields results that are relatively simple to interpret. A more detailed description of various methods, including the photon transfer method, is described in Ref. 25.

Sensor noise characterization is usually performed on single or pairs of frames of data by acquiring imagery within an integrating sphere without a lens or optic in place. The near perfectly uniform illumination field produces a near-uniform mean signal (DN) across the FPA that is independent of position with the exception of FPN. Using this technique, a mean signal and variance are calculated for each frame of data acquired. Sphere illumination (radiance level) is varied to generate means and variances across the dynamic range of the sensor.

While some third party camera boards give users the ability to change lenses, the camera module provided by Raspberry Pi, has a fixed (glued) lens not easily removable, in front of the IMX219 sensor, which introduces signal roll-off with field angle (see Sec. 7) This spatially varying roll-off effect prevents one from obtaining a near-uniform mean signal within a single frame. In this investigation, temporal mean signal and pixel variance values were instead determined by analyzing N frames of data (all pixels) acquired at a fixed set of conditions (ISO, exposure time, and sphere illumination), as described by Ref. 24. While a large amount of data are needed, this technique removes FPN from the assessment and derives the lowest possible sensor image noise value, comprised solely of shot and read noise.

After warm-up, 250 frames of data were acquired at five different illumination levels (including dark frames) spanning the dynamic range of the sensor. Pixel locations were then sampled across the FPA at every 1000 pixels so that each 8 megapixel image produced 8000 data points of mixed RGB. Data were acquired at ISO values of 100, 200, and 400 at 5-ms exposure times. The resulting mean-variance plots are shown in Fig. 8.

Fig. 8

Raspberry Pi camera mean-variance curves for ISO 100, 200, and 400.

JEI_26_1_013014_f008.png

Linear fits were made through the data, as shown in Table 8. As expected, the slope scales with ISO setting.

Table 8

Mean-variance linear fit parameters.

ISOSlope (m)Y-intercept (b)
1000.3318.4
2000.6638.4
4001.372.8

6.

Camera Exposure Stability

Although one would expect that after turning the camera on, the electronic shutter should be very stable, the team saw some unexpected variation in camera output and decided to measure camera stability. Raspberry Pi camera exposure stability was tested at an exposure setting of 5 ms and an ISO setting of 100. Frames were acquired every 2.0 s. Illumination to the sphere was set such that the center green pixels measured 800  DN. Four hundred frames were acquired, spatially averaged, and normalized to the steady state temporal mean (mean of the last 150 data points). These values, shown as a percentage of the steady state temporal mean, are plotted as a function of time in Fig. 9 (dark frames) and Fig. 10 (bright frames). Turning the camera on and taking images can cause changes in output due to sensor warming. The plots show that after approximately a 200 frame warm-up period, data values reach steady state.

Fig. 9

Camera dark frame exposure stability.

JEI_26_1_013014_f009.png

Fig. 10

Camera bright frame exposure stability.

JEI_26_1_013014_f010.png

The data were modeled as a solution to a thermal lump circuit with a step function due to the initiation of acquiring data, as shown below:26

Eq. (3)

Signal%=A[1exp(FFc)]+A0,
where A is a scale factor, F is the frame number, Fc is a frame constant (analogous to a time constant), and A0 is an offset constant. A time constant can be calculated by multiplying Fc by the frame rate. The team expects that results will change slightly if the rate at which data are taken is changed. For the dark frame data, the fitted values for A, Fc, and A0 are 0.008, 53.1, and 100.0, respectively. The data show that dark frames are changing on the order of 0.01%, which is negligible for almost any potential application. For the bright frame data, the fitted values for A, Fc, and A0 are 0.309, 58.9, and 99.697, respectively. Although the bright frame transient behavior is small compared to photon noise, the data does show that one should allow the camera to come to equilibrium for some applications.

7.

Flat Fielding

As part of this investigation, flat fielding surfaces were developed for the Raspberry Pi camera for each demosaicked RGB band. These measurements were acquired at an ISO setting of 100 and an exposure time of 20 ms. To reduce any local integrating sphere surface defects, the sphere was imaged at four different azimuthal positions and three different view angles. To reduce image noise from the flat fielding surface, three images were acquired at each azimuthal/view angle position. Median images were then generated based on these 36 images (4 azimuthal positions × 3 view angle positions × 3 images per position). To eliminate the influence of one band on another, a simple bilinear demosaicking algorithm was used.27 Since lens roll-off is the dominant feature in the flat fielding surface, a new flat fielding surface will need to be acquired each time the lens is changed.

The resulting RGB demosaicked flat fielding surfaces are shown as images and three-dimensional surfaces in Figs. 11Fig. 1213. All surfaces were peak normalized to one. For visualization purposes, the mesh plot (three-dimensional surface) sampling was reduced by displaying the mean value of each 16×16  pixel block.

Fig. 11

Camera flat fielding surface at F2.0, ISO setting 100- and 20-ms exposure time, red band.

JEI_26_1_013014_f011.png

Fig. 12

Camera flat fielding surface at F2.0, ISO setting 100- and 20-ms exposure time, green band.

JEI_26_1_013014_f012.png

Fig. 13

Camera flat fielding surface at F2.0, ISO setting 100- and 20-ms exposure time, blue band.

JEI_26_1_013014_f013.png

Diagonal transects were taken across each of the three flat fielding surfaces, from top right to bottom left and from bottom right to top left. These diagonal transects overlay each other showing optical symmetry, as seen in Figs. 14Fig. 1516. Each figure contains transects through a single image alongside transects through the 36-image median image. The red band transect, while similar, is not identical to the blue and green transects, as shown in Fig. 17. This may be caused by the red band filter attenuating the signal as a function of field angle and warrants additional study.

Fig. 14

Diagonal transects across the red band flat fielding surface for (a) a single image and (b) a 36-image median image.

JEI_26_1_013014_f014.png

Fig. 15

Diagonal transects across the green band flat fielding surface for (a) a single image and (b) a 36-image median image.

JEI_26_1_013014_f015.png

Fig. 16

Diagonal transects across the blue band flat fielding surface for (a) a single image and (b) a 36-image median image.

JEI_26_1_013014_f016.png

Fig. 17

Diagonal transects across the red, green, and blue band flat fielding surface for a 36-image median image.

JEI_26_1_013014_f017.png

The RGB flat fielding surfaces shown in Figs. 1113 were fit to a surface using the functional form shown in Eq. (4). While higher order terms were considered within this Fourier series expansion, surface noise began to be fit in addition to the general shape of the surface, and the overall fit did not improve:

Eq. (4)

f(x)=a0+a1cos(wx)+b1sin(wx)+a2cos(2wx)+b2sin(2wx).

The coefficients that were obtained when fitting these functions are shown in Table 9. Parameters that measure the goodness of fit are also included in the table. Note that the coefficients for the green and blue bands are nearly identical and are consistent with the curves shown in Fig. 17.

Table 9

Flat fielding surface functional fit parameters.

Spectral bandRedGreenBlue
Coefficients
a01.2340.49000.4935
a11.9620.41230.4216
b11.7510.18510.1736
a20.26040.090830.08101
b20.079410.057010.06155
W0.00079050.0013120.001284
Goodness of fit
R20.98860.98950.9886
RMSE (DN)0.017950.017390.01795

8.

Spectral Response

A camera’s spectral response is a measure of how each detector responds to a given input illumination as a function of wavelength. The Raspberry Pi camera’s spectral response was determined by imaging a quartz tungsten halogen lamp filtered using a monochromator, as shown in Fig. 18, and then comparing those measurements to that obtained with a calibrated power meter. Illumination wavelength was varied from 350 to 800 nm. At each wavelength step, the monochromator provided 1.5 to 2.0 nm spectrally wide illumination. Illumination from the monochromator exit slit was centered on the FPA to remove lens roll-off (vignetting) variability from the assessment. The light beam exiting the monochromator was also diffused using a few small sheets of lens paper. The acquired spectral response was peak normalized and is shown in Fig. 19 in arbitrary units. These measured spectral responses are broad and significantly overlap each other.

Fig. 18

Raspberry Pi V2 camera spectral response measurement using a quartz tungsten halogen lamp filtered using a monochromator.

JEI_26_1_013014_f018.png

Fig. 19

Raspberry Pi Camera V2 spectral response.

JEI_26_1_013014_f019.png

Spectral response measurements of two different Raspberry Pi cameras were taken. These measurements showed very similar results, as displayed in Figs. 20Fig. 2122.

Fig. 20

Spectral response measurements of two separate Raspberry Pi V2 cameras show excellent camera-to-camera repeatability in the red band.

JEI_26_1_013014_f020.png

Fig. 21

Spectral response measurements of two separate Raspberry Pi V2 cameras show excellent camera-to-camera repeatability in the green band.

JEI_26_1_013014_f021.png

Fig. 22

Spectral response measurements of two separate Raspberry Pi V2 cameras show excellent camera-to-camera repeatability in the blue band.

JEI_26_1_013014_f022.png

9.

Absolute Radiometric Calibration

An absolute radiometric calibration was performed on a single Raspberry Pi V2.1 camera, which enables one to convert camera acquired DN values into engineering units of radiance. An absolute radiometric calibration can be used to quantify the brightness of objects in a scene and enables a user to preset and optimize camera parameters, such as exposure time, ISO, and f-number, before image acquisition.

The absolute radiometric calibration is based on a general radiometric equation for a well behaved (or correctable) pixel at a fixed ISO or gain setting, within a linearly behaved (or correctable) sensor.22,28 Since a pixel’s DN (count) is proportional to the number of signal electrons Ne within a pixel,28 the generalized radiometric equation for a dark frame subtracted image, where the bias has been removed and the electronic gain is unity, can be written as follows:

Eq. (5)

DN=NeQSEπτAd4(f#)2QSEhc0L(λ)T(λ)η(λ)λdλ,
where QSE is the quantum scale equivalence,28 which relates counts to electrons, τ is the exposure time, Ad is the detector area, f# is the camera’s f-number, h is Planck’s constant, c is the speed of light, λ is the wavelength of light, L(λ) is the spectral radiance, T(λ) is the optical transmission, and η(λ) is the quantum efficiency. In this equation, the solid angle is approximated by π/4(f#)2, which yields an 4% error from the exact expression at F2.0. This error is corrected as part of the calibration process.

To simplify the above equation, one can define the camera’s spectral response S(λ), which is related to amps per watt, as follows:

Eq. (6)

S(λ)=T(λ)η(λ)λ.
In many cases, one does not know the exact quantum efficiency or optical transmission of a camera and what is measured (in DN) is actually a signal that is proportional to S(λ). If one peak normalizes S(λ) to unity, the integral of S(λ) over wavelength is the effective spectral width of the spectral response.29 This allows one to define average spectral radiance as follows:

Eq. (7)

L¯=0L(λ)S(λ)dλ0S(λ)dλ.

Using a parameter like the QSE,28 which relates the number of electrons to counts, one can rewrite Eq. (5) as follows:

Eq. (8)

DN=πτAdISOL¯4(f#)2100QSEhc.

The QSE can be defined as follows:

Eq. (9)

QSE=NwellNDR,
where Nwell is a pixel’s well capacity in electrons and NDR is the digital count range (1024 for a 10 bit system minus dark frame offset). Usually, QSE is defined for cases where electronic gain is unity. When ISO is used, this assumption is not always kept, but, for simplicity, we have used the ratio of ISO to QSE as a generalization to include electronic gain.

To perform an absolute camera calibration, the I2R 1.5 m diameter integrating sphere was illuminated with white-light Luxeon Rebel 4000K LEDs (as before) and imaged by the Raspberry Pi camera nearly simultaneously as a NIST-traceable spectrometer, calibrated to better than 5% absolute accuracy, to measure the sphere’s spectral radiance.

When acquiring imagery for the calibration, camera exposure was set to 10 ms and ISO was incrementally set to 300, 400, and 500. As mentioned earlier, current to the LEDs illuminating the 1.5-m sphere was set to maximize camera DN in the green band without causing saturation.

Five dark images and 60 bright images (4 azimuthal positions × 3 view angles × 5 images per position) of the sphere were acquired. As with the linearity measurements, these multiple bright images were acquired to reduce local integrating sphere surface defects and image noise. The entire image was used in this assessment. The bright images were dark frame subtracted, flat field corrected, and then temporally and spatially averaged to establish a mean DN value.

If we define a calibration coefficient C as follows:

Eq. (10)

C=400QSEhcAdπ.

We can rewrite Eq. (8) above as follows:

Eq. (11)

DN=τISOL¯C(f#)2.

The calibration coefficient can then be determined for each RGB band such that:

Eq. (12)

L¯=C[(f#)2τISO]DN.

Using F2.0, the resulting three-point mean calibration coefficients, determined at three different ISO values, are shown in Table 10.

Table 10

Raspberry Pi camera V2 absolute radiometric calibration coefficients.

Spectral bandRedGreenBlue
Calibration coefficient (Wm2sr1DN1ms)0.5250.3250.425

To keep the Raspberry Pi cameras radiometrically calibrated, this type of assessment would have to be performed periodically. The frequency of this calibration would depend on the radiometric accuracy required, camera operation, and operation conditions.

10.

Results

A comprehensive radiometric characterization was performed on the Raspberry Pi V2.1 camera module. The camera was found to be stable over short periods, measured in days, and performance was repeatable between multiple cameras. Camera exposure stability was extremely stable (<0.1% variation) after warm-up. Raw-data format DN values were linear with ISO and exposure time over the regions investigated. Flat fielding surfaces were symmetric, indicating that the optical center of the camera was aligned well to the geometric center of the FPA. Without flat fielding corrections, raw-data format image brightness decreased 75% when transecting from the center to the edge of the image.

To qualitatively evaluate the overall effect of applying dark frame subtraction, flat fielding and absolute radiometric calibration, a “typical” raw image was acquired at an ISO setting of 100 and an exposure time of 20 ms. The raw-data format image was demosaicked using a simple bilinear algorithm and displayed in RGB, as shown in Fig. 23. The image was then dark frame subtracted and flat fielded using the functions described above (Fig. 24) and finally radiometrically calibrated using the calibration coefficients provided in this paper (Fig. 25). The final image is a radiometrically correct image that can be converted to units of radiance. Note the improvement in color quality and brightness uniformity when all the corrections are applied.

Fig. 23

Demosaicked raw-data format image displayed in RGB.

JEI_26_1_013014_f023.png

Fig. 24

Raw-data format image corrected through dark frame subtraction and flat fielding.

JEI_26_1_013014_f024.png

Fig. 25

Raw-data format image corrected through dark frame subtraction, flat fielding, and radiometric calibration.

JEI_26_1_013014_f025.png

11.

Conclusion

The Raspberry Pi V2.1 camera module, operated using the Raspberry Pi 3 single-board computer, has been radiometrically calibrated to produce high quality imagery appropriate for scientific and engineering use. The radiometric calibration coefficients determined in this investigation were applied to imagery acquired with the V2.1 camera module to recover information in SI units of radiance. This finding opens up a wide range of scientific applications associated with computer vision, biophotonics, remote sensing, HDR imaging, and astronomy, to name a few. While the camera modules appeared stable after warm-up over the few month investigation, the camera’s value to the scientific community will be determined in part by longer term stability.

The small number of camera modules that were investigated produced consistent, repeatable results. A larger scale investigation involving many more cameras will need to be performed before the community can feel confident that the results of this investigation can be applied to other Raspberry Pi V2.1 camera modules. It should be noted that each camera module will be slightly different, and, for some applications, each individual camera module will have to be characterized.

References

1. 

E. Upton, “Raspberry Pi 3 on sale now at $35,” (2017) https://www.raspberrypi.org/blog/raspberry-pi-3-on-sale January ). 2017). Google Scholar

2. 

F. R. P. Bravo, Support System to Help Parkinson’s Patients Read Books, Universidad Complutense de Madrid, Madrid (2015). Google Scholar

3. 

E. Almeida, M. Ferruzca and M. Tlapanco, “Design of a system for early detection and treatment of depression in elderly case study,” in Int. Symp. on Pervasive Computing Paradigms for Mental Health, 115 –124 (2014). Google Scholar

4. 

W. Yoon et al., “6Lo bluetooth low energy for patient-centric healthcare service on the internet of things,” in Proc. of the Int. Conf. on the Internet of Things, (2014). Google Scholar

5. 

N. M. Zainee, M. Norhayati and K. Chellappan, “Emergency clinic multi-sensor continuous monitoring prototype using e-health platform,” in IEEE Conf. on Biomedical Engineering and Sciences (IECBES ‘14), 32 –37 (2014). http://dx.doi.org/10.1109/IECBES.2014.7047512 Google Scholar

6. 

S. Fuicu et al., “Real time e-health system for continuous care,” in Proc. of the 8th Int. Conf. on Pervasive Computing Technologies for Healthcare, 436 –439 (2014). Google Scholar

7. 

C. Hacks, “e-health sensor platform V2.0 for Arduino and Raspberry Pi,” (2017) http://www.cooking-hacks.com/documentation/tutorials/ehealth-biometric-sensor-platform-arduino-raspberry-pi-medical January ). 2017). Google Scholar

8. 

L. Chapman, C. Gray, C. Headleand, “A sense-think-act architecture for low-cost mobile robotics,” Research and Development in Intelligent Systems XXXII, 405 –410 Springer International Publishing, Switzerland (2015). Google Scholar

9. 

S. Prasad et al., “Smart surveillance monitoring system using Raspberry Pi and PIR sensor,” Int. J. Comput. Sci. Inf. Technol., 5 7107 –7109 (2014). Google Scholar

10. 

V. Desai and A. Bavarva, “Image processing method for embedded optical peanut sorting,” Int. J. Image Graphics Signal Process., 8 (2), 20 –27 (2016). http://dx.doi.org/10.5815/ijigsp Google Scholar

11. 

E. Upton, “New 8-megapixel camera board on sale at $25,” (2017) https://www.raspberrypi.org/blog/new-8-megapixel-camera-board-sale-25/ January ). 2017). Google Scholar

12. 

Sony, “IMX219 product brief version 1.0,” (2017) https://www.electronicsdatasheets.com/manufacturers/raspberry-pi/parts/imx219 January ). 2017). Google Scholar

13. 

Colorimetry: Understanding the CIE System, John Wiley & Sons, New York (2007). Google Scholar

14. 

H. Yu, Y. Tang and B.T. Cunningham, “Smartphone fluorescence spectroscopy,” Anal. Chem., 86 (17), 8805 –8813 (2014). http://dx.doi.org/10.1021/ac502080t ANCHAM 0003-2700 Google Scholar

15. 

J. Spigulis, I. Oshina and Z. Rupenheits, “Smartphone single-snapshot mapping of skin chromophores,” in Optical Tomography and Spectroscopy, (2016). Google Scholar

16. 

J. Jensen, Remote Sensing of the Environment: an Earth Resource Perspective, Pearson Prentice Hall, Upper Saddle River, New Jersey (2007). Google Scholar

17. 

J. Hoot, “Photometry with DSLR cameras,” in Society for Astronomical Sciences Annual Symp., 67 (2007). Google Scholar

18. 

M. Mobberley, Lunar and Planetary Webcam User’s Guide, Springer Science & Business Media, London (2006). Google Scholar

19. 

T. Mizoguchi, “6 evaluation of image sensors,” Image Sensors and Signal Processing for Digital Still Cameras, 179 –203 CRC, Boca Raton, Florida (2006). Google Scholar

20. 

J. Jiang et al., “What is the space of spectral sensitivity functions for digital color cameras?,” in IEEE Workshop on Applications of Computer Vision (WACV), 168 –179 (2013). http://dx.doi.org/10.1109/WACV.2013.6475015 Google Scholar

21. 

G. J. Verhoeven et al., “Spectral characterization of a digital still camera’s NIR modification to enhance archaeological observation,” IEEE Trans. Geosci. Remote Sens., 47 (10), 3456 –3468 (2009). http://dx.doi.org/10.1109/TGRS.2009.2021431 IGRSD2 0196-2892 Google Scholar

22. 

R. Ryan and M. Pagnutti, “Enhanced absolute and relative radiometric calibration for digital aerial cameras,” 81 –90 2009). Google Scholar

23. 

Lumileds, “DS107 LUXEON Rebel PLUS product datasheet 20140930,” (2017) http://www.lumileds.com/uploads/380/DS107-pdf January ). 2017). Google Scholar

24. 

B. C. Jacquot, B. M. Bolla and S. Maguire, “Hybrid approach to mean-variance and photon transfer measurement,” Proc. SPIE, 9481 94810D (2015). http://dx.doi.org/10.1117/12.2176115 PSISDG 0277-786X Google Scholar

25. 

J. R. Janesick, Photon Transfer, SPIE Press, Bellingham, Washington (2007). Google Scholar

26. 

J. Holman, Heat Transfer, 9th ed.McGraw-Hill, New York, Boston (2002). Google Scholar

27. 

Jr. R. A. Maschal et al., “Review of Bayer pattern color filter array (CFA) demosaicing with new quality assessment algorithms,” (2010). Google Scholar

28. 

R. D. Fiete, Modeling the Imaging Chain of Digital Cameras, SPIE Press, Bellingham, Washington (2010). Google Scholar

29. 

J. R. Schott, Remote Sensing: the Image Chain Approach, Oxford University Press, New York (2007). Google Scholar

Biography

Mary Pagnutti is president and cofounder of Innovative Imaging and Research. She received her BE and ME degrees in mechanical engineering from Stony Brook University and has worked in the field of remote sensing and sensor calibration for over 18 years.

Robert E. Ryan is vice president and cofounder of Innovative Imaging and Research. He received his BS in physics from Hofstra University, his MS in electrophysics from Polytechnic Institute of New York, and his PhD in physics from Stony Brook University. He has worked in the field of remote sensing and sensors for over 30 years.

George Cazenavette was a 2016 summer intern at Innovative Imaging and Research. He is currently attending Louisiana Tech University in Ruston, Louisiana studying cyber engineering and computer science.

Maxwell Gold was a 2016 summer intern at Innovative Imaging and Research. He is currently attending Washington and Lee University in Lexington, Virginia studying mathematics.

Ryan Harlan is an imaging intern at Innovative Imaging and Research. He received a BS in chemical engineering from Washington University in Saint Louis, Missouri.

Edward Leggett is a senior research scientist at Innovative Imaging and Research. He received his BS and MS degrees in physics from Mississippi State University and is currently completing a PhD in applied physics. He has 10 years of experience in computational particle physics.

James Pagnutti was a 2016 summer intern at Innovative Imaging and Research. He is currently attending Louisiana Tech University in Ruston, Louisiana studying computer science.

CC BY: © The Authors. Published by SPIE under a Creative Commons Attribution 4.0 Unported License. Distribution or reproduction of this work in whole or in part requires full attribution of the original publication, including its DOI.
Mary A. Pagnutti, Robert E. Ryan, George J. Cazenavette V, Maxwell J. Gold, Ryan Harlan, Edward Leggett, and James F. Pagnutti "Laying the foundation to use Raspberry Pi 3 V2 camera module imagery for scientific and engineering purposes," Journal of Electronic Imaging 26(1), 013014 (11 February 2017). https://doi.org/10.1117/1.JEI.26.1.013014
Received: 21 October 2016; Accepted: 19 January 2017; Published: 11 February 2017
Lens.org Logo
CITATIONS
Cited by 80 scholarly publications.
Advertisement
Advertisement
KEYWORDS
Cameras

Calibration

Sensors

Image sensors

Optical spheres

Integrating spheres

RGB color model

Back to Top