ms-iot/usb-camera

Name: usb-camera

Owner: ms-iot

Description: Code to help showcase using an USB camera on IoT Core

Created: 2015-10-29 21:59:22.0

Updated: 2018-01-11 14:00:02.0

Pushed: 2016-12-07 03:52:25.0

Homepage: null

Size: 18

Language: C#

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

UsbCamera Class

This is the code block for using a USB camera with Windows 10 IoT Core.

Methods

The UsbCamera class has these methods:

Setup

To use this block in your project, you need to perform the following steps:

  1. Navigate to your git project folder using Command Prompt and run git submodule add https://github.com/ms-iot/usb-camera
  2. Next, run git submodule update
  3. Open your project solution on Visual Studio and right click on Solution -> Add -> Existing Project. Select usb-camera -> UsbCamera -> UsbCamera.csproj.
  4. Once usb-camera is added to the solution explorer, right click on References on your project -> Add Reference -> Projects -> Solution. Check UsbCamera and select OK.
  5. You should now be able to use UsbCamera objects in your project.

Note: Everytime you clone your project after it's initial creation, you must run the following commands in the project's root folder:


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.