Photography notes
Flash
Digital
Digital raw formats
On digital ISO
tl;dr:
- higher ISO means more gain during readout of the sensor.
- Which can be seen as more sensitivity,
- since it's just amplification, it increases the amount of signal as much as the noise
- ...but it's a little more interesting than that due to the pragmatics of photography (and some subtleties of electronics)
- You generally want to set it as low as sensible for a situation to avoid unnecessary noise -- or leave it on auto to have the camera do the same
For context, ISO in film indicates the grain size in photo rolls (see ISO 5800).
This amounts to: Smaller grains bring out finer detail but require more light to react for the same amount of image; larger grains is coarser but more sensitive.
ISO in digital photography (see also ISO 12232) is different. It's named that mainly because it's the closest analogue to the analog.
It refers to the amplification used during the (at this stage still analog) readout of sensor rows - basically, what gain to use before feeding the signal to the ADC. (Which is technically still an analog amplification, though that's not really the point) ...okay, but what does that do? What does it amount to in practice?
Given a sensor with an image currently in it, the only change it would really make to the readout is brightness, not signal to noise, or quality in any way.
In that sense, it has no direct effect on the amount of light accumulated in the sensor. However, since it is one of the physical parameters the camera chooses (alongside aperture and shutter time), it can choose to trade off one for another.
For example, in the dark, a camera on full auto is likely to choose a wide open aperture (for the most light), and then choose a higher ISO if that means the shutter time can be lowered to not introduce too much motion blur from shaking hands.
There are other such tradeoffs, e.g. controlled via modes -- for example, portrait mode tries to open the aperture so the background is blurred, sports mode aiming for short shutter time so you get minimal motion blur, but at the cost of noise, and more. But most of these are explained mostly in terms of the aperture/shutter tradeoff, and ISO choice is relatively unrelated, and can be explained as "as low as is sensible for the light level".
Still, you can play with it.
Note that the physical parameters are chosen with the sensor in mind - to not saturate its cells (over-exposure) {{comment|(also other constraints, like avoiding underexposure, signal falling into the noise floor, and in general also tries to use much of storage range it has (also to avoid unnecessary quantization, though this is less important.)
As such, when you force a high ISO (i.e. high gain) but leave everything else auto, you will effectively force a camera to choose a lower shutter time and/or smaller aperture.
Which means less actual light being used to form the image, which implies lower signal-to-noise (because a noise floor is basically a constant). The noise is usually still relatively low, but the noise can become noticeable e.g. in lower-light conditions.
Similarly, when you force a low ISO, the camera must plan for more light coming in, often meaning a longer exposure time.
On a tripod this can mean nicely low-noise images, while in your hands it typically means shaky-hand blur.
In a practical sense: when you have a lot of light, somewhat low ISO gives an image with less noise.
When you have little light, high ISO lets you bring out what's there, with inevitable noise.
Leaving it on auto tends to do something sensible.
More technical details
On a sensor's dynamic range and bits
Lens hoods
Random hints and factoids
Filters
ND filters
Infrared
Infrared and film
Infrared and digital sensors
Bare optical camera sensor's construction typically means they have sensitivity that runs a little into IR (and a little into UV on the other end). Note that with just how large the range of infrared is, that's only near-infrared to start with, and then only a smallish part of that.
For reference, our eyes see ~700nm (~red) to ~400nm (~violet) (what we call visible light), while CCD and CMOS image sensors might see perhaps 1000nm to ~350nm.
For most purposes this is a bug rather than a feature, so there is usually specifically a filter to remove that sensitivity.
Changing that sensitivity
Broadly speaking, there are two things we might call "infrared filters": IR-cut and IR-pass, which do exactly opposite things of each other.
- IR-cut filters are the thing already mentioned above: on optical image sensors, these will remove most of that IR response to more nealy align it with human-optical sensitivity
- because it turns out to be easier to add a separate infrared-cut filter, than to design the sensor itself to be more selective(verify)
- this is often a a glass filter directly on top of the camera image sensor, because you'd want it always and built in
- they look transparent, with a bluish tint from most angles (because they also remove a little visible red)
- cuts a good range above some point, or rather a transition range, often somewhere around 740...800nm
- Since it's a transition, bright near-IR might still be visible, particularly for closer wavelengths. For example, IR remote controls are often in the 840..940nm range, and send short but intense pulses, which tends to still be (barely) visible. But there aren't a lot of other bright near-IR sources that aren't also bright in visible light, so this smaller leftover sensitivity just doesn't matter much.
- IR-pass, visible-cut filters
- often look near-black
- cut everything below a transition, somewhere around 720..850nm range
- using these on a camera that has an IR-cut will give you very little signal (it's much like an audio highpass and lowpass set to about the same frequency - you'll have very little response left)
- but on a camera with IR sensitivity, this lets you view mostly IR without much of the optical
If you want something with some IR sensitive
Note that there are ready-made solutions, such as some security cameras, the Raspberry's NoIR camera, and there is/was an variant of something called arducam that moves the IR-cut in and out mechanically so can be both regular and night camera.
If your camera's IR-cut is a physically separate filter, rather than a coating, you can remove that to get (back) the sensitivity that the sensor itself has
- doing so leaves you with something that looks mostly like regular optical, but stronger infrared sources will look like a pink-ish white.
- White-ish because IR above 800nm or so passes through all of the bayes filter color filters similarly
- pink-ish mostly because infrared is next to red so the red and it passes it more, so red tends to dominate.
- This is why IR photographers may use a color filter to reduce visible red -- basically so that the red pixels pick up mostly IR, not visible-red-and-IR.
- Which is just as false-color as before but looks a little more contrasty.
- These images may then be color corrected to appear more neutral, which tends to come out as white-and-blueish
- This is why IR photographers may use a color filter to reduce visible red -- basically so that the red pixels pick up mostly IR, not visible-red-and-IR.
Notes:
- visible-and-IR mixes will look somewhat fuzzy, because IR has its own, slightly different focal point(verify)
- DIY versus non-DIY NIR cameras
- they'll never do as well as a specific-purpose one, but it's close enough for creative purposes
- image sensors are usually made for color, which means each pixel has its own separate color filter (see also color filter array). Even if you remove the IR filter, each of these may also filter out a little IR
- There are also NIR cameras, which are more refined than most DIYing, because they select sensors that look further into NIR (verify), or sometimes are designed to be specifically sensitive there
- You can't make a thermal camera with such DIYing - those sensors are significantly different.
- Thermographic cameras often sensitive to a larger range, like 14000nm to 1000 nm, the point being that they focus more on mid-infrared than near-infrared
DIY notes
If you want to do this yourself, you may want to remove a webcam's IR-cut filter - and maybe put in an IR-pass filter.
- In webcams the IR-cut tends to be a glass in the screwable lens, which may just be removable
- For DSLRs the IR-cut may well be a film or coating on top of the sensor, which can be much harder to deal with without damage.
While in DSLRs the IR-cut is typically one of a few layers mounted on top of the sensor (so that not every lens has to have it), in webcams, the IR-cut filter may well be on the back of the lens assembly
See also: