BasicVideo
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| (3 intermediate revisions by one user not shown) | |||
| Line 13: | Line 13: | ||
*[[Package Mitov.BasicLab]] - Contains the basic components and classes for all the products.  | *[[Package Mitov.BasicLab]] - Contains the basic components and classes for all the products.  | ||
*[[Package SignalLabBasicPkg]] - Contains the basic components and classes for the basic SignalLab components.  | *[[Package SignalLabBasicPkg]] - Contains the basic components and classes for the basic SignalLab components.  | ||
| + | *[[Package TimingLabBasicPkg]] - Contains the basic components and classes for the basic TimingLab components.  | ||
*[[Package VideoLabBasicPkg]] - Contains the basic video processing components and classes for all the video related products.  | *[[Package VideoLabBasicPkg]] - Contains the basic video processing components and classes for all the video related products.  | ||
== Components ==  | == Components ==  | ||
| Line 30: | Line 31: | ||
*[[Image:BIGSLGenericRealGen.gif]] [[Image:SLGenericRealGen.gif]] [[Image:NETSLGenericRealGen.gif]] '''[[Class SLGenericRealGen.TSLGenericRealGen|TSLGenericRealGen]]''' - User defined generator for Real data.  | *[[Image:BIGSLGenericRealGen.gif]] [[Image:SLGenericRealGen.gif]] [[Image:NETSLGenericRealGen.gif]] '''[[Class SLGenericRealGen.TSLGenericRealGen|TSLGenericRealGen]]''' - User defined generator for Real data.  | ||
*[[Image:BIGSLGenericRealMatrix.gif]] [[Image:SLGenericRealMatrix.gif]] [[Image:NETSLGenericRealMatrix.gif]] '''[[Class SLGenericRealMatrix.TSLGenericRealMatrix|TSLGenericRealMatrix]]''' - User defined generator for Real matrix data.  | *[[Image:BIGSLGenericRealMatrix.gif]] [[Image:SLGenericRealMatrix.gif]] [[Image:NETSLGenericRealMatrix.gif]] '''[[Class SLGenericRealMatrix.TSLGenericRealMatrix|TSLGenericRealMatrix]]''' - User defined generator for Real matrix data.  | ||
| + | === From [[Package TimingLabBasicPkg]] ===  | ||
| + | *[[Image:BIGTLThreadEvent.gif]] [[Image:TLThreadEvent.gif]] [[Image:NETTLThreadEvent.gif]] '''[[Class TLThreadEvent.TTLThreadEvent|TTLThreadEvent]]''' - Executes event in a separated thread.  | ||
| + | *[[Image:BIGTLMainThreadEvent.gif]] [[Image:TLMainThreadEvent.gif]] [[Image:NETTLMainThreadEvent.gif]] '''[[Class TLMainThreadEvent.TTLMainThreadEvent|TTLMainThreadEvent]]''' - Allows other threads to generate main thread notifications.  | ||
| + | *[[Image:BIGTLStopWatch.gif]] [[Image:TLStopWatch.gif]] [[Image:NETTLStopWatch.gif]] '''[[Class TLStopWatch.TTLStopWatch|TTLStopWatch]]''' - Measures time intervals.  | ||
| + | *[[Image:BIGTLFrequencyMeter.gif]] [[Image:TLFrequencyMeter.gif]] [[Image:NETTLFrequencyMeter.gif]] '''[[Class TLFrequencyMeter.TTLFrequencyMeter|TTLFrequencyMeter]]''' - Measures frequency of events.  | ||
| + | *[[Image:BIGTLCounter.gif]] [[Image:TLCounter.gif]] [[Image:NETTLCounter.gif]] '''[[Class TLCounter.TTLCounter|TTLCounter]]''' - Counts events.  | ||
| + | *[[Image:BIGTLWatchDogTimer.gif]] [[Image:TLWatchDogTimer.gif]] [[Image:NETTLWatchDogTimer.gif]] '''[[Class TLWatchDogTimer.TTLWatchDogTimer|TTLWatchDogTimer]]''' - Implements a Watch Dog Timer.  | ||
| + | *[[Image:BIGTLClockGen.gif]] [[Image:TLClockGen.gif]] [[Image:NETTLClockGen.gif]] '''[[Class TLClockGen.TTLClockGen|TTLClockGen]]''' - Provides clock for other components.  | ||
=== From [[Package VideoLabBasicPkg]] ===  | === From [[Package VideoLabBasicPkg]] ===  | ||
*[[Image:BIGVLASFPlayer.gif]] [[Image:VLASFPlayer.gif]] [[Image:NETVLASFPlayer.gif]] '''[[Class VLASFPlayer.TVLASFPlayer|TVLASFPlayer]]''' - Plays ASF and WMV Video Files.  | *[[Image:BIGVLASFPlayer.gif]] [[Image:VLASFPlayer.gif]] [[Image:NETVLASFPlayer.gif]] '''[[Class VLASFPlayer.TVLASFPlayer|TVLASFPlayer]]''' - Plays ASF and WMV Video Files.  | ||
Latest revision as of 00:29, 26 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Contents | 
Description
Video Capture and Playback Library
Packages
- Package AudioLabBasicPkg - Contains the basic audio processing components and classes for all the video and audio related products.
 - Package MediaLabBasicPkg - Contains the basic media components and classes for all the video and audio related products.
 - Package Mitov.BasicLab - Contains the basic components and classes for all the products.
 - Package SignalLabBasicPkg - Contains the basic components and classes for the basic SignalLab components.
 - Package TimingLabBasicPkg - Contains the basic components and classes for the basic TimingLab components.
 - Package VideoLabBasicPkg - Contains the basic video processing components and classes for all the video related products.
 
