commit 83709615216cb94b325e24917cce9a6c9db6dd85
parent 4e60715b24981359ce76c367483c19c15f3bc83c
Author: rbckman <rbckman@localhost.localdomain>
Date: Thu, 18 Apr 2019 19:15:22 +0300
added intro
Diffstat:
6 files changed, 36 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
@@ -60,7 +60,7 @@ There are several reasons why, will write a longer story why but heres some fund
- be able to expand / build on it / make modifications
- be able to connect to it / program it to do things
- do a film on the fly without the need of a another computer
-- be able to watch your film directly on a screen ones you've filmed it
+- be able to watch your film directly on a screen once you're done filming
- learn about programming and your own crafts to really get down to the nitty-gritty.
Connect
diff --git a/docs/tarina-filming-01.jpg b/docs/tarina-filming-01.jpg
Binary files differ.
diff --git a/docs/tarina-filming-02.jpg b/docs/tarina-filming-02.jpg
Binary files differ.
diff --git a/docs/tarina-manual.html b/docs/tarina-manual.html
@@ -18,6 +18,7 @@
</div>
<h2 id="contents">Contents</h2>
<ol style="list-style-type: decimal">
+<li><a href="#intro">introduction</a></li>
<li><a href="#get-the-parts">Get the parts</a></li>
<li><a href="#3d-printing">3d printing</a></li>
<li><a href="#post-processing">Post processing</a></li>
@@ -26,6 +27,17 @@
<li><a href="#installing-software">Installing software</a></li>
<li><a href="#tested-lenses">Tested lenses</a></li>
</ol>
+<h1 id="introduction">Introduction</h1>
+<p>The UI in Tarina is design so that all settings is made visible and quickly accessible at all times and this is implemented with as few keys as possible.</p>
+<p>Key pattern is as following.</p>
+<p>(view) (up) (record)</p>
+<p>(left) (enter) (right)</p>
+<p>(remove) (down) (retake)</p>
+<p>With keys up and down you change a specific setting for example shutter speed. With keys left and right you change what settings to change. With view, you can view the last shot or if you have a specific scene highlighted the camera would automatically glue all shots together and play that scene for you, same goes for film. With remove you can remove a specific take, shot, scene or film. With the retake button you retake a bad take, this is how the camera keeps track of your good takes. As of now the last take is always chosen.</p>
+<div class="figure">
+<img src="tarina-filming-02.jpg" alt="Tarina UI" />
+<p class="caption">Tarina UI</p>
+</div>
<h1 id="get-the-parts">Get the parts</h1>
<div class="figure">
<img src="tarina-build.jpg" alt="Tarina parts layed out" />
diff --git a/docs/tarina-manual.md b/docs/tarina-manual.md
@@ -9,14 +9,30 @@ Step by step build instructions for a 3D printable Raspberry Pi video camera. No
Contents
--------
-1. [Get the parts](#get-the-parts)
-2. [3d printing](#3d-printing)
-3. [Post processing](#post-processing)
-4. [Wiring](#wiring)
-5. [Putting it together](#putting-it-together)
-6. [Installing software](#installing-software)
-7. [Tested lenses](#tested-lenses)
+1. [introduction](#intro)
+2. [Get the parts](#get-the-parts)
+3. [3d printing](#3d-printing)
+4. [Post processing](#post-processing)
+5. [Wiring](#wiring)
+6. [Putting it together](#putting-it-together)
+7. [Installing software](#installing-software)
+8. [Tested lenses](#tested-lenses)
+Introduction
+============
+The UI in Tarina is design so that all settings is made visible and quickly accessible at all times and this is implemented with as few keys as possible.
+
+Key pattern is as following.
+
+(view) (up) (record)
+
+(left) (enter) (right)
+
+(remove) (down) (retake)
+
+With keys up and down you change a specific setting for example shutter speed. With keys left and right you change what settings to change. With view, you can view the last shot or if you have a specific scene highlighted the camera would automatically glue all shots together and play that scene for you, same goes for film. With remove you can remove a specific take, shot, scene or film. With the retake button you retake a bad take, this is how the camera keeps track of your good takes. As of now the last take is always chosen.
+
+![Tarina UI](tarina-filming-02.jpg)
Get the parts
=============
diff --git a/docs/tarina-manual.pdf b/docs/tarina-manual.pdf
Binary files differ.