tarina

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

commit b7795fb88ed34eb11b8c88a36b1f938c3b1ba764
parent bf9f815a3f835e6ddc9b863fbc24892afa0960f6
Author: Robin Bäckman <robinbackman@gmail.com>
Date:   Tue,  1 Nov 2016 09:46:40 +0000

README.md edited online with Bitbucket
Diffstat:
MREADME.md | 19+++++--------------
1 file changed, 5 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md @@ -1,8 +1,9 @@ # Tarina # -### DIY filmmaking device for Raspberry pi ### -You film, Tarina puts the pieces together and, voilá!, you have a movie! Shoot your films as takes, shots and scenes, and see your film come together on the go. If you're not happy, retake it. Once you get it there’s no need for editing later. +### DIY filmmaking device ### +You film, Tarina puts the pieces together and, voilá!, you have a movie! Shoot your films as takes, shots and scenes, and see your film come together on the go. If you're not happy, retake it. Once you get it there’s no need for editing later. -Tarina has been developed with the [Raspberry Pi 3](https://www.raspberrypi.org/products/raspberry-pi-3-model-b/) and a [Pi Camera module v2.1 Sony IMX219 8-megapixel sensor](https://www.raspberrypi.org/products/camera-module-v2/), & [U-Geek Raspberry Pi 3.5 inch 800*480 TFT Screen](https://www.aliexpress.com/store/product/U-Geek-Raspberry-Pi-3-5-inch-800-480-TFT-Screen-HD-HighSpeed-LCD-Module-3/1954241_32672157641.html) & [USB via vt1620a Sound card](https://www.aliexpress.com/item/Professional-External-USB-Sound-Card-Adapter-Virtual-7-1-Channel-3D-Audio-with-3-5mm-Headset/32588038556.html?spm=2114.01010208.8.8.E8ZKLB) & [9000mAh li-ion Battery](https://www.aliexpress.com/item/3-7v-9000mAh-capacity-18650-Rechargeable-lithium-battery-pack-18650-jump-starter/32619902319.html?spm=2114.13010608.0.0.XcKleV) (10 hours filming) & [USB Mobile Power Charger Board Module 3.7V to 5V 1A/2A Booster Converter](http://www.ebay.com/itm/321977677010?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT) +## Tarina Hardware ## +[Raspberry Pi 3](https://www.raspberrypi.org/products/raspberry-pi-3-model-b/) and a [Pi Camera module v2.1 Sony IMX219 8-megapixel sensor](https://www.raspberrypi.org/products/camera-module-v2/), & [U-Geek Raspberry Pi 3.5 inch 800*480 TFT Screen](https://www.aliexpress.com/store/product/U-Geek-Raspberry-Pi-3-5-inch-800-480-TFT-Screen-HD-HighSpeed-LCD-Module-3/1954241_32672157641.html) & [USB via vt1620a Sound card](https://www.aliexpress.com/item/Professional-External-USB-Sound-Card-Adapter-Virtual-7-1-Channel-3D-Audio-with-3-5mm-Headset/32588038556.html?spm=2114.01010208.8.8.E8ZKLB) & [9000mAh li-ion Battery](https://www.aliexpress.com/item/3-7v-9000mAh-capacity-18650-Rechargeable-lithium-battery-pack-18650-jump-starter/32619902319.html?spm=2114.13010608.0.0.XcKleV) (10 hours filming) & [USB Mobile Power Charger Board Module 3.7V to 5V 1A/2A Booster Converter](http://www.ebay.com/itm/321977677010?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT) It should also work with Raspberry pi 2 and the pi camera module v1.3 and any other Raspberry Pi compatible screens. @@ -12,23 +13,13 @@ Build wiki and part list at http://tarina.org Blender file and printable stls in 3d folder -## Installing Tarina ## +## Tarina Software ## You can try the simpel install bash script after you've git cloned tarina ``` git clone https://rbckman@bitbucket.org/rbckman/tarina.git cd tarina sudo ./install.sh ``` -Or install dependencies manually: -``` -sudo apt-get install git python-picamera python-imaging python-pexpect libav-tools gpac omxplayer sox cpufrequtils usbmount python-dbus -git clone https://github.com/willprice/python-omxplayer-wrapper.git -cd python-omxplayer-wrapper -python setup.py install -reboot -cd /home/pi/tarina/ && sudo su -python tarina.py -``` more install instructions in INSTALL file ## Installing Adafruit 3.5 pitft screen ##