Skip to content

Video Input, Wrapping unmanaged code as .Net dll

Notifications You must be signed in to change notification settings

daiman411/alViewerCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alViewerCS

Note - 20180227

  1. This is a simple example of WPF application which can display video stream via USB UVC device.
  2. It also demostrated how to wrap a unmanaged code(alAVCapDll) as a managed dll under WPF/C# aplication.
  3. Unmanaged code provide an interface that end-user can use it to create an Video input object and capture raw image data from video stream. So if you got the raw image data, then you can convert it or process it whatever you want to do...This dll was programed by Direct show basically refering to Ampcap sample code.

About

Video Input, Wrapping unmanaged code as .Net dll

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published