Daniel Steinberg 03/25/2008 Linux boards Daniel Steinberg.

Slides:



Advertisements
Similar presentations
Mobile Application Development Keshav Bahadoor. Part 1 Cross Platform Web Applications.
Advertisements

JAVA Programming Environment © Juhani Välimäki 2003.
Implementation of an Android Phone Based Video Streamer 2010 IEEE/ACM International Conference on Green Computing and Communications 2010 IEEE/ACM International.
Bolo – A Simple Audioconference CS525u Multimedia Computing Due date: Project 2.
CS201 – Makefile Tutorial. A Trivial Makefile # Trivial Makefile for puzzle1.c # Ray S. Babcock, CS201, MSU-Bozeman # 1/5/05 # puzzle1: puzzle1.c gcc.
Embedded Network Controller with Web Interface Bradley University Department of Electrical & Computer Engineering By: Ed Siok Advisor: Dr. Malinowski.
Speak A Simple VoIP Application CS529 Multimedia Networking Due date: October 21 st by 11:59pm Project 2.
1 Real-Time System Design Developing a Cross Compiler and libraries for a target system.
1-1 Embedded Software Development Tools and Processes Hardware & Software Hardware – Host development system Software – Compilers, simulators etc. Target.
Pictures and Sounds in Alice Worlds. Billboards Alice provides a means of adding pictures to worlds. Pictures can be captured using a digital camera,
Embedded Real time System Design Introduction to the course.
Speak – A Simple Audioconference CS529 Multimedia Networking Due date: November 3rd Project 2.
About apache ant. Hello world with ant HelloWorldWithAnt.htmlhttp://ant.apache.org/manual/tutorial- HelloWorldWithAnt.html.
Embedded Systems Programming Introduction to the course.
 At the end of this class, students are able to  Describe definition of input devices clearly  List out the examples of input devices  Describe.
Introduction to The Linaro Toolchain Embedded Processors Training Multicore Software Applications Literature Number: SPRPXXX 1.
1 Introduction to Tool chains. 2 Tool chain for the Sitara Family (but it is true for other ARM based devices as well) A tool chain is a collection of.
Spring 2014 SILICON VALLEY UNIVERSITY CONFIDENTIAL 1 Introduction to Embedded Systems Dr. Jerry Shiao, Silicon Valley University.
Image Processing for Remote Sensing Matthew E. Nelson Joseph Coleman.
Working With Images, Sound, and Video Mark Grabe.
Creating Digital Video using a Digital Camcorder & The Web ETEC-562 Spring 2004 Kai A. Dupé.
An Implementation of iSCSI initiator on a Zaurus PDA Presented by They Yu Shu 12 August 2005.
Neuros Technology July 22, 2008 Tom Bruno
Cornell Theory Center Aug Porting CCTK to NT at the Cornell Velocity NT Cluster Werner Benger Max-PIanck-Institut für Gravitationsphysik (Albert-Einstein-Institute.
Cooperative FVS ! Functional Requirements for a Shared Library Version of FVS, or Calling FVS from R! Nicholas L. Crookston Rocky Mountain Research Station.
System Programming - LAB 1 Programming Environments.
 Overview › Requirements › Proof of Principal › Issues … › First Step – Wrap Altera NIOS2 GNU Tools › Next Step – Build RTEMS/NIOS GNU Tools › Future.
IBM - CVUT Student Research Projects USB Host with ATmega Microcontroller Jiří Dostál Martin Chloupek
Digital Photography How to get a great shot. Choosing a format Most cameras are designed to be held horizontally for comfort, so most pictures are taken.
GNU Make Computer Organization II 1 © McQuain What is make ? make is a system utility for managing the build process (compilation/linking/etc).
Presentation: Phidgets for Rapid Pervasive Prototyping Applied Pervasive Computing.
Some Libraries for Kinect 1 2. Open NI Open NI supports many API functions, can combine middleware to increase ability for Kinect. * Support: - Detect.
Petra III Status Teresa Núñez Hasylab-DESY Tango Meeting DESY,
Introduction Characteristics of USB System Model What needs to be done Platform Issues Conceptual Issues Timeline USB Monitoring David Harding Front page.
Digital Storytelling In the Humanities Classroom.
Lesson 1 Input and Output Devices To know the difference between input and output devices To be able to identify at least 5 input or output devices AIM:
全面推开营业税改征 增值税试点政策培训. 什么是营改增? “营改增”中的“营”指的是营业税,“ 增”指的是增值税。对大多数企业来说,增 值税所带来的税负远低于营业税。 减税本身就是积极的财政政策。营改增所 实现的减税,不仅规模大、范围广,它本质 上是一种“结构性减税”,从而构成“结构 性改革”攻坚战中的实招。
CMPS Operating Systems Prof. Scott Brandt Computer Science Department University of California, Santa Cruz.
By Ganesan Alagu Ganesh Feb 26, 2008
Unit 20 – Computer Game Platforms & Technology – Software Technology
Beginning Android Programming
Need support to Setup Eclipse Mars 2
CELF Embedded BOF - Ottawa - July 2008
USB The topics covered, in order, are USB background
USB cameras 4 distinct USB camera functions GPhoto2 vs Video4Linux2
Prepared by: Raghad J Foqha Supervisor: Dr. Saed Tarapiah
By Ganesan Alagu Ganesh Feb 21, 2008
Embedded Systems Serial-Ethernet Converter Cem KEFELI
ZCU102 (Xilinx Zynq Ultrascale+
Colorado Space Grant Symposium
Keeping OPEN-R alive Why and How teste de notas.
HIC testing software
Vision-Based Motion Sensor
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
What is make? make is a system utility for managing the build process (compilation/linking/etc). There are various versions of make; these notes discuss.
Serial Data Hub (Proj Dec13-13).
USB Project (22nd July) Ian Coulter.
PDA Biometric Integration
.NET and .NET Core Foot View of .NET Pan Wuming 2017.
Cmake Primer.
By Ganesan Alagu Ganesh Mar 25, 2008
Vision-Based Motion Sensor
EE587 Embedded Systems Progress report on USB-hosting using Linux boards And overview of Cameras Samir Rawashdeh 3/25/2008.
Linux Fox Board introduction
Depth Analysis With Stereo Camera
Debug Tools (GDB+DDD) on Andes platform
Depth Analysis With Stereo Camera
IBM - CVUT Student Research Projects
What is make? make is a system utility for managing the build process (compilation/linking/etc). There are various versions of make; these notes discuss.
Presentation transcript:

Daniel Steinberg 03/25/2008 Linux boards Daniel Steinberg

TS-7260 vs Fox board Fox board TS-7260 Development kit Cross-compiler Web-complier No-gcc on the board TS-7260 gcc on the board Daniel Steinberg

GPhoto vs Cannon capture Command line interface Support image capture Too heavy Cannon capture Doesn’t take up much space Main difference consecutive shots are taken without the camera lenses being closed and opened again. Daniel Steinberg

Cannon Capture Cannon Capture Dependences A tool for a periodic image capturing with digital cannon cameras Dependences Libusb A USB API library Libptp2 A library used to communicate with PTP devices like still cameras Daniel Steinberg

Progress Progress Problems We were able to get cannon capture running on a Linux PC And libusb on the Fox board Problems Libptp2 has uses a script to create the makefile which is difficult to modify for cross-compling Daniel Steinberg