Skip to content

Commit

Permalink
Minor changes for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Dec 14, 2016
1 parent c1e4583 commit 65e28ec
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 122 deletions.
4 changes: 2 additions & 2 deletions docs/fov.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The diagram below roughly illustrates the architecture of the system:
.. image:: images/camera_architecture.*
:align: center

The other important factor influencing sensor counts, other than line read-out
The other important factor influencing sensor counts, aside from line read-out
time, is the sensor's gain. Specifically, the gain given the by
:attr:`~PiCamera.analog_gain` attribute. The corresponding
:attr:`~PiCamera.digital_gain` attribute refers to a manipulation of the sensor
Expand Down Expand Up @@ -113,7 +113,7 @@ time:
>>> camera.exposure_speed
3318
Now, force the camera to use a higher gain by setting ISO too 800. If you have
Now, force the camera to use a higher gain by setting ISO to 800. If you have
the preview running, you'll see very little difference in the scene. However,
if you subsequently query the exposure time you'll find the firmware has
drastically reduced it to compensate for the higher sensor gain:
Expand Down
Binary file modified docs/images/camera_architecture.pdf
Binary file not shown.
Binary file modified docs/images/camera_architecture.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
253 changes: 133 additions & 120 deletions docs/images/camera_architecture.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 65e28ec

Please sign in to comment.