The Bayer to Y800 filter reinterprets the raw color data in BY8 images as Y800. Using this filter, it is possible to display the raw color data. The BY8 image data is de-bayered automatically before the video stream is rendered on screen.
The Bayer to Y800 filter is loaded by an application using following code:
#ifdef _DEBUG smart_com<IFrameFilter> pFilter = FilterLoader::createFilter( "Bayer to Y800", // Filter name. "stdfiltersd.ftf" ); // Module file. #else smart_com<IFrameFilter> pFilter = FilterLoader::createFilter( "Bayer to Y800", // Filter name. "stdfilters.ftf" ); // Module file. #endif
The Bayer to Y800 filter does not have any parameters.
The Bayer to Y800 filter does not have a property dialog.