Hello Jess,
You should use the function imgSetCameraAttributeString (Sid, AttributeName, AttributeValue);
or imgSetCameraAttributeNumeric. This is the same as going to Measurement & Automation Explorer(MAX) and setting the value in the Advanced Tab of your camera. The first parameter is the Session ID, the second parameter is the Attribute Name (make sure to pass this exactly as you see it in MAX, and the AttributeValue is listed in the pull-down box (it can be either a string or a numeric and this determines which function to call). Some attributes are buried under multiple levels of attributes, and it's important to set the attributes to the correct value in the same order you would select them from the MAX interface.