tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 583823883079d80170e06fbcf5d71f3643776a20
parent f6bded0ad89973bcbbde032052d3bf16cbb4e49b
Author: rbckman <rbckman@localhost.localdomain>
Date:   Fri, 19 Apr 2019 22:32:46 +0300

menu manual

Diffstat:
Mdocs/tarina-manual.html | 19++++++++++++++++++-
Mdocs/tarina-manual.md | 42++++++++++++++++++++++++++++++++++--------
Mdocs/tarina-manual.pdf | 0
3 files changed, 52 insertions(+), 9 deletions(-)

diff --git a/docs/tarina-manual.html b/docs/tarina-manual.html @@ -17,8 +17,15 @@ <p class="caption">Filming with Tarina</p> </div> <h2 id="contents">Contents</h2> +<h3 id="manual">Manual</h3> +<ol style="list-style-type: decimal"> +<li><a href="#introduction">Introduction</a></li> +<li><a href="#keys">Keys</a></li> +<li><a href="#menus">Menus</a></li> +<li><a href="#faq">Faq</a></li> +</ol> +<h3 id="building-repairing-modding">Building, repairing &amp; modding</h3> <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> @@ -38,6 +45,16 @@ <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> +<h1 id="menus">Menus</h1> +<p>As sad earlier you move around the settings with left and right. Here's a short explanation of all the settings and why they are where they are.</p> +<h3 id="film-scene-shot-and-take">Film, scene, shot and take</h3> +<p>This is a thing you don't see on other cameras because they don't care about what you're filming, they'll just slap a random filename on your clip and store it. However this camera does care about your film and it wants to know where you are in your filmmaking process and wants to help put it together. Ofcourse this also means that you have to know where you are in your filmmaking process. The idea of the workflow is: film only the essentials, check you montage on the spot and do a retake if you need to fix something. Rather than filming a bunch of things and fixing it later.</p> +<h3 id="shutter-iso-red-blue">Shutter, iso, red, blue</h3> +<h3 id="bright-cont-sat">Bright, cont, sat</h3> +<h3 id="flip-beep-lenght">Flip, beep, lenght</h3> +<h3 id="mic-phones">Mic, phones</h3> +<h3 id="dsk-shutdown-timelapse-lens">Dsk, shutdown, timelapse, lens</h3> +<h3 id="srv-wifi-upload-load-new">Srv, wifi, upload, load, new</h3> <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 @@ -8,15 +8,21 @@ Step by step build instructions for a 3D printable Raspberry Pi video camera. No Contents -------- +### Manual +1. [Introduction](#introduction) +2. [Keys](#keys) +3. [Menus](#menus) +4. [Faq](#faq) + +### Building, repairing & modding +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 ============ @@ -35,6 +41,26 @@ Key pattern is as following. 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. +Menus +===== +As sad earlier you move around the settings with left and right. Here's a short explanation of all the settings and why they are where they are. + +### Film, scene, shot and take +This is a thing you don't see on other cameras because they don't care about what you're filming, they'll just slap a random filename on your clip and store it. However this camera does care about your film and it wants to know where you are in your filmmaking process and wants to help put it together. Ofcourse this also means that you have to know where you are in your filmmaking process. The idea of the workflow is: film only the essentials, check you montage on the spot and do a retake if you need to fix something. Rather than filming a bunch of things and fixing it later. + +### Shutter, iso, red, blue + +### Bright, cont, sat + +### Flip, beep, lenght + +### Mic, phones + +### Dsk, shutdown, timelapse, lens + +### Srv, wifi, upload, load, new + + Get the parts ============= diff --git a/docs/tarina-manual.pdf b/docs/tarina-manual.pdf Binary files differ.