tarina

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

commit 96046abd2ec1676c36ec5f80290cbad87be26125
parent 56a90370e17df4941dc90ae2b6c2af990a111034
Author: rbckman <robinbackman@gmail.com>
Date:   Sun,  6 Nov 2016 17:02:08 +0000

Merge branch 'master' of https://github.com/rbckman/tarina

Diffstat:
M3d/tarina-proto3.stl | 0
MREADME.md | 37+++++++++++++++++++++----------------
Atarina-proto3.png | 0
Mtarina.py | 30+++++++++++++++---------------
4 files changed, 36 insertions(+), 31 deletions(-)

diff --git a/3d/tarina-proto3.stl b/3d/tarina-proto3.stl Binary files differ. diff --git a/README.md b/README.md @@ -1,15 +1,22 @@ -# Tarina ♥ filmmaking # -### The DIY camera for filmmakers, vloggers, travellers & hackers ### -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. Once you get it there’s no need for editing later. Tarina is built upon hardware easily changeable and is designed to be 3D printed. Running on a Gnu/Linux Raspbian distribution and with easy python coded interface. +<img src="https://raw.githubusercontent.com/rbckman/tarina/master/tarina-proto3.png" width="30%"> +# Tarina # +### DIY camera for filmmakers, vloggers, travellers & hackers ### +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. Once you get it there’s no need for editing later. Tarina is designed to be taken apart & easily modded with all body parts 3d printable. It's built using the Raspberry Pi, running on a Gnu/Linux Raspbian distribution and with an easy python coded interface. ## 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) +[Raspberry Pi 3](https://www.raspberrypi.org/products/raspberry-pi-3-model-b/)<br> +[Sony IMX219 8-megapixel sensor](https://www.raspberrypi.org/products/camera-module-v2/)<br> +[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)<br> +[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)<br> +[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)<br> +[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)<br> +[ATXRaspi by lowpowerlab](https://lowpowerlab.com/shop/product/91) -It should also work with Raspberry pi 2 and the pi camera module v1.3 and any other Raspberry Pi compatible screens. +Currently you control Tarina with a USB or bluetooth keyboard, we're working on [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) -Build wiki and part list at http://tarina.org +It should also work with Raspberry pi 2 and the pi camera module v1.3 and any other Raspberry Pi compatible screens. -Ready to print stls in [3d folder](https://github.com/rbckman/tarina/tree/master/3d) +Ready to print designs in [3d folder](https://github.com/rbckman/tarina/tree/master/3d) ## Software ## ### Installing ### @@ -29,24 +36,22 @@ git clone https://rbckman@bitbucket.org/rbckman/tarina.git cd tarina sudo ./install.sh ``` -## Couldn't have been done without these ## -Sending <3 to all - -Debian -http://debian.org +You'r ready to rumble (run as sudo): +``` +sudo python tarina.py +``` +## Couldn't have been done without## Raspberry Pi http://raspberrypi.org -Adafruit -https://learn.adafruit.com/adafruit-pitft-3-dot-5-touch-screen-for-raspberry-pi/overview +Python programming language +http://python.org Picamera python module Dave Jones, for the awesome picamera python module http://picamera.readthedocs.org -Python programming language - Tasanakorn for fbcp so you can preview on the pitft https://github.com/tasanakorn/rpi-fbcp diff --git a/tarina-proto3.png b/tarina-proto3.png Binary files differ. diff --git a/tarina.py b/tarina.py @@ -1,21 +1,6 @@ #/usr/bin/env python # -*- coding: utf-8 -*- -#Tarina - The DIY camera for filmmakers, vloggers, travellers & hackers. -#Copyright (C) 2016 Robin Bäckman - -#This program is free software: you can redistribute it and/or modify -#it under the terms of the GNU General Public License as published by -#the Free Software Foundation, version 2 - -#This program is distributed in the hope that it will be useful, -#but WITHOUT ANY WARRANTY; without even the implied warranty of -#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -#GNU General Public License for more details. - -#You should have received a copy of the GNU General Public License -#along with this program. If not, see <http://www.gnu.org/licenses/>. - import picamera import os import time @@ -1482,3 +1467,18 @@ if __name__ == '__main__': main() except: print 'Unexpected error : ', sys.exc_info()[0], sys.exc_info()[1] + +#Tarina - The DIY camera for filmmakers, vloggers, travellers & hackers. +#by rbckman +#This program is free software: you can redistribute it and/or modify +#it under the terms of the GNU General Public License as published by +#the Free Software Foundation, version 2 + +#This program is distributed in the hope that it will be useful, +#but WITHOUT ANY WARRANTY; without even the implied warranty of +#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +#GNU General Public License for more details. + +#You should have received a copy of the GNU General Public License +#along with this program. If not, see <http://www.gnu.org/licenses/>. +