ActiveGige Video Capture Filter provides a pass-through access to ActiveGigeProperty Pages. The filter and its output pin expose ISpecifyPropertyPages interface for retrieving a list of CLSIDs which may then be passed to the OLECreatePropertyFrame API function for display and control. The following code shows how to display the filter's property pages:
For an example on how to display the pin's property pages refer to ISpecifyPropertyPages.
The filter's property pages provides an access to those camera properties that can be modified while the graph is running, while the pin's property pages control the camera settings that cannot be accepted dynamically such as video mode and format change. Therefore you must stop the graph before displaying the pin's property pages and rebuild it afterwards.