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