Ejemplo n.º 1
0
 public PropertyConfig(Property.EType type, Property property)
 {
     this.type   = type;
     this.isAuto = property.isAuto;
     this.value  = property.value;
 }
Ejemplo n.º 2
0
 public static extern bool Camera_getPropertyValue(IntPtr p_inst, Property.EType type,
                                                   out Property ret);
Ejemplo n.º 3
0
 public static extern bool Camera_setPropertyValue(IntPtr p_inst, Property.EType type,
                                                   Property value);
Ejemplo n.º 4
0
 public static extern bool Camera_getPropertyRange(IntPtr p_inst, Property.EType type,
                                                   out Property.Range ret);