************************ FG4 DShow API demos **********************

EventTester This is a demo that shows how to catch events from camera.

FG4TestApp Windows GUI demo that demonstrates how to access to properties.

SimpleProp The simplest example how to access FG4 camera property.

GraphBuilder	This demo demonstrates how to connect Direct Show components to a graph.
	This code connects FG4 renderer to FG4grabber video source.

GraphBuilder2	This demo demonstrates how to connect Direct Show components to a graph.
	This code connects FG4 renderer to SharedMem video source.

GraphBuilder3	This demo demonstrates how to connect Direct Show components to a graph.
	This code connects FG4 renderer to Bouncing Ball video source.

RendererFeeder	Feeds FG4 renderer with synthetical video.


****************** FG4 Direct access API demos ******************

GrabBMP		The code demonstrates how to completelly bypass camera driver and extract image
	using service interface. This approach is not recommended. Use it only when you need
	total controll over FG4 hardware.



********************* Video stream demos ************************
Generic Direct show filters are not a part of this FG4 SDK.
They are accessible from here:
https://github.com/microsoft/Windows-classic-samples/tree/main/Samples/Win7Samples/multimedia/directshow/filters/
and modified improved version is accessible from SourceForge:
https://sourceforge.net/projects/direct-show-demo-filters/files/SampleFilters/


ball	This is direct show video source that does not directly access FG4 hardware. 
	It could be used as a test signal source for FG4 transmitter.

EZRGB24 This is a demonstration how to modify running video. This demo does not
	directly access to FG4.


******************************************************************

NOTE: The IDL file "FG4iface.idl" is not a part of these demos, it is delivered inside your
      driver package. Use .idl related to your FG4 driver.

      Baseclasses library could be downloaded from here:
      https://sourceforge.net/projects/direct-show-demo-filters/files/DShowBaseclasses/
      we are using this particular library for FG4 development.