tarina

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

commit b3a638404316b2fd7e01573aace042882c3d2178
parent 34446f4a4298aa4339d6f4c1a8c35a50f3de61be
Author: rbckman <rbckman@rbckman>
Date:   Fri,  7 Sep 2018 22:28:33 +0300

now the docs is nice

Diffstat:
MREADME.md | 2+-
Ddocs/BUILDTARINA.md | 390-------------------------------------------------------------------------------
Ddocs/buildtarina.index | 212-------------------------------------------------------------------------------
Ddocs/buildtarina.pdf | 0
Adocs/footerhtml | 1+
Adocs/headerhtml | 6++++++
Mdocs/makedocs.sh | 4++--
Adocs/tarina-build-instructions.html | 216+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adocs/tarina-build-instructions.md | 385+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adocs/tarina-build-instructions.pdf | 0
10 files changed, 611 insertions(+), 605 deletions(-)

diff --git a/README.md b/README.md @@ -16,7 +16,7 @@ Do it yourself video camera with the ability to assemble your film, keeping trac 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/BUILDTARINA.md) +[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) diff --git a/docs/BUILDTARINA.md b/docs/BUILDTARINA.md @@ -1,390 +0,0 @@ -<link rel="stylesheet" href="style.css" type="text/css" rel="stylesheet"/> - - - -TARINA BUILD INSTRUCTIONS -========================= - -Build instructions for the lazy filmmakers. If your dog dies while building this I am not responsible. - -[Buy the parts](#buy-the-parts) - -[3d printing](#3d-printing) - -[Post processing](#post-processing) - -[Soldering stuff](#soldering-stuff) - -[Putting it together](#putting-it-together) - -[Installing software](#installing-software) - -[Tested lenses](#tested-lenses) - ---- - -![Tarina parts layed out](tarina-build.jpg) - ---- - -Buy the parts -============= - -Here is a list of parts that will work, there are other parts that probably will work but this is what I recommend. - ---- - -Raspberry pi 3 B ----------------- -Price ~30 eur - -The heart of Tarina. Why Raspberry pi you ask? There are several reasons: - -* Available everywhere. -* Huge support. -* The great Debian based os Raspbian (beeing a debian nerd myself). -* Low price. -* Picamera. - -The 3B+ is too powerhungry for the Powerbooster 1000C thats why I went with 3B - -**Links** -[Raspberry pi site](https://raspberrypi.org) -**Buy** -[Aliexpress](https://www.aliexpress.com/store/product/Raspberry-Pi-3-Model-B-Raspberry-Pi-Raspberry-Pi3-B-Pi-3-Pi-3B-With-WiFi/3242037_32900816535.html?spm=2114.search0104.3.113.7a702274lCPIr4&ws_ab_test=searchweb0_0,searchweb201602_5_10065_10068_5016020_5015416_10059_10696_100031_5015320_10084_10083_10103_451_10618_452_5016116_10304_10307_10820_10821_10302,searchweb201603_55,ppcSwitch_2&algo_expid=0a48bb10-5985-49ff-be76-433eb1f8685b-15&algo_pvid=0a48bb10-5985-49ff-be76-433eb1f8685b&priceBeautifyAB=0) - ---- - -Arducam 8 MP Sony IMX219 camera module with CS lens 2718 --------------------------------------------------------- -Price ~60 eur - -This module and lens gives good hd video quality with the ability to manually focus and replace lenses. See tested lenses down below. - -**Links** -[Arducam](http://arducam.com/) -**Buy** -[uctronics](http://www.uctronics.com/arducam-8-mp-sony-imx219-camera-module-with-cs-lens-2717-for-raspberry-pi.html) - ---- - -Ugeek 3.5 inch 800x480 TFT Screen ---------------------------------- -Price ~35 eur - -Best 3.5 inch screen that I could find. Features worth mentioning: - -* 800x480 pixels -* Very responsible 11 ms. -* High contrast. -* Sunlight readable. -* I2C Master. - -This is not a touchscreen but I dont think touchscreens are good for cameras anyway. - -**Links** -[Raspberrypiwiki](http://www.raspberrypiwiki.com/index.php/3.5_inch_TFT_800x480@60fps) -**Buy** -[Aliexpress](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 --------------------------- -Price ~1 eur - -Really cheap usb soundcard. It has been working suprisingly well. Have not tested other cards yet. - -**Buy** -[Aliexpress](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) - ---- - -3.7v 7800mAh li-ion Battery ---------------------------- -Price ~17 eur - -I have tried several batteries, the adafruit 6800mAh is also fine. - -**Buy** -[Aliexpress](https://www.aliexpress.com/item/free-shipping-3-7v-7800mah-18650-li-ion-rechargeable-battery-pack-18650-3P-lithium-ion-battery/32823635264.html?spm=a2g0s.9042311.0.0.49ba4c4dyoKkZS) - ---- - -Adafruit Powerboost 1000C -------------------------- -Price ~23 eur - -This is the only power board that I could find with the feature to run the camera and charge it at the same time. - -**Links** -[Adafruit](https://www.adafruit.com/product/2465) -**Buy** -[Ebay](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) - ---- - -8x8x5MM DIP-4 Silicone Switch Mute Silent button ------------------------------------------------- -Price ~2 eur/20 pcs - -You can only buy a pack of 20 pcs but these buttons are good and silent! Not necessary if you want to control with keyboard like Rii mini 8+ - -**Buy** -[Ebay](http://www.ebay.com/itm/151723036469?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT) - ---- - -MCP23017-E/SP DIP-28 16 Bit I / O Expander I2C ------------------------------------------------ -Price ~1 eur - -This will be connected to the screen I2C port. This is not necessary if you intend to control the camera with a keyboard like the Rii mini i8+ - -**Buy** -[Aliexpress](https://www.aliexpress.com/item/10PCS-MCP23017-E-SP-DIP-28-MCP23017-16-Bit-I-O-Expander-with-I2C-Interface-IC/32665631086.html?spm=a2g0s.9042311.0.0.27424c4dn4m008) - ---- - -Piezo Electronic Buzzer ------------------------ -Price ~1 eur - -Very useful for timing shots! - -**Buy** -[Aliexpress](https://www.aliexpress.com/store/product/New-Arrival-Durable-3-24V-Piezo-Electronic-Buzzer-Alarm-95DB-Continuous-Sound-Beeper-For-Arduino-Car/1959068_32666789405.html?spm=2114.search0204.3.1.4cef4057RBI3xn&ws_ab_test=searchweb0_0,searchweb201602_3_10065_10068_10059_5015413_5015313_10696_100031_10084_10083_5016113_10103_451_10618_452_10304_10307_10820_10821_10302_5016013,searchweb201603_45,ppcSwitch_4_ppcChannel&algo_expid=c84318cd-b50e-4370-9cad-6ae9bc7963ae-0&algo_pvid=c84318cd-b50e-4370-9cad-6ae9bc7963ae&priceBeautifyAB=0) - ---- - -1A 30V DC 250V Black Latching On Off Mini Torch Push Button Switch -------------------------------------------------------------------- -Price ~1 eur/10 pcs - -This serves as the microphone and screen on/off button - -**Buy** -[Aliexpress](https://www.aliexpress.com/item/10Pcs-Set-1A-30V-DC-250V-Black-Latching-On-Off-Mini-Torch-Push-Button-Switch-G08/32756874522.html?spm=a2g0s.9042311.0.0.27424c4ddFzv3i) - ---- - -Latching push button switch 10mm fixed --------------------------------------- -Price ~5 eur/24 pcs - -I use this as the powerbutton. I have tried different versions of safe shutdown buttons for the Raspberry pi but they have not worked as I wanted (they draw power even when Pi is powered off, this is not good). I have solved the problem with a menu button to safely shut down the camera. - -**Buy** -[Aliexpress](https://www.aliexpress.com/item/24pcs-latching-push-button-switch-10mm-fixed-pushbutton-switch-latching-maintained-push-buttons/32770346793.html?spm=a2g0s.9042311.0.0.27424c4ddFzv3i) - ---- - -Stainless Steel Hex Full Nut 1/4 inch -20 UNC 304 A2 ------------------------------------------------- -Price ~2 eur/10 pcs - -This is the standard camera stand nuts. If you never use a stand then you dont need this. - -**Buy** -[Ebay](https://www.ebay.com/itm/1-4-20-UNC-304-A2-Stainless-Steel-Hex-Full-Nuts-Qty-10PCS-/222134363896?hash=item33b83d66f8)<br> - ---- - -MAX9812 Microphone Amplifier ----------------------------- -Price ~2 eur - -This makes suprisingly good sounding sound! - -**Buy** -[Aliexpress](https://www.aliexpress.com/item/MIC-microphone-amplifier-module-sound-module-voice-module/32268198506.html?spm=a2g0s.9042311.0.0.3ac34c4dNug0b5) - ---- - -3.5mm Female 5 Pins Stereo Headset Interior PCB Mount Audio ------------------------------------------------------------ -Price ~1 eur/10 pcs - -Microphone input. - -**Buy** -[Ebay](https://www.ebay.com/itm/10pcs-3-5mm-Female-5-Pins-Stereo-Headset-Interior-PCB-Mount-Audio-Jack-Socket-/252376936189?hash=item3ac2d66efd) - ---- - -LR44 Batteries --------------- -Price ~2 eur/10 pcs - -Microphone batteries - -**Buy** -[Aliexpress](https://www.aliexpress.com/store/product/10PCS-Lot-100-Genuine-wholesale-GP-A76-GPA76-LR44-AG13-LR44-SR44-battery-LR44-357-AG13/1120058_32739450265.html?spm=2114.search0104.3.44.5b5d32dbJK5uJ1&ws_ab_test=searchweb0_0,searchweb201602_5_10065_10068_5015418_5016020_10059_10696_100031_5015320_10084_10083_10103_451_10618_452_10304_10307_10820_10821_5016118_10302,searchweb201603_55,ppcSwitch_2&algo_expid=8af0bcbe-dcb8-4f9a-bd47-084a4d77561a-6&algo_pvid=8af0bcbe-dcb8-4f9a-bd47-084a4d77561a&priceBeautifyAB=0) - ---- - -Screws M3x12 ------------ -Price ~2 eur/25 pcs - -These hold the camera together. - -**Buy** -Your local harware store -[Motonet (store in Finland)](https://www.motonet.fi/fi/tuote/389247/Uraruuvi-3x12-A2-RST-25kpl) - ---- - -Screws 2.2x9.5mm ----------------- -Price ~1 eur/20 pcs - -These hold the camera/mic together. - -**Buy** -Your local hardware store -[Hobbycenter (store in Finland)](https://www.hobbycenter.fi/kavan-puuruuvi-22x95mm-20-kpl-0096a) - ---- - -LR44 Button Cell Battery Socket Holder --------------------------------------- -Price ~1 eur/pcs - -We only need the metal parts from these, if you have som thin metal you could cut these yourself. - -**Buy** -[Aliexpress](https://www.aliexpress.com/item/5Pcs-lot-AG13-LR44-Button-Cell-Battery-Socket-Holder-Plastic-Case-TBH-AG13-B/32833837989.html?spm=a2g0s.9042311.0.0.27424c4dE5lqct) - ---- - -3.5mm Jack to Jack Aux Cable ----------------------------- -Price ~1 eur - -From microphone to mic-in. - -**Buy** -[Aliexpress](https://www.aliexpress.com/store/product/1-Piece-Short-0-2M-20cm-Red-3-5mm-Jack-to-Jack-Aux-Cable-Male-to/505072_32833465555.html?spm=2114.search0104.3.9.383e3c3dVjq9DY&ws_ab_test=searchweb0_0,searchweb201602_5_10065_10068_5016020_10059_10696_100031_5015320_5016120_10084_10083_5015420_10103_451_10618_452_10304_10307_10820_10821_10302,searchweb201603_55,ppcSwitch_2&algo_expid=9ba0b376-e66f-48d2-9ccd-ecc1e8794812-1&algo_pvid=9ba0b376-e66f-48d2-9ccd-ecc1e8794812&priceBeautifyAB=0) - ---- - -Rii mini i8+ mini keyboard --------------------------- -Price ~17 eur - -Wireless control over camera. You will also need this for wifi settings etc. (Recommended) This is one of the best mini keyboards I've tried. - -**Buy** -[Aliexpress](https://www.aliexpress.com/item/Rii-mini-i8-Russian-English-Spanish-Hebrew-Version-Wireless-Backlit-Keyboard-with-Touchpad-for-PC-Smart/32450468690.html?spm=a2g0s.9042311.0.0.27424c4dKdqpVO) - ---- - -Parts grand total ~200 eur - ---- - -3d printing -=========== - -While waiting for ordered parts lets 3d print the rest of the parts. I recommend printing with a solid 90% infill. Now it is pretty crucial that you have a good calibrated printer so that you don't over/under print. Some parts need to be very precise to work. - -You'll find all the 3d parts in the 3d folder. - -* [body](https://github.com/rbckman/tarina/blob/master/3d/tarina-body.stl) -* [button-plate-bottom](https://github.com/rbckman/tarina/blob/master/3d/tarina-button-plate-bottom.stl) -* [button-plate-upper](https://github.com/rbckman/tarina/blob/master/3d/tarina-button-plate-upper.stl) -* [hdmi-cap](https://github.com/rbckman/tarina/blob/master/3d/tarina-hdmi-cap.stl) -* [left-side](https://github.com/rbckman/tarina/blob/master/3d/tarina-left-side.stl) -* [mic-body](https://github.com/rbckman/tarina/blob/master/3d/tarina-mic-body.stl) -* [mic-lid](https://github.com/rbckman/tarina/blob/master/3d/tarina-mic-lid.stl) -* [picamera-body](https://github.com/rbckman/tarina/blob/master/3d/tarina-picamera-body.stl) -* [picamera-body-lid](https://github.com/rbckman/tarina/blob/master/3d/tarina-picamera-body-lid.stl) -* [picamera-bridge](https://github.com/rbckman/tarina/blob/master/3d/tarina-picamera-bridge.stl) -* [right-side](https://github.com/rbckman/tarina/blob/master/3d/tarina-right-side.stl) -* [screen-lid](https://github.com/rbckman/tarina/blob/master/3d/tarina-screen-lid.stl) - ---- - -Post processing -=============== - -This is still a work in progress... - -So far I've come to this conclusion: - -* Sanded with multiple grit/sandpaper from rough to the finest (from 120 to 400) -* Paint first two layers -* Sand again -* Paint two layers again -* Continue til satisfied - ---- - -Soldering stuff -=================== - -Documentation on its way, if your in a hurry feel free to drop a message in [telegram](https://t.me/tarinadiy) - ---- - -Putting it together -=================== - -Documentation is on its way, if your in a hurry feel free to drop a message in [telegram](https://t.me/tarinadiy) - ---- - -Installing software -=================== - -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: -``` -git clone https://rbckman@bitbucket.org/rbckman/tarina.git -cd tarina -sudo ./install.sh -``` -You'r ready to rumble: -``` -python tarina.py -``` -Happy filming! - -![Should be looking like this once finnished](tarina-leone.jpg) - ---- - -Tested lenses -============= - -Here is what I'm testing right now. - ---- - -Yumiki 6-60mm 1/3" CS Lens CCTV Lens IR F1.6 Manual Zoom Manual Iris --------------------------------------------------------------------- - -[Aliexpress](https://www.aliexpress.com/item/6-60mm-1-3-CS-Lens-CCTV-Lens-IR-F1-6-Manual-Zoom-Manual-Iris-for/32793850795.html?spm=a2g0s.9042311.0.0.27424c4dmtk6IZ) - ---- - -Camera Lens 2.8-12mm Varifocal ------------------------------- - -This lens is good. Will write a longer review once I have more filming hours. - -[Aliexpress](https://www.aliexpress.com/item/Megapixel-Fixed-Iris-HD-CCTV-Camera-Lens-2-8-12mm-Varifocal-HD-Security-Camera-Lens-Manual/32644427822.html?spm=a2g0s.9042311.0.0.27424c4dmtk6IZ) - ---- - -that's all folks... diff --git a/docs/buildtarina.index b/docs/buildtarina.index @@ -1,212 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <meta http-equiv="Content-Style-Type" content="text/css" /> - <meta name="generator" content="pandoc" /> - <title></title> - <style type="text/css">code{white-space: pre;}</style> -</head> -<body> -<p><link rel="stylesheet" href="style.css" type="text/css" rel="stylesheet"/></p> -<h1 id="tarina-build-instructions">TARINA BUILD INSTRUCTIONS</h1> -<p>Build instructions for the lazy filmmakers. If your dog dies while building this I am not responsible.</p> -<p><a href="#buy-the-parts">Buy the parts</a></p> -<p><a href="#3d-printing">3d printing</a></p> -<p><a href="#post-processing">Post processing</a></p> -<p><a href="#soldering-stuff">Soldering stuff</a></p> -<p><a href="#putting-it-together">Putting it together</a></p> -<p><a href="#installing-software">Installing software</a></p> -<p><a href="#tested-lenses">Tested lenses</a></p> -<hr /> -<div class="figure"> -<img src="tarina-build.jpg" alt="Tarina parts layed out" /> -<p class="caption">Tarina parts layed out</p> -</div> -<hr /> -<h1 id="buy-the-parts">Buy the parts</h1> -<p>Here is a list of parts that will work, there are other parts that probably will work but this is what I recommend.</p> -<hr /> -<h2 id="raspberry-pi-3-b">Raspberry pi 3 B</h2> -<p>Price ~30 eur</p> -<p>The heart of Tarina. Why Raspberry pi you ask? There are several reasons:</p> -<ul> -<li>Available everywhere.</li> -<li>Huge support.</li> -<li>The great Debian based os Raspbian (beeing a debian nerd myself).</li> -<li>Low price.</li> -<li>Picamera.</li> -</ul> -<p>The 3B+ is too powerhungry for the Powerbooster 1000C thats why I went with 3B</p> -<p><strong>Links</strong> <a href="https://raspberrypi.org">Raspberry pi site</a> <strong>Buy</strong> <a href="https://www.aliexpress.com/store/product/Raspberry-Pi-3-Model-B-Raspberry-Pi-Raspberry-Pi3-B-Pi-3-Pi-3B-With-WiFi/3242037_32900816535.html?spm=2114.search0104.3.113.7a702274lCPIr4&amp;ws_ab_test=searchweb0_0,searchweb201602_5_10065_10068_5016020_5015416_10059_10696_100031_5015320_10084_10083_10103_451_10618_452_5016116_10304_10307_10820_10821_10302,searchweb201603_55,ppcSwitch_2&amp;algo_expid=0a48bb10-5985-49ff-be76-433eb1f8685b-15&amp;algo_pvid=0a48bb10-5985-49ff-be76-433eb1f8685b&amp;priceBeautifyAB=0">Aliexpress</a></p> -<hr /> -<h2 id="arducam-8-mp-sony-imx219-camera-module-with-cs-lens-2718">Arducam 8 MP Sony IMX219 camera module with CS lens 2718</h2> -<p>Price ~60 eur</p> -<p>This module and lens gives good hd video quality with the ability to manually focus and replace lenses. See tested lenses down below.</p> -<p><strong>Links</strong> <a href="http://arducam.com/">Arducam</a> <strong>Buy</strong> <a href="http://www.uctronics.com/arducam-8-mp-sony-imx219-camera-module-with-cs-lens-2717-for-raspberry-pi.html">uctronics</a></p> -<hr /> -<h2 id="ugeek-3.5-inch-800x480-tft-screen">Ugeek 3.5 inch 800x480 TFT Screen</h2> -<p>Price ~35 eur</p> -<p>Best 3.5 inch screen that I could find. Features worth mentioning:</p> -<ul> -<li>800x480 pixels</li> -<li>Very responsible 11 ms.</li> -<li>High contrast.</li> -<li>Sunlight readable.</li> -<li>I2C Master.</li> -</ul> -<p>This is not a touchscreen but I dont think touchscreens are good for cameras anyway.</p> -<p><strong>Links</strong> <a href="http://www.raspberrypiwiki.com/index.php/3.5_inch_TFT_800x480@60fps">Raspberrypiwiki</a> <strong>Buy</strong> <a href="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">Aliexpress</a></p> -<hr /> -<h2 id="usb-via-vt1620a-sound-card">USB via vt1620a Sound card</h2> -<p>Price ~1 eur</p> -<p>Really cheap usb soundcard. It has been working suprisingly well. Have not tested other cards yet.</p> -<p><strong>Buy</strong> <a href="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">Aliexpress</a></p> -<hr /> -<h2 id="v-7800mah-li-ion-battery">3.7v 7800mAh li-ion Battery</h2> -<p>Price ~17 eur</p> -<p>I have tried several batteries, the adafruit 6800mAh is also fine.</p> -<p><strong>Buy</strong> <a href="https://www.aliexpress.com/item/free-shipping-3-7v-7800mah-18650-li-ion-rechargeable-battery-pack-18650-3P-lithium-ion-battery/32823635264.html?spm=a2g0s.9042311.0.0.49ba4c4dyoKkZS">Aliexpress</a></p> -<hr /> -<h2 id="adafruit-powerboost-1000c">Adafruit Powerboost 1000C</h2> -<p>Price ~23 eur</p> -<p>This is the only power board that I could find with the feature to run the camera and charge it at the same time.</p> -<p><strong>Links</strong> <a href="https://www.adafruit.com/product/2465">Adafruit</a> <strong>Buy</strong> <a href="https://www.ebay.com/itm/Adafruit-PowerBoost-1000-Charger-Rechargeable-5V-Lipo-USB-Boost-1A-1000C-A/282083284436?epid=2256108887&amp;hash=item41ad7955d4%3Ag%3ALesAAOSwkQZbYXrn&amp;_sacat=0&amp;_nkw=powerboost+1000c&amp;_from=R40&amp;rt=nc&amp;_trksid=m570.l1313">Ebay</a></p> -<hr /> -<h2 id="x8x5mm-dip-4-silicone-switch-mute-silent-button">8x8x5MM DIP-4 Silicone Switch Mute Silent button</h2> -<p>Price ~2 eur/20 pcs</p> -<p>You can only buy a pack of 20 pcs but these buttons are good and silent! Not necessary if you want to control with keyboard like Rii mini 8+</p> -<p><strong>Buy</strong> <a href="http://www.ebay.com/itm/151723036469?_trksid=p2057872.m2749.l2649&amp;ssPageName=STRK%3AMEBIDX%3AIT">Ebay</a></p> -<hr /> -<h2 id="mcp23017-esp-dip-28-16-bit-i-o-expander-i2c">MCP23017-E/SP DIP-28 16 Bit I / O Expander I2C</h2> -<p>Price ~1 eur</p> -<p>This will be connected to the screen I2C port. This is not necessary if you intend to control the camera with a keyboard like the Rii mini i8+</p> -<p><strong>Buy</strong> <a href="https://www.aliexpress.com/item/10PCS-MCP23017-E-SP-DIP-28-MCP23017-16-Bit-I-O-Expander-with-I2C-Interface-IC/32665631086.html?spm=a2g0s.9042311.0.0.27424c4dn4m008">Aliexpress</a></p> -<hr /> -<h2 id="piezo-electronic-buzzer">Piezo Electronic Buzzer</h2> -<p>Price ~1 eur</p> -<p>Very useful for timing shots!</p> -<p><strong>Buy</strong> <a href="https://www.aliexpress.com/store/product/New-Arrival-Durable-3-24V-Piezo-Electronic-Buzzer-Alarm-95DB-Continuous-Sound-Beeper-For-Arduino-Car/1959068_32666789405.html?spm=2114.search0204.3.1.4cef4057RBI3xn&amp;ws_ab_test=searchweb0_0,searchweb201602_3_10065_10068_10059_5015413_5015313_10696_100031_10084_10083_5016113_10103_451_10618_452_10304_10307_10820_10821_10302_5016013,searchweb201603_45,ppcSwitch_4_ppcChannel&amp;algo_expid=c84318cd-b50e-4370-9cad-6ae9bc7963ae-0&amp;algo_pvid=c84318cd-b50e-4370-9cad-6ae9bc7963ae&amp;priceBeautifyAB=0">Aliexpress</a></p> -<hr /> -<h2 id="a-30v-dc-250v-black-latching-on-off-mini-torch-push-button-switch">1A 30V DC 250V Black Latching On Off Mini Torch Push Button Switch</h2> -<p>Price ~1 eur/10 pcs</p> -<p>This serves as the microphone and screen on/off button</p> -<p><strong>Buy</strong> <a href="https://www.aliexpress.com/item/10Pcs-Set-1A-30V-DC-250V-Black-Latching-On-Off-Mini-Torch-Push-Button-Switch-G08/32756874522.html?spm=a2g0s.9042311.0.0.27424c4ddFzv3i">Aliexpress</a></p> -<hr /> -<h2 id="latching-push-button-switch-10mm-fixed">Latching push button switch 10mm fixed</h2> -<p>Price ~5 eur/24 pcs</p> -<p>I use this as the powerbutton. I have tried different versions of safe shutdown buttons for the Raspberry pi but they have not worked as I wanted (they draw power even when Pi is powered off, this is not good). I have solved the problem with a menu button to safely shut down the camera.</p> -<p><strong>Buy</strong> <a href="https://www.aliexpress.com/item/24pcs-latching-push-button-switch-10mm-fixed-pushbutton-switch-latching-maintained-push-buttons/32770346793.html?spm=a2g0s.9042311.0.0.27424c4ddFzv3i">Aliexpress</a></p> -<hr /> -<h2 id="stainless-steel-hex-full-nut-14-inch--20-unc-304-a2">Stainless Steel Hex Full Nut 1/4 inch -20 UNC 304 A2</h2> -<p>Price ~2 eur/10 pcs</p> -<p>This is the standard camera stand nuts. If you never use a stand then you dont need this.</p> -<p><strong>Buy</strong> <a href="https://www.ebay.com/itm/1-4-20-UNC-304-A2-Stainless-Steel-Hex-Full-Nuts-Qty-10PCS-/222134363896?hash=item33b83d66f8">Ebay</a><br></p> -<hr /> -<h2 id="max9812-microphone-amplifier">MAX9812 Microphone Amplifier</h2> -<p>Price ~2 eur</p> -<p>This makes suprisingly good sounding sound!</p> -<p><strong>Buy</strong> <a href="https://www.aliexpress.com/item/MIC-microphone-amplifier-module-sound-module-voice-module/32268198506.html?spm=a2g0s.9042311.0.0.3ac34c4dNug0b5">Aliexpress</a></p> -<hr /> -<h2 id="mm-female-5-pins-stereo-headset-interior-pcb-mount-audio">3.5mm Female 5 Pins Stereo Headset Interior PCB Mount Audio</h2> -<p>Price ~1 eur/10 pcs</p> -<p>Microphone input.</p> -<p><strong>Buy</strong> <a href="https://www.ebay.com/itm/10pcs-3-5mm-Female-5-Pins-Stereo-Headset-Interior-PCB-Mount-Audio-Jack-Socket-/252376936189?hash=item3ac2d66efd">Ebay</a></p> -<hr /> -<h2 id="lr44-batteries">LR44 Batteries</h2> -<p>Price ~2 eur/10 pcs</p> -<p>Microphone batteries</p> -<p><strong>Buy</strong> <a href="https://www.aliexpress.com/store/product/10PCS-Lot-100-Genuine-wholesale-GP-A76-GPA76-LR44-AG13-LR44-SR44-battery-LR44-357-AG13/1120058_32739450265.html?spm=2114.search0104.3.44.5b5d32dbJK5uJ1&amp;ws_ab_test=searchweb0_0,searchweb201602_5_10065_10068_5015418_5016020_10059_10696_100031_5015320_10084_10083_10103_451_10618_452_10304_10307_10820_10821_5016118_10302,searchweb201603_55,ppcSwitch_2&amp;algo_expid=8af0bcbe-dcb8-4f9a-bd47-084a4d77561a-6&amp;algo_pvid=8af0bcbe-dcb8-4f9a-bd47-084a4d77561a&amp;priceBeautifyAB=0">Aliexpress</a></p> -<hr /> -<h2 id="screws-m3x12">Screws M3x12</h2> -<p>Price ~2 eur/25 pcs</p> -<p>These hold the camera together.</p> -<p><strong>Buy</strong> Your local harware store <a href="https://www.motonet.fi/fi/tuote/389247/Uraruuvi-3x12-A2-RST-25kpl">Motonet (store in Finland)</a></p> -<hr /> -<h2 id="screws-2.2x9.5mm">Screws 2.2x9.5mm</h2> -<p>Price ~1 eur/20 pcs</p> -<p>These hold the camera/mic together.</p> -<p><strong>Buy</strong> Your local hardware store <a href="https://www.hobbycenter.fi/kavan-puuruuvi-22x95mm-20-kpl-0096a">Hobbycenter (store in Finland)</a></p> -<hr /> -<h2 id="lr44-button-cell-battery-socket-holder">LR44 Button Cell Battery Socket Holder</h2> -<p>Price ~1 eur/pcs</p> -<p>We only need the metal parts from these, if you have som thin metal you could cut these yourself.</p> -<p><strong>Buy</strong> <a href="https://www.aliexpress.com/item/5Pcs-lot-AG13-LR44-Button-Cell-Battery-Socket-Holder-Plastic-Case-TBH-AG13-B/32833837989.html?spm=a2g0s.9042311.0.0.27424c4dE5lqct">Aliexpress</a></p> -<hr /> -<h2 id="mm-jack-to-jack-aux-cable">3.5mm Jack to Jack Aux Cable</h2> -<p>Price ~1 eur</p> -<p>From microphone to mic-in.</p> -<p><strong>Buy</strong> <a href="https://www.aliexpress.com/store/product/1-Piece-Short-0-2M-20cm-Red-3-5mm-Jack-to-Jack-Aux-Cable-Male-to/505072_32833465555.html?spm=2114.search0104.3.9.383e3c3dVjq9DY&amp;ws_ab_test=searchweb0_0,searchweb201602_5_10065_10068_5016020_10059_10696_100031_5015320_5016120_10084_10083_5015420_10103_451_10618_452_10304_10307_10820_10821_10302,searchweb201603_55,ppcSwitch_2&amp;algo_expid=9ba0b376-e66f-48d2-9ccd-ecc1e8794812-1&amp;algo_pvid=9ba0b376-e66f-48d2-9ccd-ecc1e8794812&amp;priceBeautifyAB=0">Aliexpress</a></p> -<hr /> -<h2 id="rii-mini-i8-mini-keyboard">Rii mini i8+ mini keyboard</h2> -<p>Price ~17 eur</p> -<p>Wireless control over camera. You will also need this for wifi settings etc. (Recommended) This is one of the best mini keyboards I've tried.</p> -<p><strong>Buy</strong> <a href="https://www.aliexpress.com/item/Rii-mini-i8-Russian-English-Spanish-Hebrew-Version-Wireless-Backlit-Keyboard-with-Touchpad-for-PC-Smart/32450468690.html?spm=a2g0s.9042311.0.0.27424c4dKdqpVO">Aliexpress</a></p> -<hr /> -<p>Parts grand total ~200 eur</p> -<hr /> -<h1 id="d-printing">3d printing</h1> -<p>While waiting for ordered parts lets 3d print the rest of the parts. I recommend printing with a solid 90% infill. Now it is pretty crucial that you have a good calibrated printer so that you don't over/under print. Some parts need to be very precise to work.</p> -<p>You'll find all the 3d parts in the 3d folder.</p> -<ul> -<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-body.stl">body</a></li> -<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-button-plate-bottom.stl">button-plate-bottom</a></li> -<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-button-plate-upper.stl">button-plate-upper</a></li> -<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-hdmi-cap.stl">hdmi-cap</a></li> -<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-left-side.stl">left-side</a></li> -<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-mic-body.stl">mic-body</a></li> -<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-mic-lid.stl">mic-lid</a></li> -<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-picamera-body.stl">picamera-body</a></li> -<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-picamera-body-lid.stl">picamera-body-lid</a></li> -<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-picamera-bridge.stl">picamera-bridge</a></li> -<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-right-side.stl">right-side</a></li> -<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-screen-lid.stl">screen-lid</a></li> -</ul> -<hr /> -<h1 id="post-processing">Post processing</h1> -<p>This is still a work in progress...</p> -<p>So far I've come to this conclusion:</p> -<ul> -<li>Sanded with multiple grit/sandpaper from rough to the finest (from 120 to 400)</li> -<li>Paint first two layers</li> -<li>Sand again</li> -<li>Paint two layers again</li> -<li>Continue til satisfied</li> -</ul> -<hr /> -<h1 id="soldering-stuff">Soldering stuff</h1> -<p>Documentation on its way, if your in a hurry feel free to drop a message in <a href="https://t.me/tarinadiy">telegram</a></p> -<hr /> -<h1 id="putting-it-together">Putting it together</h1> -<p>Documentation is on its way, if your in a hurry feel free to drop a message in <a href="https://t.me/tarinadiy">telegram</a></p> -<hr /> -<h1 id="installing-software">Installing software</h1> -<p>Download latest <a href="https://www.raspberrypi.org/downloads/raspbian/">Raspbian</a> and follow <a href="https://www.raspberrypi.org/documentation/installation/installing-images/README.md">install instructions</a>. <a href="https://www.raspberrypi.org/documentation/remote-access/ssh/">Ssh into</a> Raspberry Pi and run:</p> -<pre><code>sudo raspi-config</code></pre> -<p>Expand file system, enable camera and then reboot. Run this to install git:</p> -<pre><code>sudo apt-get install git</code></pre> -<p>Git clone tarina and then run install script with sudo:</p> -<pre><code>git clone https://rbckman@bitbucket.org/rbckman/tarina.git -cd tarina -sudo ./install.sh</code></pre> -<p>You'r ready to rumble:</p> -<pre><code>python tarina.py</code></pre> -<p>Happy filming!</p> -<div class="figure"> -<img src="tarina-leone.jpg" alt="Should be looking like this once finnished" /> -<p class="caption">Should be looking like this once finnished</p> -</div> -<hr /> -<h1 id="tested-lenses">Tested lenses</h1> -<p>Here is what I'm testing right now.</p> -<hr /> -<h2 id="yumiki-6-60mm-13-cs-lens-cctv-lens-ir-f1.6-manual-zoom-manual-iris">Yumiki 6-60mm 1/3&quot; CS Lens CCTV Lens IR F1.6 Manual Zoom Manual Iris</h2> -<p><a href="https://www.aliexpress.com/item/6-60mm-1-3-CS-Lens-CCTV-Lens-IR-F1-6-Manual-Zoom-Manual-Iris-for/32793850795.html?spm=a2g0s.9042311.0.0.27424c4dmtk6IZ">Aliexpress</a></p> -<hr /> -<h2 id="camera-lens-2.8-12mm-varifocal">Camera Lens 2.8-12mm Varifocal</h2> -<p>This lens is good. Will write a longer review once I have more filming hours.</p> -<p><a href="https://www.aliexpress.com/item/Megapixel-Fixed-Iris-HD-CCTV-Camera-Lens-2-8-12mm-Varifocal-HD-Security-Camera-Lens-Manual/32644427822.html?spm=a2g0s.9042311.0.0.27424c4dmtk6IZ">Aliexpress</a></p> -<hr /> -<p>that's all folks...</p> -</body> -</html> diff --git a/docs/buildtarina.pdf b/docs/buildtarina.pdf Binary files differ. diff --git a/docs/footerhtml b/docs/footerhtml @@ -0,0 +1 @@ +thats all folks! diff --git a/docs/headerhtml b/docs/headerhtml @@ -0,0 +1,6 @@ +<!doctype html> +<HEAD> + <meta charset="utf-8"> + <title>Tarina | a DIY camera for lazy filmmakers</title> + <link rel="stylesheet" href="style.css" type="text/css" rel="stylesheet"/> +</HEAD> diff --git a/docs/makedocs.sh b/docs/makedocs.sh @@ -2,5 +2,5 @@ ## install dependencies ## sudo apt install pandoc texlive-fonts-recommended texlive-latex-recommended -pandoc BUILDTARINA.md -f markdown -s -o buildtarina.index -pandoc BUILDTARINA.md -f markdown -s -o buildtarina.pdf +pandoc tarina-build-instructions.md -f markdown -H headerhtml -A footerhtml -o tarina-build-instructions.html +pandoc tarina-build-instructions.md -f markdown -s -o tarina-build-instructions.pdf diff --git a/docs/tarina-build-instructions.html b/docs/tarina-build-instructions.html @@ -0,0 +1,216 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta http-equiv="Content-Style-Type" content="text/css" /> + <meta name="generator" content="pandoc" /> + <title></title> + <style type="text/css">code{white-space: pre;}</style> + <!doctype html> + <HEAD> + <meta charset="utf-8"> + <title>Tarina | a DIY camera for lazy filmmakers</title> + <link rel="stylesheet" href="style.css" type="text/css" rel="stylesheet"/> + </HEAD> +</head> +<body> +<h1 id="tarina-build-instructions">TARINA BUILD INSTRUCTIONS</h1> +<p>Build instructions for the lazy filmmakers. If your dog dies while building this I am not responsible.</p> +<p><a href="#get-the-parts">Get the parts</a></p> +<p><a href="#3d-printing">3d printing</a></p> +<p><a href="#post-processing">Post processing</a></p> +<p><a href="#soldering-stuff">Soldering stuff</a></p> +<p><a href="#putting-it-together">Putting it together</a></p> +<p><a href="#installing-software">Installing software</a></p> +<p><a href="#tested-lenses">Tested lenses</a></p> +<hr /> +<div class="figure"> +<img src="tarina-build.jpg" alt="Tarina parts layed out" /> +<p class="caption">Tarina parts layed out</p> +</div> +<hr /> +<h1 id="get-the-parts">Get the parts</h1> +<p>Here is a list of parts that will work, there are other parts that probably will work but this is what I recommend.</p> +<hr /> +<h2 id="raspberry-pi-3-b">Raspberry pi 3 B</h2> +<p>Price ~30 eur</p> +<p>The heart of Tarina. Why Raspberry pi you ask? There are several reasons:</p> +<ul> +<li>Huge support.</li> +<li>The great Debian based os Raspbian (beeing a debian nerd myself).</li> +<li>Low price.</li> +<li>Picamera.</li> +</ul> +<p>The 3B+ is too powerhungry for the Powerbooster 1000C thats why I went with 3B</p> +<p><strong>Links</strong> <a href="https://raspberrypi.org">Raspberry pi site</a> <strong>Buy</strong> <a href="https://www.aliexpress.com/store/product/Raspberry-Pi-3-Model-B-Raspberry-Pi-Raspberry-Pi3-B-Pi-3-Pi-3B-With-WiFi/3242037_32900816535.html?spm=2114.search0104.3.113.7a702274lCPIr4&amp;ws_ab_test=searchweb0_0,searchweb201602_5_10065_10068_5016020_5015416_10059_10696_100031_5015320_10084_10083_10103_451_10618_452_5016116_10304_10307_10820_10821_10302,searchweb201603_55,ppcSwitch_2&amp;algo_expid=0a48bb10-5985-49ff-be76-433eb1f8685b-15&amp;algo_pvid=0a48bb10-5985-49ff-be76-433eb1f8685b&amp;priceBeautifyAB=0">Aliexpress</a></p> +<hr /> +<h2 id="arducam-8-mp-sony-imx219-camera-module-with-cs-lens-2718">Arducam 8 MP Sony IMX219 camera module with CS lens 2718</h2> +<p>Price ~60 eur</p> +<p>This module and lens gives good hd video quality with the ability to manually focus and replace lenses. See tested lenses down below.</p> +<p><strong>Links</strong> <a href="http://arducam.com/">Arducam</a> <strong>Buy</strong> <a href="http://www.uctronics.com/arducam-8-mp-sony-imx219-camera-module-with-cs-lens-2717-for-raspberry-pi.html">uctronics</a></p> +<hr /> +<h2 id="ugeek-3.5-inch-800x480-tft-screen">Ugeek 3.5 inch 800x480 TFT Screen</h2> +<p>Price ~35 eur</p> +<p>Best 3.5 inch screen that I could find. Features worth mentioning:</p> +<ul> +<li>800x480 pixels</li> +<li>Very responsible 11 ms.</li> +<li>High contrast.</li> +<li>Sunlight readable.</li> +<li>I2C Master.</li> +</ul> +<p>This is not a touchscreen but I dont think touchscreens are good for cameras anyway.</p> +<p><strong>Links</strong> <a href="http://www.raspberrypiwiki.com/index.php/3.5_inch_TFT_800x480@60fps">Raspberrypiwiki</a> <strong>Buy</strong> <a href="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">Aliexpress</a></p> +<hr /> +<h2 id="usb-via-vt1620a-sound-card">USB via vt1620a Sound card</h2> +<p>Price ~1 eur</p> +<p>Really cheap usb soundcard. It has been working suprisingly well. Have not tested other cards yet.</p> +<p><strong>Buy</strong> <a href="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">Aliexpress</a></p> +<hr /> +<h2 id="v-7800mah-li-ion-battery">3.7v 7800mAh li-ion Battery</h2> +<p>Price ~17 eur</p> +<p>I have tried several batteries, the adafruit 6800mAh is also fine.</p> +<p><strong>Buy</strong> <a href="https://www.aliexpress.com/item/free-shipping-3-7v-7800mah-18650-li-ion-rechargeable-battery-pack-18650-3P-lithium-ion-battery/32823635264.html?spm=a2g0s.9042311.0.0.49ba4c4dyoKkZS">Aliexpress</a></p> +<hr /> +<h2 id="adafruit-powerboost-1000c">Adafruit Powerboost 1000C</h2> +<p>Price ~23 eur</p> +<p>This is the only power board that I could find with the feature to run the camera and charge it at the same time.</p> +<p><strong>Links</strong> <a href="https://www.adafruit.com/product/2465">Adafruit</a> <strong>Buy</strong> <a href="https://www.ebay.com/itm/Adafruit-PowerBoost-1000-Charger-Rechargeable-5V-Lipo-USB-Boost-1A-1000C-A/282083284436?epid=2256108887&amp;hash=item41ad7955d4%3Ag%3ALesAAOSwkQZbYXrn&amp;_sacat=0&amp;_nkw=powerboost+1000c&amp;_from=R40&amp;rt=nc&amp;_trksid=m570.l1313">Ebay</a></p> +<hr /> +<h2 id="x8x5mm-dip-4-silicone-switch-mute-silent-button">8x8x5MM DIP-4 Silicone Switch Mute Silent button</h2> +<p>Price ~2 eur/20 pcs</p> +<p>You can only buy a pack of 20 pcs but these buttons are good and silent! Not necessary if you want to control with keyboard like Rii mini 8+</p> +<p><strong>Buy</strong> <a href="http://www.ebay.com/itm/151723036469?_trksid=p2057872.m2749.l2649&amp;ssPageName=STRK%3AMEBIDX%3AIT">Ebay</a></p> +<hr /> +<h2 id="mcp23017-esp-dip-28-16-bit-i-o-expander-i2c">MCP23017-E/SP DIP-28 16 Bit I / O Expander I2C</h2> +<p>Price ~1 eur</p> +<p>This will be connected to the screen I2C port. This is not necessary if you intend to control the camera with a keyboard like the Rii mini i8+</p> +<p><strong>Buy</strong> <a href="https://www.aliexpress.com/item/10PCS-MCP23017-E-SP-DIP-28-MCP23017-16-Bit-I-O-Expander-with-I2C-Interface-IC/32665631086.html?spm=a2g0s.9042311.0.0.27424c4dn4m008">Aliexpress</a></p> +<hr /> +<h2 id="piezo-electronic-buzzer">Piezo Electronic Buzzer</h2> +<p>Price ~1 eur</p> +<p>Very useful for timing shots!</p> +<p><strong>Buy</strong> <a href="https://www.aliexpress.com/store/product/New-Arrival-Durable-3-24V-Piezo-Electronic-Buzzer-Alarm-95DB-Continuous-Sound-Beeper-For-Arduino-Car/1959068_32666789405.html?spm=2114.search0204.3.1.4cef4057RBI3xn&amp;ws_ab_test=searchweb0_0,searchweb201602_3_10065_10068_10059_5015413_5015313_10696_100031_10084_10083_5016113_10103_451_10618_452_10304_10307_10820_10821_10302_5016013,searchweb201603_45,ppcSwitch_4_ppcChannel&amp;algo_expid=c84318cd-b50e-4370-9cad-6ae9bc7963ae-0&amp;algo_pvid=c84318cd-b50e-4370-9cad-6ae9bc7963ae&amp;priceBeautifyAB=0">Aliexpress</a></p> +<hr /> +<h2 id="a-30v-dc-250v-black-latching-on-off-mini-torch-push-button-switch">1A 30V DC 250V Black Latching On Off Mini Torch Push Button Switch</h2> +<p>Price ~1 eur/10 pcs</p> +<p>This serves as the microphone and screen on/off button</p> +<p><strong>Buy</strong> <a href="https://www.aliexpress.com/item/10Pcs-Set-1A-30V-DC-250V-Black-Latching-On-Off-Mini-Torch-Push-Button-Switch-G08/32756874522.html?spm=a2g0s.9042311.0.0.27424c4ddFzv3i">Aliexpress</a></p> +<hr /> +<h2 id="latching-push-button-switch-10mm-fixed">Latching push button switch 10mm fixed</h2> +<p>Price ~5 eur/24 pcs</p> +<p>I use this as the powerbutton. I have tried different versions of safe shutdown buttons for the Raspberry pi but they have not worked as I wanted (they draw power even when Pi is powered off, this is not good). I have solved the problem with a menu button to safely shut down the camera.</p> +<p><strong>Buy</strong> <a href="https://www.aliexpress.com/item/24pcs-latching-push-button-switch-10mm-fixed-pushbutton-switch-latching-maintained-push-buttons/32770346793.html?spm=a2g0s.9042311.0.0.27424c4ddFzv3i">Aliexpress</a></p> +<hr /> +<h2 id="stainless-steel-hex-full-nut-14-inch--20-unc-304-a2">Stainless Steel Hex Full Nut 1/4 inch -20 UNC 304 A2</h2> +<p>Price ~2 eur/10 pcs</p> +<p>This is the standard camera stand nuts. If you never use a stand then you dont need this.</p> +<p><strong>Buy</strong> <a href="https://www.ebay.com/itm/1-4-20-UNC-304-A2-Stainless-Steel-Hex-Full-Nuts-Qty-10PCS-/222134363896?hash=item33b83d66f8">Ebay</a><br></p> +<hr /> +<h2 id="max9812-microphone-amplifier">MAX9812 Microphone Amplifier</h2> +<p>Price ~2 eur</p> +<p>This makes suprisingly good sounding sound!</p> +<p><strong>Buy</strong> <a href="https://www.aliexpress.com/item/MIC-microphone-amplifier-module-sound-module-voice-module/32268198506.html?spm=a2g0s.9042311.0.0.3ac34c4dNug0b5">Aliexpress</a></p> +<hr /> +<h2 id="mm-female-5-pins-stereo-headset-interior-pcb-mount-audio">3.5mm Female 5 Pins Stereo Headset Interior PCB Mount Audio</h2> +<p>Price ~1 eur/10 pcs</p> +<p>Microphone input.</p> +<p><strong>Buy</strong> <a href="https://www.ebay.com/itm/10pcs-3-5mm-Female-5-Pins-Stereo-Headset-Interior-PCB-Mount-Audio-Jack-Socket-/252376936189?hash=item3ac2d66efd">Ebay</a></p> +<hr /> +<h2 id="lr44-batteries">LR44 Batteries</h2> +<p>Price ~2 eur/10 pcs</p> +<p>Microphone batteries</p> +<p><strong>Buy</strong> <a href="https://www.aliexpress.com/store/product/10PCS-Lot-100-Genuine-wholesale-GP-A76-GPA76-LR44-AG13-LR44-SR44-battery-LR44-357-AG13/1120058_32739450265.html?spm=2114.search0104.3.44.5b5d32dbJK5uJ1&amp;ws_ab_test=searchweb0_0,searchweb201602_5_10065_10068_5015418_5016020_10059_10696_100031_5015320_10084_10083_10103_451_10618_452_10304_10307_10820_10821_5016118_10302,searchweb201603_55,ppcSwitch_2&amp;algo_expid=8af0bcbe-dcb8-4f9a-bd47-084a4d77561a-6&amp;algo_pvid=8af0bcbe-dcb8-4f9a-bd47-084a4d77561a&amp;priceBeautifyAB=0">Aliexpress</a></p> +<hr /> +<h2 id="screws-m3x12">Screws M3x12</h2> +<p>Price ~2 eur/25 pcs</p> +<p>These hold the camera together.</p> +<p><strong>Buy</strong> Your local harware store <a href="https://www.motonet.fi/fi/tuote/389247/Uraruuvi-3x12-A2-RST-25kpl">Motonet (store in Finland)</a></p> +<hr /> +<h2 id="screws-2.2x9.5mm">Screws 2.2x9.5mm</h2> +<p>Price ~1 eur/20 pcs</p> +<p>These hold the camera/mic together.</p> +<p><strong>Buy</strong> Your local hardware store <a href="https://www.hobbycenter.fi/kavan-puuruuvi-22x95mm-20-kpl-0096a">Hobbycenter (store in Finland)</a></p> +<hr /> +<h2 id="lr44-button-cell-battery-socket-holder">LR44 Button Cell Battery Socket Holder</h2> +<p>Price ~1 eur/pcs</p> +<p>We only need the metal parts from these, if you have som thin metal you could cut these yourself.</p> +<p><strong>Buy</strong> <a href="https://www.aliexpress.com/item/5Pcs-lot-AG13-LR44-Button-Cell-Battery-Socket-Holder-Plastic-Case-TBH-AG13-B/32833837989.html?spm=a2g0s.9042311.0.0.27424c4dE5lqct">Aliexpress</a></p> +<hr /> +<h2 id="mm-jack-to-jack-aux-cable">3.5mm Jack to Jack Aux Cable</h2> +<p>Price ~1 eur</p> +<p>From microphone to mic-in.</p> +<p><strong>Buy</strong> <a href="https://www.aliexpress.com/store/product/1-Piece-Short-0-2M-20cm-Red-3-5mm-Jack-to-Jack-Aux-Cable-Male-to/505072_32833465555.html?spm=2114.search0104.3.9.383e3c3dVjq9DY&amp;ws_ab_test=searchweb0_0,searchweb201602_5_10065_10068_5016020_10059_10696_100031_5015320_5016120_10084_10083_5015420_10103_451_10618_452_10304_10307_10820_10821_10302,searchweb201603_55,ppcSwitch_2&amp;algo_expid=9ba0b376-e66f-48d2-9ccd-ecc1e8794812-1&amp;algo_pvid=9ba0b376-e66f-48d2-9ccd-ecc1e8794812&amp;priceBeautifyAB=0">Aliexpress</a></p> +<hr /> +<h2 id="rii-mini-i8-mini-keyboard">Rii mini i8+ mini keyboard</h2> +<p>Price ~17 eur</p> +<p>Wireless control over camera. You will also need this for wifi settings etc. (Recommended) This is one of the best mini keyboards I've tried.</p> +<p><strong>Buy</strong> <a href="https://www.aliexpress.com/item/Rii-mini-i8-Russian-English-Spanish-Hebrew-Version-Wireless-Backlit-Keyboard-with-Touchpad-for-PC-Smart/32450468690.html?spm=a2g0s.9042311.0.0.27424c4dKdqpVO">Aliexpress</a></p> +<hr /> +<p>Parts grand total ~200 eur</p> +<hr /> +<h1 id="d-printing">3d printing</h1> +<p>While waiting for ordered parts lets 3d print the rest of the parts. I recommend printing with a solid 90% infill. Now it is pretty crucial that you have a good calibrated printer so that you don't over/under print. Some parts need to be very precise to work.</p> +<p>You'll find all the 3d parts in the 3d folder.</p> +<ul> +<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-body.stl">body</a></li> +<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-button-plate-bottom.stl">button-plate-bottom</a></li> +<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-button-plate-upper.stl">button-plate-upper</a></li> +<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-hdmi-cap.stl">hdmi-cap</a></li> +<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-left-side.stl">left-side</a></li> +<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-mic-body.stl">mic-body</a></li> +<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-mic-lid.stl">mic-lid</a></li> +<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-picamera-body.stl">picamera-body</a></li> +<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-picamera-body-lid.stl">picamera-body-lid</a></li> +<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-picamera-bridge.stl">picamera-bridge</a></li> +<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-right-side.stl">right-side</a></li> +<li><a href="https://github.com/rbckman/tarina/blob/master/3d/tarina-screen-lid.stl">screen-lid</a></li> +</ul> +<hr /> +<h1 id="post-processing">Post processing</h1> +<p>This is still a work in progress...</p> +<p>So far I've come to this conclusion:</p> +<ul> +<li>Sanded with multiple grit/sandpaper from rough to the finest (from 120 to 400)</li> +<li>Paint first two layers</li> +<li>Sand again</li> +<li>Paint two layers again</li> +<li>Continue til satisfied</li> +</ul> +<hr /> +<h1 id="soldering-stuff">Soldering stuff</h1> +<p>Documentation on its way, if your in a hurry feel free to drop a message in <a href="https://t.me/tarinadiy">telegram</a></p> +<hr /> +<h1 id="putting-it-together">Putting it together</h1> +<p>Documentation is on its way, if your in a hurry feel free to drop a message in <a href="https://t.me/tarinadiy">telegram</a></p> +<hr /> +<h1 id="installing-software">Installing software</h1> +<p>Download latest <a href="https://www.raspberrypi.org/downloads/raspbian/">Raspbian</a> and follow <a href="https://www.raspberrypi.org/documentation/installation/installing-images/README.md">install instructions</a>. <a href="https://www.raspberrypi.org/documentation/remote-access/ssh/">Ssh into</a> Raspberry Pi and run:</p> +<pre><code>sudo raspi-config</code></pre> +<p>Expand file system, enable camera and then reboot. Run this to install git:</p> +<pre><code>sudo apt-get install git</code></pre> +<p>Git clone tarina and then run install script with sudo:</p> +<pre><code>git clone https://rbckman@bitbucket.org/rbckman/tarina.git +cd tarina +sudo ./install.sh</code></pre> +<p>You'r ready to rumble:</p> +<pre><code>python tarina.py</code></pre> +<p>Happy filming!</p> +<div class="figure"> +<img src="tarina-leone.jpg" alt="Should be looking like this once finnished" /> +<p class="caption">Should be looking like this once finnished</p> +</div> +<hr /> +<h1 id="tested-lenses">Tested lenses</h1> +<p>Here is what I'm testing right now.</p> +<hr /> +<h2 id="yumiki-6-60mm-13-cs-lens-cctv-lens-ir-f1.6-manual-zoom-manual-iris">Yumiki 6-60mm 1/3&quot; CS Lens CCTV Lens IR F1.6 Manual Zoom Manual Iris</h2> +<p><a href="https://www.aliexpress.com/item/6-60mm-1-3-CS-Lens-CCTV-Lens-IR-F1-6-Manual-Zoom-Manual-Iris-for/32793850795.html?spm=a2g0s.9042311.0.0.27424c4dmtk6IZ">Aliexpress</a></p> +<hr /> +<h2 id="camera-lens-2.8-12mm-varifocal">Camera Lens 2.8-12mm Varifocal</h2> +<p>This lens is good. Will write a longer review once I have more filming hours.</p> +<p><a href="https://www.aliexpress.com/item/Megapixel-Fixed-Iris-HD-CCTV-Camera-Lens-2-8-12mm-Varifocal-HD-Security-Camera-Lens-Manual/32644427822.html?spm=a2g0s.9042311.0.0.27424c4dmtk6IZ">Aliexpress</a></p> +<hr /> +thats all folks! +</body> +</html> diff --git a/docs/tarina-build-instructions.md b/docs/tarina-build-instructions.md @@ -0,0 +1,385 @@ + +TARINA BUILD INSTRUCTIONS +========================= + +Build instructions for the lazy filmmakers. If your dog dies while building this I am not responsible. + +[Get the parts](#get-the-parts) + +[3d printing](#3d-printing) + +[Post processing](#post-processing) + +[Soldering stuff](#soldering-stuff) + +[Putting it together](#putting-it-together) + +[Installing software](#installing-software) + +[Tested lenses](#tested-lenses) + +--- + +![Tarina parts layed out](tarina-build.jpg) + +--- + +Get the parts +============= + +Here is a list of parts that will work, there are other parts that probably will work but this is what I recommend. + +--- + +Raspberry pi 3 B +---------------- +Price ~30 eur + +The heart of Tarina. Why Raspberry pi you ask? There are several reasons: + +* Huge support. +* The great Debian based os Raspbian (beeing a debian nerd myself). +* Low price. +* Picamera. + +The 3B+ is too powerhungry for the Powerbooster 1000C thats why I went with 3B + +**Links** +[Raspberry pi site](https://raspberrypi.org) +**Buy** +[Aliexpress](https://www.aliexpress.com/store/product/Raspberry-Pi-3-Model-B-Raspberry-Pi-Raspberry-Pi3-B-Pi-3-Pi-3B-With-WiFi/3242037_32900816535.html?spm=2114.search0104.3.113.7a702274lCPIr4&ws_ab_test=searchweb0_0,searchweb201602_5_10065_10068_5016020_5015416_10059_10696_100031_5015320_10084_10083_10103_451_10618_452_5016116_10304_10307_10820_10821_10302,searchweb201603_55,ppcSwitch_2&algo_expid=0a48bb10-5985-49ff-be76-433eb1f8685b-15&algo_pvid=0a48bb10-5985-49ff-be76-433eb1f8685b&priceBeautifyAB=0) + +--- + +Arducam 8 MP Sony IMX219 camera module with CS lens 2718 +-------------------------------------------------------- +Price ~60 eur + +This module and lens gives good hd video quality with the ability to manually focus and replace lenses. See tested lenses down below. + +**Links** +[Arducam](http://arducam.com/) +**Buy** +[uctronics](http://www.uctronics.com/arducam-8-mp-sony-imx219-camera-module-with-cs-lens-2717-for-raspberry-pi.html) + +--- + +Ugeek 3.5 inch 800x480 TFT Screen +--------------------------------- +Price ~35 eur + +Best 3.5 inch screen that I could find. Features worth mentioning: + +* 800x480 pixels +* Very responsible 11 ms. +* High contrast. +* Sunlight readable. +* I2C Master. + +This is not a touchscreen but I dont think touchscreens are good for cameras anyway. + +**Links** +[Raspberrypiwiki](http://www.raspberrypiwiki.com/index.php/3.5_inch_TFT_800x480@60fps) +**Buy** +[Aliexpress](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 +-------------------------- +Price ~1 eur + +Really cheap usb soundcard. It has been working suprisingly well. Have not tested other cards yet. + +**Buy** +[Aliexpress](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) + +--- + +3.7v 7800mAh li-ion Battery +--------------------------- +Price ~17 eur + +I have tried several batteries, the adafruit 6800mAh is also fine. + +**Buy** +[Aliexpress](https://www.aliexpress.com/item/free-shipping-3-7v-7800mah-18650-li-ion-rechargeable-battery-pack-18650-3P-lithium-ion-battery/32823635264.html?spm=a2g0s.9042311.0.0.49ba4c4dyoKkZS) + +--- + +Adafruit Powerboost 1000C +------------------------- +Price ~23 eur + +This is the only power board that I could find with the feature to run the camera and charge it at the same time. + +**Links** +[Adafruit](https://www.adafruit.com/product/2465) +**Buy** +[Ebay](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) + +--- + +8x8x5MM DIP-4 Silicone Switch Mute Silent button +------------------------------------------------ +Price ~2 eur/20 pcs + +You can only buy a pack of 20 pcs but these buttons are good and silent! Not necessary if you want to control with keyboard like Rii mini 8+ + +**Buy** +[Ebay](http://www.ebay.com/itm/151723036469?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT) + +--- + +MCP23017-E/SP DIP-28 16 Bit I / O Expander I2C +----------------------------------------------- +Price ~1 eur + +This will be connected to the screen I2C port. This is not necessary if you intend to control the camera with a keyboard like the Rii mini i8+ + +**Buy** +[Aliexpress](https://www.aliexpress.com/item/10PCS-MCP23017-E-SP-DIP-28-MCP23017-16-Bit-I-O-Expander-with-I2C-Interface-IC/32665631086.html?spm=a2g0s.9042311.0.0.27424c4dn4m008) + +--- + +Piezo Electronic Buzzer +----------------------- +Price ~1 eur + +Very useful for timing shots! + +**Buy** +[Aliexpress](https://www.aliexpress.com/store/product/New-Arrival-Durable-3-24V-Piezo-Electronic-Buzzer-Alarm-95DB-Continuous-Sound-Beeper-For-Arduino-Car/1959068_32666789405.html?spm=2114.search0204.3.1.4cef4057RBI3xn&ws_ab_test=searchweb0_0,searchweb201602_3_10065_10068_10059_5015413_5015313_10696_100031_10084_10083_5016113_10103_451_10618_452_10304_10307_10820_10821_10302_5016013,searchweb201603_45,ppcSwitch_4_ppcChannel&algo_expid=c84318cd-b50e-4370-9cad-6ae9bc7963ae-0&algo_pvid=c84318cd-b50e-4370-9cad-6ae9bc7963ae&priceBeautifyAB=0) + +--- + +1A 30V DC 250V Black Latching On Off Mini Torch Push Button Switch +------------------------------------------------------------------- +Price ~1 eur/10 pcs + +This serves as the microphone and screen on/off button + +**Buy** +[Aliexpress](https://www.aliexpress.com/item/10Pcs-Set-1A-30V-DC-250V-Black-Latching-On-Off-Mini-Torch-Push-Button-Switch-G08/32756874522.html?spm=a2g0s.9042311.0.0.27424c4ddFzv3i) + +--- + +Latching push button switch 10mm fixed +-------------------------------------- +Price ~5 eur/24 pcs + +I use this as the powerbutton. I have tried different versions of safe shutdown buttons for the Raspberry pi but they have not worked as I wanted (they draw power even when Pi is powered off, this is not good). I have solved the problem with a menu button to safely shut down the camera. + +**Buy** +[Aliexpress](https://www.aliexpress.com/item/24pcs-latching-push-button-switch-10mm-fixed-pushbutton-switch-latching-maintained-push-buttons/32770346793.html?spm=a2g0s.9042311.0.0.27424c4ddFzv3i) + +--- + +Stainless Steel Hex Full Nut 1/4 inch -20 UNC 304 A2 +------------------------------------------------ +Price ~2 eur/10 pcs + +This is the standard camera stand nuts. If you never use a stand then you dont need this. + +**Buy** +[Ebay](https://www.ebay.com/itm/1-4-20-UNC-304-A2-Stainless-Steel-Hex-Full-Nuts-Qty-10PCS-/222134363896?hash=item33b83d66f8)<br> + +--- + +MAX9812 Microphone Amplifier +---------------------------- +Price ~2 eur + +This makes suprisingly good sounding sound! + +**Buy** +[Aliexpress](https://www.aliexpress.com/item/MIC-microphone-amplifier-module-sound-module-voice-module/32268198506.html?spm=a2g0s.9042311.0.0.3ac34c4dNug0b5) + +--- + +3.5mm Female 5 Pins Stereo Headset Interior PCB Mount Audio +----------------------------------------------------------- +Price ~1 eur/10 pcs + +Microphone input. + +**Buy** +[Ebay](https://www.ebay.com/itm/10pcs-3-5mm-Female-5-Pins-Stereo-Headset-Interior-PCB-Mount-Audio-Jack-Socket-/252376936189?hash=item3ac2d66efd) + +--- + +LR44 Batteries +-------------- +Price ~2 eur/10 pcs + +Microphone batteries + +**Buy** +[Aliexpress](https://www.aliexpress.com/store/product/10PCS-Lot-100-Genuine-wholesale-GP-A76-GPA76-LR44-AG13-LR44-SR44-battery-LR44-357-AG13/1120058_32739450265.html?spm=2114.search0104.3.44.5b5d32dbJK5uJ1&ws_ab_test=searchweb0_0,searchweb201602_5_10065_10068_5015418_5016020_10059_10696_100031_5015320_10084_10083_10103_451_10618_452_10304_10307_10820_10821_5016118_10302,searchweb201603_55,ppcSwitch_2&algo_expid=8af0bcbe-dcb8-4f9a-bd47-084a4d77561a-6&algo_pvid=8af0bcbe-dcb8-4f9a-bd47-084a4d77561a&priceBeautifyAB=0) + +--- + +Screws M3x12 +----------- +Price ~2 eur/25 pcs + +These hold the camera together. + +**Buy** +Your local harware store +[Motonet (store in Finland)](https://www.motonet.fi/fi/tuote/389247/Uraruuvi-3x12-A2-RST-25kpl) + +--- + +Screws 2.2x9.5mm +---------------- +Price ~1 eur/20 pcs + +These hold the camera/mic together. + +**Buy** +Your local hardware store +[Hobbycenter (store in Finland)](https://www.hobbycenter.fi/kavan-puuruuvi-22x95mm-20-kpl-0096a) + +--- + +LR44 Button Cell Battery Socket Holder +-------------------------------------- +Price ~1 eur/pcs + +We only need the metal parts from these, if you have som thin metal you could cut these yourself. + +**Buy** +[Aliexpress](https://www.aliexpress.com/item/5Pcs-lot-AG13-LR44-Button-Cell-Battery-Socket-Holder-Plastic-Case-TBH-AG13-B/32833837989.html?spm=a2g0s.9042311.0.0.27424c4dE5lqct) + +--- + +3.5mm Jack to Jack Aux Cable +---------------------------- +Price ~1 eur + +From microphone to mic-in. + +**Buy** +[Aliexpress](https://www.aliexpress.com/store/product/1-Piece-Short-0-2M-20cm-Red-3-5mm-Jack-to-Jack-Aux-Cable-Male-to/505072_32833465555.html?spm=2114.search0104.3.9.383e3c3dVjq9DY&ws_ab_test=searchweb0_0,searchweb201602_5_10065_10068_5016020_10059_10696_100031_5015320_5016120_10084_10083_5015420_10103_451_10618_452_10304_10307_10820_10821_10302,searchweb201603_55,ppcSwitch_2&algo_expid=9ba0b376-e66f-48d2-9ccd-ecc1e8794812-1&algo_pvid=9ba0b376-e66f-48d2-9ccd-ecc1e8794812&priceBeautifyAB=0) + +--- + +Rii mini i8+ mini keyboard +-------------------------- +Price ~17 eur + +Wireless control over camera. You will also need this for wifi settings etc. (Recommended) This is one of the best mini keyboards I've tried. + +**Buy** +[Aliexpress](https://www.aliexpress.com/item/Rii-mini-i8-Russian-English-Spanish-Hebrew-Version-Wireless-Backlit-Keyboard-with-Touchpad-for-PC-Smart/32450468690.html?spm=a2g0s.9042311.0.0.27424c4dKdqpVO) + +--- + +Parts grand total ~200 eur + +--- + +3d printing +=========== + +While waiting for ordered parts lets 3d print the rest of the parts. I recommend printing with a solid 90% infill. Now it is pretty crucial that you have a good calibrated printer so that you don't over/under print. Some parts need to be very precise to work. + +You'll find all the 3d parts in the 3d folder. + +* [body](https://github.com/rbckman/tarina/blob/master/3d/tarina-body.stl) +* [button-plate-bottom](https://github.com/rbckman/tarina/blob/master/3d/tarina-button-plate-bottom.stl) +* [button-plate-upper](https://github.com/rbckman/tarina/blob/master/3d/tarina-button-plate-upper.stl) +* [hdmi-cap](https://github.com/rbckman/tarina/blob/master/3d/tarina-hdmi-cap.stl) +* [left-side](https://github.com/rbckman/tarina/blob/master/3d/tarina-left-side.stl) +* [mic-body](https://github.com/rbckman/tarina/blob/master/3d/tarina-mic-body.stl) +* [mic-lid](https://github.com/rbckman/tarina/blob/master/3d/tarina-mic-lid.stl) +* [picamera-body](https://github.com/rbckman/tarina/blob/master/3d/tarina-picamera-body.stl) +* [picamera-body-lid](https://github.com/rbckman/tarina/blob/master/3d/tarina-picamera-body-lid.stl) +* [picamera-bridge](https://github.com/rbckman/tarina/blob/master/3d/tarina-picamera-bridge.stl) +* [right-side](https://github.com/rbckman/tarina/blob/master/3d/tarina-right-side.stl) +* [screen-lid](https://github.com/rbckman/tarina/blob/master/3d/tarina-screen-lid.stl) + +--- + +Post processing +=============== + +This is still a work in progress... + +So far I've come to this conclusion: + +* Sanded with multiple grit/sandpaper from rough to the finest (from 120 to 400) +* Paint first two layers +* Sand again +* Paint two layers again +* Continue til satisfied + +--- + +Soldering stuff +=================== + +Documentation on its way, if your in a hurry feel free to drop a message in [telegram](https://t.me/tarinadiy) + +--- + +Putting it together +=================== + +Documentation is on its way, if your in a hurry feel free to drop a message in [telegram](https://t.me/tarinadiy) + +--- + +Installing software +=================== + +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: +``` +git clone https://rbckman@bitbucket.org/rbckman/tarina.git +cd tarina +sudo ./install.sh +``` +You'r ready to rumble: +``` +python tarina.py +``` +Happy filming! + +![Should be looking like this once finnished](tarina-leone.jpg) + +--- + +Tested lenses +============= + +Here is what I'm testing right now. + +--- + +Yumiki 6-60mm 1/3" CS Lens CCTV Lens IR F1.6 Manual Zoom Manual Iris +-------------------------------------------------------------------- + +[Aliexpress](https://www.aliexpress.com/item/6-60mm-1-3-CS-Lens-CCTV-Lens-IR-F1-6-Manual-Zoom-Manual-Iris-for/32793850795.html?spm=a2g0s.9042311.0.0.27424c4dmtk6IZ) + +--- + +Camera Lens 2.8-12mm Varifocal +------------------------------ + +This lens is good. Will write a longer review once I have more filming hours. + +[Aliexpress](https://www.aliexpress.com/item/Megapixel-Fixed-Iris-HD-CCTV-Camera-Lens-2-8-12mm-Varifocal-HD-Security-Camera-Lens-Manual/32644427822.html?spm=a2g0s.9042311.0.0.27424c4dmtk6IZ) + +--- + diff --git a/docs/tarina-build-instructions.pdf b/docs/tarina-build-instructions.pdf Binary files differ.