Reads selected properties for a Firewire camera. 
      
        - GetImageProp;
          
            - <image>=<name>;<imageno>=<index> 
 
            -  name=property; <name=property>
 
           
         
       
      Example: 
      
        GetImageProp;imageNo=1;name=Shutter 
        GetImageProp;image=Valve;name=Shutter 
       
      Command response: 
      
        GetImagePropResponse;Shutter=3100;Result=OK 
         
       
      Possible properties : 
      
        - Brightness
 
        - Exposure
 
        - Sharpness
 
        - Contrast
 
        - Hue
 
        - Saturation
 
        - UB
 
        - VR
 
        - WhiteBalance
 
        - Gamma
 
        - Shutter
 
        - Gain
 
        - Iris
 
        - Focus
 
        - Temperature
 
        - Trigger
 
        - Zoom
 
        - Pan
 
        - Tilt
 
        - Roll
 
        - OpticalFilter
 
        - ColorEnable
 
        - BacklightCompensation.
 
         
       
      Note: 
      
		- The property value is given in driver units. Scorpion
      gets the register value from the camera. 
 
		- Available properties are given by the camera driver. If
      a property is not supported, the command fails.  
 
		- To see the properties supported by your driver/camera,
      open the camera dialog - press Capabilities to see list of the properties 
		in the console window - more 
		information
 
		 
		Direct Register Access - Requires Unibrain DirectShow driver 
		
			GetImageProp;name=0x<reg> 
  
		 
		 |