Skip to content

Commit

Permalink
Merge pull request #379 from gonzoid/patch-1
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
waveform80 committed Feb 25, 2017
2 parents 94b5cb5 + ede98ba commit f34abb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/fov.rst
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ is largely determined by how slow the sensor can be made to read lines (at the
hardware level this is down to the size of registers for holding things like
line read-out times).

This can be expression in the word equation:
This can be expressed in the word equation:
:math:`\frac{1\text{s}}{\text{min framerate in fps}} = \text{max exposure time
in s}`

Expand Down Expand Up @@ -571,7 +571,7 @@ in the ISP). It tweaks the analog and digital gains, and the exposure time

Likewise, when :attr:`~PiCamera.awb_mode` is not ``'off'``, automatic white
balance (AWB) gathers statistics from frames (again, prior to de-mosaic).
Typically AWB anslysis only occurs on 1 out of every 3 streamed frames as it is
Typically AWB analysis only occurs on 1 out of every 3 streamed frames as it is
computationally expensive. It adjusts the red and blue gains
(:attr:`~PiCamera.awb_gains`) attempting to nudge subsequent frames towards the
expected `color balance`_.
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ Unencoded video capture
=======================

Just as unencoded RGB data can be captured as images, the Pi's camera module
can also an unencoded stream of RGB (or YUV) video data. Combining this with
can also capture an unencoded stream of RGB (or YUV) video data. Combining this with
the methods presented in :ref:`custom_outputs` (via the classes from
:mod:`picamera.array`), we can produce a fairly rapid color detection script:

Expand Down

0 comments on commit f34abb8

Please sign in to comment.