Embedded Programming and Robotics

Slides:



Advertisements
Similar presentations
Sony Digital Video Camcorder Model - TRV22E. What can you do with it? Video to tape and playback through TV In combination with a computer: –Video to.
Advertisements

What we will cover today… Where is the camera on my phone? Taking a photo Zoom in and out Deleting a photo Where do my photos go to? Viewing my photos.
Basic Camera Operation. What do the buttons do? Preview Image Mode.
Raspberry Pi Camera Training Mike Davis – Truman College 1/13/2015.
User Guide and Trouble-shooting Information. A classroom set of 20 cameras are available for teacher and student use. Capable of taking video, but recommend.
CS 1 with Robots IDLE and Myro Institute for Personal Robots in Education (IPRE)‏
Introduction to the Digital Camera John H. Krantz.
Introduction to the Raspberry Pi ® Saman Amighi 10/2013 ® Raspberry Pi Foundation.
Introduction ‘Have you ever played video games before? Look at the joystick movement. When you move the joystick to the left, the plane on the TV screen.
Embedded Programming and Robotics
Embedded Programming and Robotics Introduction and Overview Presented by John Cole Senior Lecturer in Computer Science The University of Texas at Dallas,
Motion Module 4 June 15, 1878: Muybridge Horses. Shutter speed controls the amount of time that light is allowed to enter the camera. The speed of the.
Introduce about sensor using in Robot NAO Department: FTI-FHO-FPT Presenter: Vu Hoang Dung.
Embedded Programming and Robotics Lesson 12 Introducing the Raspberry Pi Intro to Raspberry Pi1.
Setup Open Broadcaster Mixing Hymns for Stake Conference Salem West Stake 2015.
First, create a new folder on the computer under My pictures.
Photo Editing Basics with Photoshop. Upload your pictures Connect the camera to an available USB port Connect the camera to an available USB port Turn.
An illustrated introduction to building a computer using a Raspberry Pi 2. A Raspberry Pi, that is! Images from Microsoft clipart.
Raspberry Pi Training Truman College Goals of our Training Today Unbox and boot up the Raspberry Pi (RPi) Learn how to access the desktop graphical.
Description: iMotion HD is an intuitive and powerful time- lapse and stop-motion app for iOS. It allows you to easily make your own movie by taking photos.
One to One instructions Installing and configuring samba on Ubuntu Linux to enable Linux to share files and documents with Windows XP.
Week 10 - Digital Photography1 Rainey Community ICT Classes ICT – The Basics.
The Network Management Lab pc pc pc pc pc Virtual Servers Your Laptop.
Capture your favorite image Done by: ms.Hanan Albarigi.
Education and New Technology Digital Cameras. What is a Digital Camera? Takes video, photographs, and sometimes sounds digitally by recording images through.
LightRoom Workflow Export JPG file to send to vendor for printing File2.jpg Print at home or in class Camera Capture File1.jpg Edits are “catalogued” by.
Ladibug Document Camera DC 170 BY ART LEBEAU SOURCED FROM THE MANUFACTURERS USER GUIDE.
WIRELESS DISPLAY OVER BLUETOOTH USING PI AND ANDROID PHONE Group Members: Shweta Ware, David Etim Network Embedded Systems.
GCS 300 System Operation Application – Level 1.
Copyright © Allyn & Bacon 2008 POWER PRACTICE Chapter 4 Digital Technologies in the Classroom START This multimedia product and its contents are protected.
COMPUTER PARTS AND COMPONENTS INPUT DEVICES
XP Practical PC, 3e Chapter 15 1 Creating Desktop Video and Animation.
Project Ideas Flip Cam Basics Flip Cam Software. FRONT  Lens  Microphone SIDE  TV Playback  USB Arm  Power Button BOTTOM  Tripod Mount  Battery.
Embedded Programming and Robotics
Introduction to Flash Animation CS 318. Topics Introduction to Flash and animation The Flash development environment Creating Flash animations  Layers.
Part A: How to Use the Flip Video Camera. Step 1 Turn on your Flip video camera by pushing the button on the left-hand side of the camera (when the lens.
3. Acquisition. Acquisition Before considering Acquisition we need to ask ourselves some questions What equipment are we using? Do we have a camera with.
Servo Motors Precise angular motion. Servo Motors Raspberry Pi Webcam Interfaces Keeping track of things.
VR Worx Toolbox I450 Technology Seminar Stuart Holland, Jesse Miles Team Real Funky.
Photo Story 3 for Windows Find Photo Story 3 for Windows in “All Programs” in the Start menu. Click “Begin a new story” if you are just starting. Click.
Pi Camera - Spy Camera. Getting set up Connect a USB cable to the power Login with username pi and password raspberry Load the LX Terminal At the command.
Intro to Raspberry Pi A Southwest Florida Hackerspace Workshop Presented by: Russell Benzing & Eric Schiffli.
Bonus EV3 Programming Lessons LEGO MINDSTORMS EV3Dev and Raspberry Pi Communicator.
Fundamentals of Digital Images & Photography. Pixels & Colors The pixel (a word invented from "picture element") is the basic unit of programmable color.
Page 1 of 45 BIOS & Software | © 2008 Lenovo Lenovo Confidential Lenovo Confidential Lenovo Confidential Lenovo Confidential Lenovo Confidential Please.
Bonus EV3 Programming Lessons By Droids Robotics LEGO MINDSTORMS and Raspberry Pi IR Light controller.
Bonus EV3 Programming Lessons LEGO MINDSTORMS ev3dev and Raspberry Pi IR Light controller.
1 DVR SYSTEM User’s Manual Manual Revision : Version 1.0 Release Date : Nov. 2, 2002 ■ SERVER ■ CLIENT.
What you need: In order to use these programs you need a program that sends out OSC messages in TUIO format. There are a few options in programs that.
How to Recover Deleted Photos from Android Cell Phone? Android is keeping on improving their products and make sure to provide the best software service.
Raspberry Pi Project Control Your Home Lights with a Raspberry Pi.
Digital Cameras in the Classroom Day One Basics Ann Howden UEN Professional Development
Digital Image -M.V.Ramachandranwww.youtube.com/postmanchandru
PRESENTS.
SPen & Camera Kit Experience App
Embedded Software Development with Python and the Raspberry Pi
History of the Digital Camera
RASPBERRY PI WORKSHOP.
Lighting LEDs with a RASPBERRY PI
Peak Of Performance.
Receiving your new Microsoft Surface Pro 4
Introduction to Digital Photography
Creating a Media Server with a Raspberry Pi
StealthTronic – Ultralife Wi-Fi PIR
StealthTronic – Ultralife Wi-Fi PIR
Timelapse with the Veho VMS-001 Microscope
Camera Copyright (c) 2017 by Dr. E. Horvath.
Copyright (c) 2017 by Dr. E. Horvath
Hayley Gilson, Antony Sanchez, Cris Koutsougeras ET 493 Fall 2018
Photo Story 3 for Windows
Presentation transcript:

Embedded Programming and Robotics Lesson 14 The Raspberry Pi Camera Raspberry Pi Camera

Raspberry Pi Camera The camera is a remarkably powerful device that can take still photos at up to 5 megapixels, and video Link to video on setup: https://www.raspberrypi.org/help/camera-module-setup/ If you haven’t already done so, enable the camera using raspi-config from a command line prompt Raspberry Pi Camera

Raspberry Pi Camera My setup: Camera held on a piece of bent coathanger Motion sensor also connected to the Pi, so the system takes photos when motion is detected There is a red LED on the camera that comes on when it is in preview mode or taking a photo Raspberry Pi Camera

Using the Camera raspistill raspivid Time-lapse raspiyuv Capturing still photographs with the camera module raspivid Capturing video with the camera module Time-lapse Taking pictures at regular intervals and stitching them together in to a video raspiyuv Capturing still photographs and generating raw unprocessed image files Raspberry Pi Camera

Programming the Camera Get the Python package: sudo apt-get install python3-picamera In the program: import picamera camera = picamera.PiCamera() # camera object Raspberry Pi Camera

Programming the Camera It is easy to mount the camera upside-down, especially if you want it to face away from the ports You can flip the camera: camera.hflip = True camera.vflip = True Raspberry Pi Camera

Programming the Camera You can start a preview, but this will overlay the entire display so you won’t be able to see your Python screen Use Ctrl-D to terminate the program camera.start_preview(); This can be useful for a “roving camera” Or you can show the preview for a predetermined length of time, then stop it with camera.stop_preview(); Raspberry Pi Camera

Camera Settings camera.sharpness = 0 camera.contrast = 0 camera.brightness = 50 camera.saturation = 0 camera.ISO = 0 camera.video_stabilization = False Raspberry Pi Camera

Camera Settings camera.exposure_compensation = 0 camera.exposure_mode = 'auto' camera.meter_mode = 'average' camera.awb_mode = 'auto' camera.image_effect = 'none' camera.color_effects = None camera.rotation = 0 Raspberry Pi Camera

Camera Settings camera.hflip = False camera.vflip = False camera.crop = (0.0, 0.0, 1.0, 1.0) camera.resolution = (320, 240) Raspberry Pi Camera

Camera Programming Capture a still image: camera.capture('image1.jpg') Capture 5 seconds of video: camera.start_recording('video.h264') sleep(5) camera.stop_recording() Raspberry Pi Camera

Programming Exercise Write a program that takes a photo every 10 seconds, saving each one with a different name Set the resolution relatively low so your disk doesn’t fill up Provide a way to exit the program without pressing ctrl-C Using Curses, show the name of each file as you save it You can use the str function to convert a number to a string Raspberry Pi Camera