Skip to content

Commit

Permalink
Re: #323
Browse files Browse the repository at this point in the history
Try and give users a sense of the low level operation of the camera at
the start of the hardware chapter. Also tweaked a few headings so things
are a little more coherent.
  • Loading branch information
waveform80 committed Sep 29, 2016
1 parent b1f2f2f commit 08b8603
Show file tree
Hide file tree
Showing 4 changed files with 286 additions and 123 deletions.
8 changes: 5 additions & 3 deletions docs/encoder_classes.dot
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
digraph G {
graph [rankdir="BT"];
graph [rankdir=RL];
node [shape=rect,style=filled,fontname=Sans,fontsize=12];
edge [];

/* Abstract classes */
node [shape=rect,style=filled,color="#000000",fillcolor="#ffffff",fontname=Arial,fontsize=12.0];
node [color="#9ec6e0",fontcolor="#000000"];
PiEncoder [target="_top", URL="../api.html#picamera.PiEncoder"];
PiImageEncoder [target="_top", URL="../api.html#picamera.PiImageEncoder"];
PiVideoEncoder [target="_top", URL="../api.html#picamera.PiVideoEncoder"];
Expand All @@ -12,7 +14,7 @@ digraph G {
PiRawImageMixin [target="_top", URL="../api.html#picamera.PiRawImageMixin"];

/* Concrete classes */
node [shape=rect,style=filled,color="#000000",fillcolor="#99aadd",fontname=Arial,fontsize=12.0];
node [color="#2980b9",fontcolor="#ffffff"];
PiRawOneImageEncoder [target="_top", URL="../api.html#picamera.PiRawOneImageEncoder"];
PiRawMultiImageEncoder [target="_top", URL="../api.html#picamera.PiRawMultiImageEncoder"];
PiRawVideoEncoder [target="_top", URL="../api.html#picamera.PiRawVideoEncoder"];
Expand Down
Binary file modified docs/encoder_classes.pdf
Binary file not shown.

0 comments on commit 08b8603

Please sign in to comment.