VideoLab
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
|||
(50 intermediate revisions by one user not shown) | |||
Line 11: | Line 11: | ||
*[[Package AudioLabBasicPkg]] - Contains the basic audio processing components and classes for all the video and audio related products. | *[[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 MediaLabBasicPkg]] - Contains the basic media components and classes for all the video and audio related products. | ||
+ | *[[Package MediaLabPkg]] - Contains the 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 SignalLabAdditionalPkg]] - Contains the additional signal processing components and classes. | *[[Package SignalLabAdditionalPkg]] - Contains the additional signal processing components and classes. | ||
− | *[[Package SignalLabBasicPkg]] - Contains the basic components and classes for | + | *[[Package SignalLabBasicPkg]] - Contains the basic components and classes for the basic SignalLab components. |
*[[Package SignalLabScopePkg]] - Contains the Scope and Waterfall components. | *[[Package SignalLabScopePkg]] - Contains the Scope and Waterfall components. | ||
+ | *[[Package TextLabBasicPkg]] - Contains the basic components and classes for the basic TextLab components. | ||
*[[Package TimingLabBasicPkg]] - Contains the basic components and classes for the basic TimingLab components. | *[[Package TimingLabBasicPkg]] - Contains the basic components and classes for the basic TimingLab components. | ||
*[[Package VideoLabAdditionalPkg]] - Contains the additional video processing components and classes. | *[[Package VideoLabAdditionalPkg]] - Contains the additional video processing components and classes. | ||
Line 20: | Line 23: | ||
== Components == | == Components == | ||
=== From [[Package AudioLabBasicPkg]] === | === From [[Package AudioLabBasicPkg]] === | ||
− | |||
− | |||
*[[Image:BIGALAudioToReal.gif]] [[Image:ALAudioToReal.gif]] [[Image:NETALAudioToReal.gif]] '''[[Class ALAudioToReal.TALAudioToReal|TALAudioToReal]]''' - Converts Wave Audio Data Buffers into Real Data Buffers. | *[[Image:BIGALAudioToReal.gif]] [[Image:ALAudioToReal.gif]] [[Image:NETALAudioToReal.gif]] '''[[Class ALAudioToReal.TALAudioToReal|TALAudioToReal]]''' - Converts Wave Audio Data Buffers into Real Data Buffers. | ||
+ | *[[Image:BIGALAudioOut.gif]] [[Image:ALAudioOut.gif]] [[Image:NETALAudioOut.gif]] '''[[Class ALAudioOut.TALAudioOut|TALAudioOut]]''' - Sends audio data to an audio output device. | ||
+ | *[[Image:BIGALDSAudioOut.gif]] [[Image:ALDSAudioOut.gif]] [[Image:NETALDSAudioOut.gif]] '''[[Class ALDSAudioOut.TALDSAudioOut|TALDSAudioOut]]''' - Sends audio data to an audio output device. | ||
+ | *[[Image:BIGALGenericFilter.gif]] [[Image:ALGenericFilter.gif]] [[Image:NETALGenericFilter.gif]] '''[[Class ALGenericFilter.TALGenericFilter|TALGenericFilter]]''' - User defined filter for Audio data. | ||
+ | *[[Image:BIGALGenericGen.gif]] [[Image:ALGenericGen.gif]] [[Image:NETALGenericGen.gif]] '''[[Class ALGenericGen.TALGenericGen|TALGenericGen]]''' - User defined generator for Audio data. | ||
=== From [[Package MediaLabBasicPkg]] === | === From [[Package MediaLabBasicPkg]] === | ||
*[[Image:BIGMLDSGraphView.gif]] [[Image:MLDSGraphView.gif]] [[Image:NETMLDSGraphView.gif]] '''[[Class MLDSGraphView.TMLDSGraphView|TMLDSGraphView]]''' - DirectShow graph display. | *[[Image:BIGMLDSGraphView.gif]] [[Image:MLDSGraphView.gif]] [[Image:NETMLDSGraphView.gif]] '''[[Class MLDSGraphView.TMLDSGraphView|TMLDSGraphView]]''' - DirectShow graph display. | ||
+ | === From [[Package MediaLabPkg]] === | ||
+ | *[[Image:BIGMLDSMediaFilter.gif]] [[Image:MLDSMediaFilter.gif]] [[Image:NETMLDSMediaFilter.gif]] '''[[Class MLDSMediaFilter.TMLDSMediaFilter|TMLDSMediaFilter]]''' - Passes media trough a DirectShow filter. | ||
=== From [[Package SignalLabAdditionalPkg]] === | === From [[Package SignalLabAdditionalPkg]] === | ||
+ | *[[Image:BIGSLAverageValue.gif]] [[Image:SLAverageValue.gif]] [[Image:NETSLAverageValue.gif]] '''[[Class SLAverageValue.TSLAverageValue|TSLAverageValue]]''' - Averages the input values. | ||
*[[Image:BIGSLGenericRealValueGen.gif]] [[Image:SLGenericRealValueGen.gif]] [[Image:NETSLGenericRealValueGen.gif]] '''[[Class SLGenericRealValueGen.TSLGenericRealValueGen|TSLGenericRealValueGen]]''' - User defined generator for Real values. | *[[Image:BIGSLGenericRealValueGen.gif]] [[Image:SLGenericRealValueGen.gif]] [[Image:NETSLGenericRealValueGen.gif]] '''[[Class SLGenericRealValueGen.TSLGenericRealValueGen|TSLGenericRealValueGen]]''' - User defined generator for Real values. | ||
*[[Image:BIGSLGenericRealValue.gif]] [[Image:SLGenericRealValue.gif]] [[Image:NETSLGenericRealValue.gif]] '''[[Class SLGenericRealValue.TSLGenericRealValue|TSLGenericRealValue]]''' - User defined filter for Real values. | *[[Image:BIGSLGenericRealValue.gif]] [[Image:SLGenericRealValue.gif]] [[Image:NETSLGenericRealValue.gif]] '''[[Class SLGenericRealValue.TSLGenericRealValue|TSLGenericRealValue]]''' - User defined filter for Real values. | ||
Line 32: | Line 40: | ||
=== From [[Package SignalLabBasicPkg]] === | === From [[Package SignalLabBasicPkg]] === | ||
*[[Image:BIGSLPair.gif]] [[Image:SLPair.gif]] [[Image:NETSLPair.gif]] '''[[Class SLPair.TSLPair|TSLPair]]''' - Pairs multiple data buffers together. | *[[Image:BIGSLPair.gif]] [[Image:SLPair.gif]] [[Image:NETSLPair.gif]] '''[[Class SLPair.TSLPair|TSLPair]]''' - Pairs multiple data buffers together. | ||
+ | *[[Image:BIGSLGenericReal.gif]] [[Image:SLGenericReal.gif]] [[Image:NETSLGenericReal.gif]] '''[[Class SLGenericReal.TSLGenericReal|TSLGenericReal]]''' - User defined filter for Real data. | ||
+ | *[[Image:BIGSLGenericFilter.gif]] [[Image:SLGenericFilter.gif]] [[Image:NETSLGenericFilter.gif]] '''[[Class SLGenericFilter.TSLGenericFilter|TSLGenericFilter]]''' - User defined filter for Binary data. | ||
+ | *[[Image:BIGSLGenericGen.gif]] [[Image:SLGenericGen.gif]] [[Image:NETSLGenericGen.gif]] '''[[Class SLGenericGen.TSLGenericGen|TSLGenericGen]]''' - User defined generator for Binary 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. | ||
=== From [[Package SignalLabScopePkg]] === | === From [[Package SignalLabScopePkg]] === | ||
*[[Image:BIGSLScope.gif]] [[Image:SLScope.gif]] [[Image:NETSLScope.gif]] '''[[Class SLScope.TSLScope|TSLScope]]''' - Visible Scope/Plot component for representing floating point data. | *[[Image:BIGSLScope.gif]] [[Image:SLScope.gif]] [[Image:NETSLScope.gif]] '''[[Class SLScope.TSLScope|TSLScope]]''' - Visible Scope/Plot component for representing floating point data. | ||
*[[Image:BIGSLWaterfall.gif]] [[Image:SLWaterfall.gif]] [[Image:NETSLWaterfall.gif]] '''[[Class SLWaterfall.TSLWaterfall|TSLWaterfall]]''' - Visible waterfall for representing Real(double) data. | *[[Image:BIGSLWaterfall.gif]] [[Image:SLWaterfall.gif]] [[Image:NETSLWaterfall.gif]] '''[[Class SLWaterfall.TSLWaterfall|TSLWaterfall]]''' - Visible waterfall for representing Real(double) data. | ||
+ | === From [[Package TextLabBasicPkg]] === | ||
+ | *[[Image:BIGTLGenericTextFilter.gif]] [[Image:TLGenericTextFilter.gif]] [[Image:NETTLGenericTextFilter.gif]] '''[[Class TLGenericTextFilter.TTLGenericTextFilter|TTLGenericTextFilter]]''' - User defined filter for Text data. | ||
=== From [[Package TimingLabBasicPkg]] === | === 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: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. | *[[Image:BIGTLClockGen.gif]] [[Image:TLClockGen.gif]] [[Image:NETTLClockGen.gif]] '''[[Class TLClockGen.TTLClockGen|TTLClockGen]]''' - Provides clock for other components. | ||
=== From [[Package VideoLabAdditionalPkg]] === | === From [[Package VideoLabAdditionalPkg]] === | ||
− | *[[Image: | + | *[[Image:BIGVLIPCamera.gif]] [[Image:VLIPCamera.gif]] [[Image:NETVLIPCamera.gif]] '''[[Class VLIPCamera.TVLIPCamera|TVLIPCamera]]''' - Captures video from generic IP Camera. |
− | + | *[[Image:BIGVLCrop.gif]] [[Image:VLCrop.gif]] [[Image:NETVLCrop.gif]] '''[[Class VLCrop.TVLCrop|TVLCrop]]''' - Crops the video. | |
− | *[[Image: | + | |
*[[Image:BIGVLGrayScale.gif]] [[Image:VLGrayScale.gif]] [[Image:NETVLGrayScale.gif]] '''[[Class VLGrayScale.TVLGrayScale|TVLGrayScale]]''' - Converts the video to gray scale. | *[[Image:BIGVLGrayScale.gif]] [[Image:VLGrayScale.gif]] [[Image:NETVLGrayScale.gif]] '''[[Class VLGrayScale.TVLGrayScale|TVLGrayScale]]''' - Converts the video to gray scale. | ||
*[[Image:BIGVLResize.gif]] [[Image:VLResize.gif]] [[Image:NETVLResize.gif]] '''[[Class VLResize.TVLResize|TVLResize]]''' - Resizes the image. | *[[Image:BIGVLResize.gif]] [[Image:VLResize.gif]] [[Image:NETVLResize.gif]] '''[[Class VLResize.TVLResize|TVLResize]]''' - Resizes the image. | ||
+ | *[[Image:BIGVLSnapshot.gif]] [[Image:VLSnapshot.gif]] [[Image:NETVLSnapshot.gif]] '''[[Class VLSnapshot.TVLSnapshot|TVLSnapshot]]''' - Takes a snapshot frame. | ||
+ | *[[Image:BIGVLWienerFilter.gif]] [[Image:VLWienerFilter.gif]] [[Image:NETVLWienerFilter.gif]] '''[[Class VLWienerFilter.TVLWienerFilter|TVLWienerFilter]]''' - Performs Wiener filter over the video. | ||
+ | *[[Image:BIGVLAxisCapture.gif]] [[Image:VLAxisCapture.gif]] [[Image:NETVLAxisCapture.gif]] '''[[Class VLAxisCapture.TVLAxisCapture|TVLAxisCapture]]''' - Captures Video from Axis IP Camera using the Axis media control. | ||
*[[Image:BIGVLMorphFilter.gif]] [[Image:VLMorphFilter.gif]] [[Image:NETVLMorphFilter.gif]] '''[[Class VLMorphFilter.TVLMorphFilter|TVLMorphFilter]]''' - Erodes or deludes the video. | *[[Image:BIGVLMorphFilter.gif]] [[Image:VLMorphFilter.gif]] [[Image:NETVLMorphFilter.gif]] '''[[Class VLMorphFilter.TVLMorphFilter|TVLMorphFilter]]''' - Erodes or deludes the video. | ||
*[[Image:BIGVLImageGen.gif]] [[Image:VLImageGen.gif]] [[Image:NETVLImageGen.gif]] '''[[Class VLImageGen.TVLImageGen|TVLImageGen]]''' - Generates video from image. | *[[Image:BIGVLImageGen.gif]] [[Image:VLImageGen.gif]] [[Image:NETVLImageGen.gif]] '''[[Class VLImageGen.TVLImageGen|TVLImageGen]]''' - Generates video from image. | ||
*[[Image:BIGVLDraw.gif]] [[Image:VLDraw.gif]] [[Image:NETVLDraw.gif]] '''[[Class VLDraw.TVLDraw|TVLDraw]]''' - Applies(draws) graphical layers over the video frames. | *[[Image:BIGVLDraw.gif]] [[Image:VLDraw.gif]] [[Image:NETVLDraw.gif]] '''[[Class VLDraw.TVLDraw|TVLDraw]]''' - Applies(draws) graphical layers over the video frames. | ||
− | |||
=== 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. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
*[[Image:BIGVLAVIPlayer.gif]] [[Image:VLAVIPlayer.gif]] [[Image:NETVLAVIPlayer.gif]] '''[[Class VLAVIPlayer.TVLAVIPlayer|TVLAVIPlayer]]''' - Plays AVI Video files. | *[[Image:BIGVLAVIPlayer.gif]] [[Image:VLAVIPlayer.gif]] [[Image:NETVLAVIPlayer.gif]] '''[[Class VLAVIPlayer.TVLAVIPlayer|TVLAVIPlayer]]''' - Plays AVI Video files. | ||
+ | *[[Image:BIGVLDSVideoPlayer.gif]] [[Image:VLDSVideoPlayer.gif]] [[Image:NETVLDSVideoPlayer.gif]] '''[[Class VLDSVideoPlayer.TVLDSVideoPlayer|TVLDSVideoPlayer]]''' - Plays Video files using DirectShow. | ||
*[[Image:BIGVLAVILogger.gif]] [[Image:VLAVILogger.gif]] [[Image:NETVLAVILogger.gif]] '''[[Class VLAVILogger.TVLAVILogger|TVLAVILogger]]''' - Records AVI Video files. | *[[Image:BIGVLAVILogger.gif]] [[Image:VLAVILogger.gif]] [[Image:NETVLAVILogger.gif]] '''[[Class VLAVILogger.TVLAVILogger|TVLAVILogger]]''' - Records AVI Video files. | ||
+ | *[[Image:BIGVLDSVideoLogger.gif]] [[Image:VLDSVideoLogger.gif]] [[Image:NETVLDSVideoLogger.gif]] '''[[Class VLDSVideoLogger.TVLDSVideoLogger|TVLDSVideoLogger]]''' - Records Video files using DirectShow. | ||
*[[Image:BIGVLCapture.gif]] [[Image:VLCapture.gif]] [[Image:NETVLCapture.gif]] '''[[Class VLCapture.TVLCapture|TVLCapture]]''' - Captures Video from device. | *[[Image:BIGVLCapture.gif]] [[Image:VLCapture.gif]] [[Image:NETVLCapture.gif]] '''[[Class VLCapture.TVLCapture|TVLCapture]]''' - Captures Video from device. | ||
+ | *[[Image:BIGVLDSCapture.gif]] [[Image:VLDSCapture.gif]] [[Image:NETVLDSCapture.gif]] '''[[Class VLDSCapture.TVLDSCapture|TVLDSCapture]]''' - Captures Video from device using DirectShow. | ||
+ | *[[Image:BIGVLImageDisplay.gif]] [[Image:VLImageDisplay.gif]] [[Image:NETVLImageDisplay.gif]] '''[[Class VLImageDisplay.TVLImageDisplay|TVLImageDisplay]]''' - Video display component. | ||
+ | *[[Image:BIGVLDSVideoPreviewDock.gif]] [[Image:VLDSVideoPreviewDock.gif]] [[Image:NETVLDSVideoPreviewDock.gif]] '''[[Class VLDSVideoPreviewDock.TVLDSVideoPreviewDock|TVLDSVideoPreviewDock]]''' - Docking location for video preview. | ||
+ | *[[Image:BIGVLDSImageDisplay.gif]] [[Image:VLDSImageDisplay.gif]] [[Image:NETVLDSImageDisplay.gif]] '''[[Class VLDSImageDisplay.TVLDSImageDisplay|TVLDSImageDisplay]]''' - Video display component using DirectShow. | ||
+ | *[[Image:BIGVLGenericFilter.gif]] [[Image:VLGenericFilter.gif]] [[Image:NETVLGenericFilter.gif]] '''[[Class VLGenericFilter.TVLGenericFilter|TVLGenericFilter]]''' - User defined filter for Video data. | ||
+ | *[[Image:BIGVLGenericGen.gif]] [[Image:VLGenericGen.gif]] [[Image:NETVLGenericGen.gif]] '''[[Class VLGenericGen.TVLGenericGen|TVLGenericGen]]''' - User defined generator for Video data. | ||
=== From [[Package VideoLabPkg]] === | === From [[Package VideoLabPkg]] === | ||
+ | *[[Image:BIGVLAudioSynchronize.gif]] [[Image:VLAudioSynchronize.gif]] [[Image:NETVLAudioSynchronize.gif]] '''[[Class VLAudioSynchronize.TVLAudioSynchronize|TVLAudioSynchronize]]''' - Synchronizes the video with the time from the audio stream. | ||
+ | *[[Image:BIGVLAlphaTrail.gif]] [[Image:VLAlphaTrail.gif]] [[Image:NETVLAlphaTrail.gif]] '''[[Class VLAlphaTrail.TVLAlphaTrail|TVLAlphaTrail]]''' - Applies alpha trail effect over the video. | ||
*[[Image:BIGVLDSVideoFilter.gif]] [[Image:VLDSVideoFilter.gif]] [[Image:NETVLDSVideoFilter.gif]] '''[[Class VLDSVideoFilter.TVLDSVideoFilter|TVLDSVideoFilter]]''' - Passes video trough a DirectShow filter. | *[[Image:BIGVLDSVideoFilter.gif]] [[Image:VLDSVideoFilter.gif]] [[Image:NETVLDSVideoFilter.gif]] '''[[Class VLDSVideoFilter.TVLDSVideoFilter|TVLDSVideoFilter]]''' - Passes video trough a DirectShow filter. | ||
*[[Image:BIGVLGaussianBlur.gif]] [[Image:VLGaussianBlur.gif]] [[Image:NETVLGaussianBlur.gif]] '''[[Class VLGaussianBlur.TVLGaussianBlur|TVLGaussianBlur]]''' - Gaussian blur filter. | *[[Image:BIGVLGaussianBlur.gif]] [[Image:VLGaussianBlur.gif]] [[Image:NETVLGaussianBlur.gif]] '''[[Class VLGaussianBlur.TVLGaussianBlur|TVLGaussianBlur]]''' - Gaussian blur filter. | ||
Line 116: | Line 140: | ||
*[[Image:BIGVLCylinder.gif]] [[Image:VLCylinder.gif]] [[Image:NETVLCylinder.gif]] '''[[Class VLCylinder.TVLCylinder|TVLCylinder]]''' - Applies Cylinder effect over the image. | *[[Image:BIGVLCylinder.gif]] [[Image:VLCylinder.gif]] [[Image:NETVLCylinder.gif]] '''[[Class VLCylinder.TVLCylinder|TVLCylinder]]''' - Applies Cylinder effect over the image. | ||
*[[Image:BIGVLColorLookup.gif]] [[Image:VLColorLookup.gif]] [[Image:NETVLColorLookup.gif]] '''[[Class VLColorLookup.TVLColorLookup|TVLColorLookup]]''' - Changes the pixel colors based on a lookup table. | *[[Image:BIGVLColorLookup.gif]] [[Image:VLColorLookup.gif]] [[Image:NETVLColorLookup.gif]] '''[[Class VLColorLookup.TVLColorLookup|TVLColorLookup]]''' - Changes the pixel colors based on a lookup table. | ||
− | |||
== Layers == | == Layers == | ||
=== From [[Package SignalLabScopePkg]] === | === From [[Package SignalLabScopePkg]] === | ||
− | *[[Image:SLScopeLayer.gif]] '''[[Class SLScope.TSLScopeLayer|TSLScopeLayer]]''' - A scope drawing layer. | + | *[[Image:SLScopeLayer.gif]] '''[[Class SLScope.TSLScopeLayer|TSLScopeLayer]]''' - A scope drawing layer. See Also Defines a scope drawing layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a scope. <b>Diagram:</b> <image SLScopeLayer_Preview> <b>Example:</b> <image ScopeLayerSample> |
− | *[[Image:SLWaterfallLayer.gif]] '''[[Class SLWaterfall.TSLWaterfallLayer|TSLWaterfallLayer]]''' - A waterfall draw layer. | + | *[[Image:SLWaterfallLayer.gif]] '''[[Class SLWaterfall.TSLWaterfallLayer|TSLWaterfallLayer]]''' - A waterfall draw layer. See Also Defines a waterfall draw layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a waterfall. <b>Diagram:</b> <image SLWaterfallLayer_Preview> <b>Example:</b> <image WaterfallLayerSample> |
=== From [[Package VideoLabAdditionalPkg]] === | === From [[Package VideoLabAdditionalPkg]] === | ||
*[[Image:VLDrawShapeLayer.gif]] '''[[Class VLBasicDrawLayers.TVLDrawShapeLayer|TVLDrawShapeLayer]]''' - Layer drawing simple shapes. | *[[Image:VLDrawShapeLayer.gif]] '''[[Class VLBasicDrawLayers.TVLDrawShapeLayer|TVLDrawShapeLayer]]''' - Layer drawing simple shapes. |
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.
Description
Video Processing 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 MediaLabPkg - Contains the 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 SignalLabAdditionalPkg - Contains the additional signal processing components and classes.
- Package SignalLabBasicPkg - Contains the basic components and classes for the basic SignalLab components.
- Package SignalLabScopePkg - Contains the Scope and Waterfall components.
- Package TextLabBasicPkg - Contains the basic components and classes for the basic TextLab components.
- Package TimingLabBasicPkg - Contains the basic components and classes for the basic TimingLab components.
- Package VideoLabAdditionalPkg - Contains the additional video processing components and classes.
- Package VideoLabBasicPkg - Contains the basic video processing components and classes for all the video related products.
- Package VideoLabPkg - Contains the video processing components and classes for VideoLab.
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 MediaLabPkg
- TMLDSMediaFilter - Passes media trough a DirectShow filter.
From Package SignalLabAdditionalPkg
- TSLAverageValue - Averages the input values.
- TSLGenericRealValueGen - User defined generator for Real values.
- TSLGenericRealValue - User defined filter for Real values.
- TSLDetectLevels - Detects levels in the input signal.
- TSLChangeRange - Changes the output range of the signal.
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 SignalLabScopePkg
- TSLScope - Visible Scope/Plot component for representing floating point data.
- TSLWaterfall - Visible waterfall for representing Real(double) data.
From Package TextLabBasicPkg
- TTLGenericTextFilter - User defined filter for Text 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 VideoLabAdditionalPkg
- TVLIPCamera - Captures video from generic IP Camera.
- TVLCrop - Crops the video.
- TVLGrayScale - Converts the video to gray scale.
- TVLResize - Resizes the image.
- TVLSnapshot - Takes a snapshot frame.
- TVLWienerFilter - Performs Wiener filter over the video.
- TVLAxisCapture - Captures Video from Axis IP Camera using the Axis media control.
- TVLMorphFilter - Erodes or deludes the video.
- TVLImageGen - Generates video from image.
- TVLDraw - Applies(draws) graphical layers over the video frames.
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.
From Package VideoLabPkg
- TVLAudioSynchronize - Synchronizes the video with the time from the audio stream.
- TVLAlphaTrail - Applies alpha trail effect over the video.
- TVLDSVideoFilter - Passes video trough a DirectShow filter.
- TVLGaussianBlur - Gaussian blur filter.
- TVLDVDPlayer - Plays DVDs.
- TVLColorSplit - Splits the image into color components.
- TVLScreenCapture - Captures Video from the screen.
- TVLDSToSinkFilter - Sends video to a DirectShow filter.
- TVLDSFromSourceFilter - Captures video from DirectShow filter.
- TVLRipple - Applies water ripple effect over the frames, or generates frames with water ripple.
- TVLFire - Applies fire effect over the frames, or generates frames with fire.
- TVLFrameQueue - Video frames queue component.
- TVLASFBroadcast - Broadcasts ASF and WMV Video over Internet using TCP/IP socket and/or publishing point(s).
- TVLRectKernelFilter - Performs user defined rectangular kernel filter.
- TVLVirtualDub - Applies a VirtualDub filter or effect.
- TVLVideoMixer - Mixes multiple video streams.
- TVLApplyAlpha - Applies an Alpha channel over the image.
- TVLHueVector - Computes the Hue Vector of image.
- TVLUniformNoise - Adds Uniform Random noise to the image.
- TVLBoxFilter - Performs Average, Min, Max or Median filter operation.
- TVLFixedFilter - Performs predefined filter operation over the image.
- TVLGaussNoise - Adds Gaussian distribution oise to the image.
- TVLHistogram - Computes intensity histogram of image.
- TVLJaehneGen - Generates a test Jaehne image.
- TVLColorTwist - Twists the colors of the image.
- TVLGammaFilter - Gamma-corrects the image.
- TVLMirror - Mirrors the image.
- TVLRotate - Rotates the image.
- TVLShear - Shears the image.
- TVLWarp - Warps the image.
- TVLCombine - Combines two videos.
- TVLFrameChange - Combines two sequential frames.
- TVLApplyMask - Applies a picture mask over the image.
- TVLTransparentColor - Merges two videos with transparent(see trough) color in one of them.
- TVLImageAdjust - Adjusts the Brightness, Contrast, Saturation, Hue, and Lightness of the image.
- TVLFreeFrame - Applies a FreeFrame filter or effect.
- TVLDMOEffect - Performs a DMO effect over the video.
- TVLDSVideoOut - Sends video to an output device.
- TVLVideoDecompressor - Decompresses compressed video.
- TVLVideoCompressor - Compresses the video.
- TVLThreshold - Sets the pixels above/bellow a threshold to a color.
- TVLHistogramEqualize - Equalizes the image histogram.
- TVLASFLogger - Records ASF and WMV Video Files.
- TVLQueuedSwitch - Multi-channel queued video and audio switch.
- TVLDelay - Delays the video by a number of frames.
- TVLDSVideoCompressor - Compresses the video using DirectShow.
- TVLChangeFormat - Changes the video format.
- TVLSwitch - Enables or disables the video to go trough.
- TVLColorsToReal - Splits the color components of a frame in real buffers.
- TVLChangeRate - Changes the video frame rate.
- TVLRealToFrame - Constructs frame from color space real buffers.
- TVLColorMerge - Merges color components (RGB, YUV etc.) into a frame.
- TVLDSVideoDecompressor - Decompresses compressed video using DirectShow.
- TVLFishEye - Applies FishEye effect over the image.
- TVLSwirl - Applies FishEye effect over the image.
- TVLCylinder - Applies Cylinder effect over the image.
- TVLColorLookup - Changes the pixel colors based on a lookup table.
Layers
From Package SignalLabScopePkg
- TSLScopeLayer - A scope drawing layer. See Also Defines a scope drawing layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a scope. Diagram: <image SLScopeLayer_Preview> Example: <image ScopeLayerSample>
- TSLWaterfallLayer - A waterfall draw layer. See Also Defines a waterfall draw layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a waterfall. Diagram: <image SLWaterfallLayer_Preview> Example: <image WaterfallLayerSample>
From Package VideoLabAdditionalPkg
- TVLDrawShapeLayer - Layer drawing simple shapes.
- TVLDrawTextLayer - Layer drawing text labels.
- TVLDrawPictureLayer - Layer drawing image.
- TVLDrawMarkersLayer - Layer drawing markers.
- TVLDrawXYFloatLayer - Layer drawing X,Y points.
From Package VideoLabBasicPkg
- TVLImageDisplayLayer - Layer drawing video.
From Package VideoLabPkg
- TVLFireLayer - Fire effect video layer.
Elements
From Package SignalLabScopePkg
- TSLExternalScopeElement - A scope component element.
- TSLExternalWaterfallElement - A waterfall component element.
From Package VideoLabBasicPkg
- TVLExternalImageDisplayElement - Component element drawing video.
Matrix Layers
From Package SignalLabScopePkg
- TSLExternalScopeMatrixLayer - A scope matrix component layer.
- TSLExternalWaterfallMatrixLayer - A waterfall matrix component layer.
From Package VideoLabBasicPkg
- TVLExternalImageDisplayMatrixLayer - Matrix element drawing video.