the sliders in PropertyPage and in VideoIn-Inspektor actually set the same values in the registry. it is only that they don’t update correspondingly while you change one.
everytime you create a VideoIn node though, it will read the current settings from the registry. change a setting in the propertypage, then reset the VideoIn node and see that the value in inspektor will now be the one you set via propertypage.
therefore if you want to make sure a setting is the same the next time you start vvvv you’ll have to connect the pins with ioboxes, else the pins will always reflect the settings currently saved in the registry.
hm…while this is so, i am no longer sure if this is really cool. rather it is not.