File:Slow Global Shutter vs Slow Rolling Shutter.gif

Slow_Global_Shutter_vs_Slow_Rolling_Shutter.gif(600 × 154 pixels, file size: 1.04 MB, MIME type: image/gif, looped, 50 frames, 5.0 s)

Captions

Captions

Comparison of global and rolling shutter

Summary edit

Description
English: Global shutters capture the whole image at once. This takes time, so you might miss frames. Rolling shutters capture one line at the time. This can be fast, but if you are not fast enough the object will move between the acquisition of one line and the next. The video used is from here.
Date
Source https://twitter.com/j_bertolotti/status/1296766785061040130
Author Jacopo Bertolotti
Permission
(Reusing this file)
https://twitter.com/j_bertolotti/status/1030470604418428929

Mathematica 12.1 code edit

animation = Import["<path>/Muybridge_race_horse_animated.gif", "Data"][[All, All, All, 1]]/255.;
\[Delta]frame = 4;
p0 = Table[GraphicsRow[{
     ArrayPlot[animation[[Mod[a, 15, 1] ]], ColorFunction -> GrayLevel, Frame -> False, ColorFunctionScaling -> False, PlotLabel -> "Ideal", LabelStyle -> {Black, Bold}], ArrayPlot[animation[[Mod[Round[a, 3], 15, 1] ]], ColorFunction -> GrayLevel, Frame -> False, ColorFunctionScaling -> False, PlotLabel -> "Slow global shutter", LabelStyle -> {Black, Bold}]
,
ArrayPlot[ Sum[animation[[Mod[k, 15, 1] ]]*Table[If[(k - 1)*\[Delta]frame + 1 <= i <= Min[k*\[Delta]frame], 1, 0], {i, 1, 200}, {j, 1, 300}], {k,1, a}], ColorFunction -> GrayLevel, Frame -> False, ColorFunctionScaling -> False, PlotLabel -> "Slow rolling shutter", LabelStyle -> {Black, Bold}]
     }]
   , {a, 1, Ceiling[200/\[Delta]frame] // N}] ;
ListAnimate[p0]

Licensing edit

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current08:29, 25 August 2020Thumbnail for version as of 08:29, 25 August 2020600 × 154 (1.04 MB)Berto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata