Skip to content

A Tk widget to display video on Windows from DirectShow sources including webcam or file sources.

License

Notifications You must be signed in to change notification settings

patthoyts/tkvideo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README                                                     -*- text -*-

tkvideo - a Video Widget for the Tk Toolkit
-------------------------------------------

This project aims to provide a video display widget for the Tk toolkit
that can be used to display video data from files or from devices like
webcams or TV input.

At this time the widget only works for Windows. On this platform it
uses the DirectShow APIs to obtain and display video and so can
support any video sources supported by DirectX. This includes most
webcams and a number of common file types including AVI and WMV
files.

A related project is the QuickTimeTcl project which supports QuickTime
sources (.mov files, streaming video and some devices) on the Mac and
Windows.

INSTALLATION
------------

The tkvideo package is provided as source code or a pre-compiled zip
archive is available. A Tcl starkit version may also be available for
use with tclkit (http://equi4.com/tclkit.html).

To install the binary distribution you should locate your Tcl library
folder. This is available as the global variable tcl_library in a Tcl
shell. Unpack the zip archive in this folder and the package will be
available for use.

To compile the source code, you will require Microsoft Visual C++ 6.0,
a recent version of the Platform SDK and the DirectX SDK. Read the
comments in the file win/makefile.vc for additional details.

All files may be obtained from the project site at
https://github.com/patthoyts/tkvideo


AUTHORS
-------

The tkvideo package has been written by 
Pat Thoyts <[email protected]>

LICENSE
-------

Please see the file license.terms for details of the software
license. If you require an alternative license you should contact the
authors of the software.

About

A Tk widget to display video on Windows from DirectShow sources including webcam or file sources.

Resources

License

Stars

Watchers

Forks

Packages

No packages published