README.md (2765B)
1 Gonzo Pi 2 ============= 3 ### a reboot of filmmaking 4 5 The camera that runs Linux with an unique all-in-one filmmaking interface. Shooting your videos as takes in a scene and shot based structure. Gonzo Pi is 3d printed, easy to mod & repair. 6 7 ![Gonzopi](/extras/gonzopi-01.jpeg) 8 9 Software 10 -------- 11 - film mode & picture mode, soon music video mode. 12 - glue selected clips together and/or cutting them by setting in & out points easily. 13 - making timelapses, stop-motion, voiceover, music track recording, slo-mo recording, fast-forward recording 14 - cut and copy and move clips around 15 - backup to usb harddrive or your own server 16 - upload or stream to youtube or your own server 17 - auto correction can easily be switched on or off for shutter, iso and colors so *operator* is in full control also for audio levels 18 - connect many GonzoPis together for multicamera shooting 19 - stream a film a take or a scene through the network 20 - control the camera with silent physical buttons or a usb-wireless-keyboard or through a built in apache2 web server or ssh or ports, you choose how to go gonzo just the way you like it 21 22 ### GUI 23 ![Gonzopi](/extras/gonzopi-02.jpeg) 24 25 ### Buttons 26 ![Gonzopi](/extras/gonzopi-04.jpeg) 27 ![Buttons](/extras/buttons.png) 28 29 #### in view mode 30 ![Buttons](/extras/view-buttons.png) 31 32 Installing 33 ---------- 34 Download [Raspbian buster (not the latest!)](https://www.raspberrypi.org/downloads/raspbian/) and follow [install instructions | a simple install script should take care of it all!](https://www.raspberrypi.org/documentation/installation/installing-images/README.md). 35 [Ssh into](https://www.raspberrypi.org/documentation/remote-access/ssh/) Raspberry Pi and run: 36 ``` 37 sudo apt-get install git 38 ``` 39 Go to /home/pi/ folder 40 ``` 41 cd /home/pi 42 ``` 43 Git clone Gonzo Pi and then run install script with sudo: 44 ``` 45 git clone https://github.com/rbckman/gonzopi.git 46 cd gonzopi 47 sudo ./install.sh 48 ``` 49 You'r ready to go gonzo! 50 ``` 51 python3 gonzopi.py 52 ``` 53 54 ![Gonzopi](/extras/gonzopi-03.jpeg) 55 56 more about Gonzo Pi here [https://github.com/rbckman/gonzopi_build](https://github.com/rbckman/gonzopi_build) 57 58 No, need to build custom case, or buttons, this will work with a Raspberry Pi and any of it's camera modules, usb keyboards and usb audio cards, a regular hdmi display should also be fine. 59 60 If you want to build it, there's a complete guide here [https://github.com/rbckman/gonzopi_build/blob/master/gonzopi-manual.md#building-repairing-and-modding](https://github.com/rbckman/gonzopi_build/blob/master/gonzopi-manual.md#building-repairing-and-modding) 61 62 If you want to order a prebuilt device contact go(at)gonzopi.org (only preorders now) 63 64 Connect 65 ------- 66 Matrix [#tarina:matrix.tarina.org](https://riot.im/app/#/room/#tarina:matrix.tarina.org) 67 68 Mail rob(at)gonzopi.org 69