Skip to content

Commit

Permalink
Merge pull request #267 from gonzoid/gonzoid-patch-1
Browse files Browse the repository at this point in the history
Update FoV image in docs
  • Loading branch information
waveform80 committed Mar 14, 2016
2 parents eacf216 + 4aaa2c5 commit fc0689e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fov.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ A few examples are given below to clarify the operation of this heuristic:

* If you set the :attr:`~picamera.camera.PiCamera.resolution` to 1024x768 (a
4:3 aspect ratio), and :attr:`~picamera.camera.PiCamera.framerate` to
anything less than 42fps, the 1296x976 mode will be selected, and the camera
anything less than 42fps, the 1296x972 mode will be selected, and the camera
will downscale the result to 1024x768.

* If you set the :attr:`~picamera.camera.PiCamera.resolution` to 1280x720 (a
Expand All @@ -94,7 +94,7 @@ A few examples are given below to clarify the operation of this heuristic:

* Setting :attr:`~picamera.camera.PiCamera.resolution` to 1920x1080 and
:attr:`~picamera.camera.PiCamera.framerate` to 30fps exceeds the resolution
of both the 1296x730 and 1296x976 modes (i.e. they would require upscaling),
of both the 1296x730 and 1296x972 modes (i.e. they would require upscaling),
so the 1920x1080 mode is selected instead, although it has a reduced FoV.

* A :attr:`~picamera.camera.PiCamera.resolution` of 800x600 and a
Expand Down
Binary file modified docs/sensor_area.png
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 fc0689e

Please sign in to comment.