|
|
|
|
|
by stephen_g
5164 days ago
|
|
The two things you posted are completely un-related. Film cameras generally have a 180 degree shutter, which means that the film is exposed for half the time each frame is in the gate - which means at 24 frames per second, the exposure time is 1/48th of a second. A 360 degree shutter would theoretically therefore be 1/24th of a second at 24 frames per second, or 1/48th of a second at 48fps (so should exhibit similar motion blur to 24fps at 180 degree shutter). The EPIC is perfectly capable of taking any of these exposure times (up to 360 degrees - I'm not sure what the limit is exactly at the low end - probably something like 1/10000th of a second). Now, 'rolling shutter' is just the fact that each column of pixels along the sensor are read sequentially, so there is a slight difference in time from the first column to the last one being read (called the read-reset time). This can be really bad on cheap cameras with slow read-reset times, where it can cause vertical things like light-posts to look skewed when you pan across them quickly, but the EPIC's read-reset time is fast enough that it's not a problem (it is similar to the time it takes a film's mechanical shutter to blank). |
|
But the real problem comes from the time taken to read an entire frame. On a cheap camera this is about the frame time because the electronics is slow, but on a high end camera it is still often close to the frame time because you have a lot of pixels and there is a limit to how fast you can read while still having low noise. Some scientific CMOS cameras get round this by having massively parallel outputs.
The problem gets worse at 48fps - if it takes close to 1/48s to read the chip then a moving object will have stretched across the entire frame from top to bottom. In the worst case a vertical post in a fast pan will be at 45deg. A 24fps camera run at the same pixel clock only has half the effect.
The cameras do have software to try and correct this - basically they look for vertical edges and de-skew them, but this puts in artifacts that you don't want in a Hollywood movie. The other secret is to not fast pan at 48fps.