Using PlayCap. Introduction  Based on: 1. Win32 API 2. DirectShow API 3. GDI+ API  Platform Windows XP  IDE Visual Studio.Net 2003.

Slides:



Advertisements
Similar presentations
OpenGL Course Notes Chapter 1: Introduction Jim Mims.
Advertisements

Who are these guys? Bruce Pulley Senior Mobile Applications Developer Andrew Rumbley Senior.
LYU0002 Wireless Cyber Campus Supervisor: Prof. LYU, Rung Tsong Michael Marker: Prof. CAI, Leizhen Students:Jang Kim Fung, Harvest Tang Ho Man, Sunny.
 2002 Prentice Hall. All rights reserved. Chapter 2 - Introduction to the Visual Studio.NET IDE Outline 2.1Introduction 2.2Overview of the Visual Studio.NET.
Computer Vision 碩二 許富量 Introduction to Intel OpenCV Library.
Create Windows ® Applications with.NET Allan Knudsen.NET Developer Evangelist Microsoft.
FYP0002 Wireless Cyber Campus Supervisor: Prof. Michael R. Lyu Student:Jang Kim Fung Tang Ho Man.
Functional Simulation Overview1 OpenTV PC Simulator.
GDI+ getting started. GDI+  Class-based API for C/C++  Windows Graphics Device Interface (GDI)  Device-independent applications  Services 1)2D vector.
1/26/2004 PPCC - Introduction to VB6 Copyright ©2004, Tore Bostrup 1 Introduction to VB6 Materials & Prerequisites Course Outline Background Information.
Introduction to DirectX Programming Dongho Kim February 12, 2002 Dongho Kim February 12, 2002.
.NET On A Shoe String By: Patrick Brannen Lead Developer iDevCo, Inc.
UFCFX5-15-3Mobile Device Development UFCFX Mobile Device Development An Introduction to the Module.
1 Windows Vista: Enabling Parental Controls in your Application Brian Trenbeath FUN304 Program Manager Microsoft Corporation.
September 2008 IT Software Development Guide.
.NET: Blackboard Collaborations with Microsoft Presented By Jan Poston Day Director, Standards and Interoperability Ramsey Chambers Manager, Business Development.
Introduction to Programming
Architecture of.NET Framework .NET Framework ٭ Microsoft.NET (pronounced “dot net”) is a software component that runs on the Windows operating.
Lecture Set 1 Part B: Understanding Visual Studio and.NET – Structure and Terminology 1/16/ :04 PM.
Windows CE 시스템 개발 개요. 임베디드시스템소프트웨어 -Windows CE 2 Overview  Selecting a Windows Embedded Operating System  The Windows CE Platform Development Cycle.
DVTS for Windows Keio University, Graduate School of Media and Governance WIDE Project Kazuhiro MISHIMA
Ali Shahrokni Application Components Activities Services Content providers Broadcast receivers.
DirectShow.
CS Tutorial 1 Getting Started with Visual Studio 2012 (Visual Studio 2010 are no longer available on MSDNAA, please choose Visual Studio 2012 which.
Overview of System Development. Overview Selecting a Windows Embedded Operating System The Windows CE Platform Development Cycle The Application Development.
CS360/CS580H GUI & Windows Programming Introduction.
Presented By: Muhammad Tariq Software Engineer Android Training course.
Tutorial 1: An Introduction to Visual Basic.NET1 Tutorial 1 An Introduction to Visual Basic.NET.
ApplicationXtender Quickly capture, organize, and deliver fixed-content images, documents, reports, and other business-critical information.
Training Material for Operators at booth for Webcasting.
Android architecture & setting up. Android operating system comprises of different software components arranges in stack. Different components of android.
Create Windows ® Applications with.NET Carlotta Eaton ( Associate Professor of IST New River Community College Slides by Microsoft.
COMP Project Status Overview April 1st, 2005.
MC Opener Member : Taeuk Um, Kyungryul Park Dongkyu Lee, Junghun Lee Hojin Jun.
ITF11012.NET.NET an Introduction. “This is the best time ever to be a software developer” Steve Ballmer, BUILD Conference, Anaheim, September 13 th 2011.
Sound DirectMusic & DirectSound. DirectShow Video Formats DirectShow is an open architecture, it can support any format as long as there are filters to.
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
Module 1: Getting Started. Introduction to.NET and the.NET Framework Exploring Visual Studio.NET Creating a Windows Application Project Overview Use Visual.
Programming with Visual Studio.NET A short review of the process.
Windows CE 시스템 개발 개요. 모바일운영체제 - Windows CE 2 Overview  Selecting a Windows Embedded Operating System  The Windows CE Platform Development Cycle  The.
Introduction to Visual Studio & GUI Programming Prepared by: Ahmad Ramin Rahimee Assistant Professor ICTI.
Understanding StarTeam Enterprise Advantage Course #4124.
Java Programming, Second Edition Appendix A Working with Java SDK 1.4.
Talking to Robots Using MS Speech SDK 5.1 in C# Sebastian van Delden USC Upstate
VLF Rendering & Implementation Details Virtual Light Field Group University College London GR/R13685/01 Research funded by: Jesper.
Win32 Programming Lesson 19: Introduction to DLLs.
Digital Media Lecture 0: It’s all just bits! Georgia Gwinnett College School of Science and Technology Dr. Jim Rowan.
The Development Process Compilation. Compilation - Dr. Craig A. Struble 2 Programming Process Problem Solving Phase We will spend significant time on.
Lecture Set 1 Part B: Understanding Visual Studio and.NET – Structure and Terminology 1/16/ :04 PM.
Video 2 Subject:T0934 / Multimedia Programming Foundation Session:11 Tahun:2009 Versi:1/0.
Communication & Data Devices & Printing WinRT APIs DirectX & Media Windows 8 Desktop Apps C C++ Win32 C# VB. NET SL HTML JavaScrip t Internet Explorer.
Introduction to Avalon Mike Taulty Microsoft Ltd
Visual Studio.NET CIS 341 Chapter 1. Objectives.NET framework Compile Deploy VB6 compatibility library MDI project Solution Explorer AssemblyInfo.vb.
What is DirectX? DirectX is built by Microsoft as a collection of API’s (Application Programming Interfaces) for the purpose of multimedia processing.
Obtaining the Required Tools
Platform for Metro Style Apps
Introduction to .NET Core
P2P E-learning on OGSI.NET HUST CGCL fengmao
Chapter 2 Setup.
Module 1: Getting Started
An Introduction to Microsoft NetShow Services and Advanced Streaming Format (ASF) By Huang Yi-Chin.
Microsoft DirectShow.
תכנות אסינכרוני, תקשורת ופיתוח אפליקציות ל-Windows 8
Online Multilevel Media Sharing
5/6/2019 7:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
Windows Presentation Foundation
Overview of System Development for Windows CE.NET
Agenda for Unit 1: Introduction of Computers and Games Graphics
from Lutz Dietrich and Hans Kluge
11/11/2019 1:15 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Presentation transcript:

Using PlayCap

Introduction  Based on: 1. Win32 API 2. DirectShow API 3. GDI+ API  Platform Windows XP  IDE Visual Studio.Net 2003

DirectShow  A media-streaming architecture for the MS Windows platform.  A useful API to capture or playback many media types.  You can download the DirectX SDK summer 2003 and sample code from course webpage.

Setting Up  Header File Dshow.h  Library Files Strmiids.lib Quartz.lib  Set the Path in the IDE (.net)

DirectShow

Writing a DirectShow Application

Code Tracing

Your job is …  In the HRESULT ProcessBuffer(HDC)  Write a simple image processing program to scan pBuffer.  The information (size, RGB channel … )of pBuffer is stored in pVih- >bmiHeader.