tarina

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

commit 8e380cc2929480f2de962b732f73de3c9f1dbf33
parent b2b74fca92da510abe0d196e959513253178d3bf
Author: Robin Bäckman <robinbackman@gmail.com>
Date:   Thu, 11 Aug 2016 15:12:14 +0000

README.md edited online with Bitbucket
Diffstat:
MREADME.md | 24+++++++-----------------
1 file changed, 7 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md @@ -1,31 +1,24 @@ # Tarina - DIY filmmaking device for Raspberry pi # -Retake ------- +### Retake ### You film, Tarina puts the pieces together and, voilá!, you have a movie! Shoot your films as takes, shots and scenes, and see how they fit together on the go. If you're not happy, retake it. Once you get it there’s no need for editing later. -Gonzo ------ +### Gonzo ### With the camera & microphone flip feature. This is the ultimate gonzo style traveling, vlogging cam and very cool for filming tutorials, DIY or even recipes! -Upgrade -------- +### Upgrade ### Tarina is built upon hardware easily changeable. Want a bigger sensor or better sound? Buy it, plug it in. No need to buy a new camera anymore. -3d printed ----------- +### 3d printed ### Tarina is designed to be 3D printed. A broken plastic part? Don't worry: 3D print it or let your friend/school print it. Why not customize it at the same time? -Hackable --------- +### Hackable ### Running on a Gnu/Linux Raspbian distribution and with easy python coded interface. You can go crazy and customize this geek camera to the max. -Hardware --------- +### Hardware ### Tarina has been tested and is working with Raspberry pi 1, 2 and 3, Pi camera module 1.3 and v. 2.1 Sony IMX219 8-megapixel sensor, CS lenses or M12 lenses, USB via vt1620a Sound card, Electrec in-built front mic with preamp, 7700mAh li-ion Battery (6 hours filming), U-geek 3.5" screen (800x480 pixels), Adafruit 3.5" screen (480x 320 pixels), in-built speakers, Bluetooth keyboard, 3d printed body -Software --------- +### Software ### The device wouldn't function without nice brains. Tarinas’ brains are the Raspberry pi computer with the Raspbian os, a free operating system based on Debian. Tarina’s interface is coded in python, using free software like sox, ffmpeg, avconv, MP4Box. This is why and how Tarina got born. Without free software it would've been impossible to build Tarina. @@ -34,10 +27,7 @@ The device wouldn't function without nice brains. Tarinas’ brains are the Rasp Blender file and printable stls in 3d folder ## Installing Tarina ## - - ``` -#!bash sudo apt-get install git python-picamera python-imaging python-pexpect libav-tools gpac omxplayer sox cpufrequtils usbmount ```