tarina

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

commit 7a3528d30700c7867ce893886ab1ede3bf6c68ec
parent 2f052da8c406e7afade01c516c5725f1ca94b679
Author: rbckman <rob@tarina.org>
Date:   Wed,  7 Nov 2018 08:55:24 +0200

update readme info

Diffstat:
MREADME.md | 49++++++++++++++++---------------------------------
1 file changed, 16 insertions(+), 33 deletions(-)

diff --git a/README.md b/README.md @@ -3,12 +3,15 @@ Tarina ![Tarina Leone, one done & one in post processing stage](docs/tarina-leone.jpg) -A 3D printable Raspberry Pi video camera with the ability to assemble your film, keeping track on your takes, shots and scenes. Render a film or scene in-camera to see how your [montage](https://en.wikipedia.org/wiki/Montage_(filmmaking)) flows & retake if necessary. Once you get it there’s less or no need for editing later. The device is designed with a "hackers/makers philosophy" and is easy to take apart and moddable. It's built using the Raspberry Pi, running on a Gnu/Linux Raspbian distribution and with an python coded interface. - +A camera for storytellers. Video camera that organizes takes, shots & scenes and glues your film together. +Experience a new flow of filmmaking +----------------------------------- +If you don't like how your [montage](https://en.wikipedia.org/wiki/Montage_(filmmaking)) flows, retake. Once you "get it" there’s no need for editing. The camera is designed with a "hackers/makers philosophy" and is easy to take apart. It's built using the Raspberry Pi, running on a Gnu/Linux Raspbian distribution and with a python coded interface. Hardware -------- +The parts are built around the world by different manufacturers. They've been chosen on the basis of features, quality, openness, availabilty and price. One of the central ideas of the project is to have a camera that could be upgraded or repaired by the fact that you easily just switch a component. The casis of the camera is all 3d printable with a design that has the key element of flipping the lens 180 (gonzo style). Here's the main components: [Raspberry Pi 3](https://www.raspberrypi.org/products/raspberry-pi-3-model-b/)<br> [Arducam 8 MP Sony IMX219 camera module with CS lens 2718](http://www.uctronics.com/arducam-8-mp-sony-imx219-camera-module-with-cs-lens-2717-for-raspberry-pi.html)<br> @@ -18,25 +21,19 @@ Hardware [Adafruit Powerboost 1000C](https://www.ebay.com/itm/Adafruit-PowerBoost-1000-Charger-Rechargeable-5V-Lipo-USB-Boost-1A-1000C-A/282083284436?epid=2256108887&hash=item41ad7955d4%3Ag%3ALesAAOSwkQZbYXrn&_sacat=0&_nkw=powerboost+1000c&_from=R40&rt=nc&_trksid=m570.l1313)<br> [Buttons](http://www.ebay.com/itm/151723036469?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT) connected to a [MCP23017-E/SP DIP-28 16 Bit I / O Expander I2C](http://www.ebay.com/sch/sis.html?_nkw=5Pcs+MCP23017+E+SP+DIP+28+16+Bit+I+O+Expander+I2C+TOP+GM&_trksid=p2047675.m4100) -With some hacking skills you should be able to get it to work with any Raspberry pi and all the Raspberry Pi compatible screens and cameras. - -[Build instructions and complete part list](docs/tarina-build-instructions.md) - -Ready to print designs in [3d folder](https://github.com/rbckman/tarina/tree/master/3d) - +[Complete part list & Build instructions](docs/tarina-build-instructions.md) +[Ready to print 3d designs](https://github.com/rbckman/tarina/tree/master/3d) Software -------- +The interface focuses on presenting all essential detail for manual filming in one menu that is present and accessible all the time. You can control the interface with a keyboard or with 9 physical buttons which are: Enter, Up, Down, Left, Right, Record, Retake, View and Trash. +Installing +---------- Download latest [Raspbian](https://www.raspberrypi.org/downloads/raspbian/) and follow [install instructions](https://www.raspberrypi.org/documentation/installation/installing-images/README.md). [Ssh into](https://www.raspberrypi.org/documentation/remote-access/ssh/) Raspberry Pi and run: ``` -sudo raspi-config -``` -Expand file system, enable camera and then reboot. -Run this to install git: -``` sudo apt-get install git ``` Git clone tarina and then run install script with sudo: @@ -50,50 +47,36 @@ You'r ready to rumble: python tarina.py ``` +Why +--- +Make your own tools to get to know your craft. Connect ------- - [Telegram](https://t.me/tarinadiy) - - Standing on the shoulders of giants ------------------------------------- +----------------------------------- +This whole project has only been possible because of the people behind the free and open source movement. Couldn't possible list all of the projects on witch shoulders this is standing for the list would reach the moon. +[Gnu](https://gnu.org) [Linux](https://github.com/torvalds/linux) - [Debian](https://debian.org) - -[Gnu](https://gnu.org) - [Raspberry Pi](https://raspberrypi.org) - [Python programming language](https://python.org) - Dave Jones's [Picamera python module](https://github.com/waveform80/picamera) - rwb27 for lens shading correction! Check out the 3d printable microscope [Openflexure](https://github.com/rwb27/openflexure_microscope) - FFmpeg & Libav-tools - GPac library with MP4Box - [Blender](http://blender.org) - aplay The awesome wav player/recorder with VU meter http://alsa.opensrc.org/Aplay - [Omxplayer](https://github.com/huceke/omxplayer) - [Will Price's Python-omxplayer-wrapper](https://github.com/willprice/python-omxplayer-wrapper) - Sox - Texy https://www.raspberrypi.org/forums/viewtopic.php?t=48967 - The Dispmanx library https://github.com/raspberrypi/userland/tree/master/host_applications/linux/apps/hello_pi