Components
From Package AudioLabBasicPkg
 
 
 TALAudioToReal - Converts Wave Audio Data Buffers into Real Data Buffers.
 
 
 TALAudioOut - Sends audio data to an audio output device.
 
 
 TALDSAudioOut - Sends audio data to an audio output device.
 
 
 TALGenericFilter - User defined filter for Audio data.
 
 
 TALGenericGen - User defined generator for Audio data.
From Package MediaLabBasicPkg
 
 
 TMLDSGraphView - DirectShow graph display.
From Package SignalLabBasicPkg
 
 
 TSLPair - Pairs multiple data buffers together.
 
 
 TSLGenericReal - User defined filter for Real data.
 
 
 TSLGenericFilter - User defined filter for Binary data.
 
 
 TSLGenericGen - User defined generator for Binary data.
 
 
 TSLGenericRealGen - User defined generator for Real data.
 
 
 TSLGenericRealMatrix - User defined generator for Real matrix data.
From Package TimingLabBasicPkg
 
 
 TTLThreadEvent - Executes event in a separated thread.
 
 
 TTLMainThreadEvent - Allows other threads to generate main thread notifications.
 
 
 TTLStopWatch - Measures time intervals.
 
 
 TTLFrequencyMeter - Measures frequency of events.
 
 
 TTLCounter - Counts events.
 
 
 TTLWatchDogTimer - Implements a Watch Dog Timer.
 
 
 TTLClockGen - Provides clock for other components.
From Package VideoLabBasicPkg
 
 
 TVLASFPlayer - Plays ASF and WMV Video Files.
 
 
 TVLAVIPlayer - Plays AVI Video files.
 
 
 TVLDSVideoPlayer - Plays Video files using DirectShow.
 
 
 TVLAVILogger - Records AVI Video files.
 
 
 TVLDSVideoLogger - Records Video files using DirectShow.
 
 
 TVLCapture - Captures Video from device.
 
 
 TVLDSCapture - Captures Video from device using DirectShow.
 
 
 TVLImageDisplay - Video display component.
 
 
 TVLDSVideoPreviewDock - Docking location for video preview.
 
 
 TVLDSImageDisplay - Video display component using DirectShow.
 
 
 TVLGenericFilter - User defined filter for Video data.
 
 
 TVLGenericGen - User defined generator for Video data.
Layers
From Package VideoLabBasicPkg
 TVLImageDisplayLayer - Layer drawing video.
Elements
From Package VideoLabBasicPkg
 TVLExternalImageDisplayElement - Component element drawing video.
Matrix Layers
From Package VideoLabBasicPkg
 TVLExternalImageDisplayMatrixLayer - Matrix element drawing video.