I am doing a ATL Project to control the video parameters of a camera: brightness, hue, saturation, ... I dont want to use the ISpecifyPropertyPages, because I just want to allow the final user to control some settings, so I'm using IAMVideoProcAmp (http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx), but it's not working.
I added a method to the class called start just to test this feature:
Using this code I always get the message box telling me "The device does not support this property". I also tried other properties, but I get always that message box.
When I use GraphEditPlus, I'm able to see the properties page and change the values.
Bookmarks