Raspberry Pi Tutorial: Camera Module easy tutorial on a Raspberry Pi A+ |
Title : Raspberry Pi Tutorial: Camera Module easy tutorial on a Raspberry Pi A+
Duration : 04:59
Channel : educ8s.tv
Label : raspberry, pi, camera, module, board, preview, tutorial, how, to, footage, still, arduino, cam, full, offcial, rs, components, the, guy, 1080p, 30fps, 720p, 60fps, frames, per, second, raspi-config, mini, computer, USB, CSI, serial, interface, robot, ribbon, cable, digital, Electronics, .H264, h264, mp4, MP4, JPG, jpeg, jpg, Youtube, Player, Mpeg, Math, Technology, Raspberry Pi (Computer), Camera Module, Software (Industry), Gadget, educ8s, educ8s.tv, raspistill, raspivid
Duration : 04:59
Channel : educ8s.tv
Label : raspberry, pi, camera, module, board, preview, tutorial, how, to, footage, still, arduino, cam, full, offcial, rs, components, the, guy, 1080p, 30fps, 720p, 60fps, frames, per, second, raspi-config, mini, computer, USB, CSI, serial, interface, robot, ribbon, cable, digital, Electronics, .H264, h264, mp4, MP4, JPG, jpeg, jpg, Youtube, Player, Mpeg, Math, Technology, Raspberry Pi (Computer), Camera Module, Software (Industry), Gadget, educ8s, educ8s.tv, raspistill, raspivid
Raspberry Pi Tutorial: Camera Module easy tutorial on a Raspberry Pi A+ |
Using the camera module with Raspberry Pi is great fun. If you want to add camera capabilities to your Raspberry Pi projects this tutorial is for you! When I first received my Raspberry Pi, about a month ago, the first thing I wanted to have was this camera module. I have a passion for photography and from the moment I saw this module I came up with many project ideas. It is an impressive little device, it has a resolution of 5Mp for still images and it can record FULL HD video at 30 FPS. -------------------- WHERE TO BUY -------------------- Raspberry Pi Camera: http://goo.gl/PwMbZS Raspberry Pi A+: http://goo.gl/8E9JNM 5 Inch TFT: http://goo.gl/i5LJIM Small Wi-Fi Dongle: http://goo.gl/pXxyJx All you have to do is to connect this ribbon cable to camera connector on the Raspberry Pi board which is next to the HDMI output. The shiny side of the cable must face the HDMI port. You then have to lock it down. That's it! Let's now go to the computer to see how to use the module. After booting up we open a console window and we type the following two commands in order to update the system to the latest version of the available software. First we run the command: sudo apt-get update Next we run the command: sudo apt-get upgrade This may take some time if your system wasn't updated recently. After the upgrade of the system is completed we can run the following command: sudo raspi-config From the menu that appears we have to enable the Camera module. After doing that, we press the finish button and we are asked to reboot the system. That's it. When the system reboots, we are ready to use the camera module. Let's take some still shots now! I have connected the 5inch touch display I showed you few days ago, to the Raspberry Pi board in order to see what happens when taking a still image or a video. You can use your monitor instead with a HDMI cable if you don't have a small display like this. In order to take a still show we have to use the following command: raspistill –o imagename.jpg --stats When we execute the command, at the display we can see a preview window for 5 seconds and then a still image is captured. We can use any filename we like after the –o flag at the command. You can see that the image has been created in my Desktop because I was running the command from the Desktop folder. In order to capture a video we have to use the following command. raspivid –o testvideo.avi –t 10000 That command creates a video with a filename testvideo.avi and a length of 10 seconds. In the display after running the command we can see a preview of the video and we can then find the created video in the Desktop folder. But now let's go outside and take some real world images and footage. -------------------- RAW FILES -------------------- http://www.educ8s.tv/raspberry-pi-camera-module -------------------- MORE PROJECTS -------------------- Arduino Datalogger: https://www.youtube.com/watch?v=oei3Y6tOhVI Arduino SD card tutorial: https://www.youtube.com/watch?v=sS_oW81NweI Arduino Weather Station Project: https://www.youtube.com/watch?v=9jN-3DtS1RI Arduino Nokia 5110 LCD Display: https://www.youtube.com/watch?v=aDwrMeu4k9Y Arduino OLED display tutorial: https://www.youtube.com/watch?v=A9EwJ7M7OsI DIY Arduino: https://www.youtube.com/watch?v=npc3uzEVvc0 -------------------- ABOUT EDUC8S.TV -------------------- Educ8s.tv is a Youtube channel and website which is dedicated in developing high quality videos about DIY hardware and software projects. In this channel we develop projects with Arduino, Raspberry Pi, we build robots and simple electronic circuits. Check out our website as well for more information: http://www.educ8s.tv -------------------- SUBSCRIBE ON YOUTUBE -------------------- Never miss a video: https://www.youtube.com/subscription_center?add_user=educ8s