⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 konica_minolta.php

📁 CMS系统 提供学习研究修改最好了 比流行的一些CMS简单 但是更容易理解 是帮助你学习PHPCMS系统的好东东哦
💻 PHP
📖 第 1 页 / 共 3 页
字号:
                'Type' => "Lookup",
                0 => "Off",
                1 => "Electronic magnification was used",
                2 => "Digital zoom 2x" ),


14 => array (   'Name' => "Exposure Compensation",
                'Type' => "Special",
                'Units' => "EV" ),

// EV = x/3 -2  Exposure compensation in EV


15 => array (   'Name' => "Bracket Step",
                'Type' => "Lookup",
                0 => "1/3 EV",
                1 => "2/3 EV",
                2 => "1 EV" ),


17 => array (   'Name' => "Interval Length",
                'Type' => "Special",
                'Units' => "Min" ),

// interval is x+1 min (used with interval mode)


18 => array (   'Name' => "Interval Number",
                'Type' => "Numeric",
                'Units' => "frames" ),

19 => array (   'Name' => "Focal Length",
                'Type' => "Special",
                'Units' => "mm" ),

//   x / 256 is real focal length in mm  ,  x / 256 * 3.9333 is 35-mm equivalent


20 => array (   'Name' => "Focus Distance",
                'Type' => "Numeric",
                'Units' => "mm  ( 0 = Infinity)" ),


21 => array (   'Name' => "Flash Fired",
                'Type' => "Lookup",
                0 => "No",
                1 => "Yes" ),

22 => array (   'Name' => "Date",
                'Type' => "Special"  ),

// yyyymmdd ,  year = x/65536 , month = x/256-x/65536*256 , day = x%256

23 => array (   'Name' => "Time",
                'Type' => "Special"  ),

// hhhhmmss , hour = x/65536 , minute = x/256-x/65536*256 , second = x%256


24 => array (   'Name' => "Max Aperture at this focal length",
                'Type' => "Special"  ),

// Fno = 2^(x/16-0.5)


27 => array (   'Name' => "File Number Memory",
                'Type' => "Lookup",
                0 => "Off",
                1 => "On" ),

28 => array (   'Name' => "Last File Number",
                'Type' => "Numeric",
                'Units' => "  ( 0 = File Number Memory is Off)" ),


29 => array (   'Name' => "White Balance Red",
                'Type' => "Special"  ),

// x/256 - red white balance coefficient used for this picture


30 => array (   'Name' => "White Balance Green",
                'Type' => "Special"  ),

// x/256 - green white balance coefficient used for this picture

31 => array (   'Name' => "White Balance Blue",
                'Type' => "Special"  ),

// x/256 - blue white balance coefficient used for this picture


32 => array (   'Name' => "Saturation",
                'Type' => "Special"  ),

//  x-3 = saturation


33 => array (   'Name' => "Contrast",
                'Type' => "Special"  ),

// x-3 - contrast


34 => array (   'Name' => "Sharpness",
                'Type' => "Lookup",
                0 => "Hard",
                1 => "Normal",
                2 => "Soft" ),


35 => array (   'Name' => "Subject Program",
                'Type' => "Lookup",
                0 => "none",
                1 => "portrait",
                2 => "text",
                3 => "night portrait",
                4 => "sunset",
                5 => "sports action" ),


36 => array (   'Name' => "Flash Compensation",
                'Type' => "Special",
                'Units' => "EV"  ),

//  (x-6)/3 = flash compensation in EV


37 => array (   'Name' => "ISO Setting",
                'Type' => "Lookup",
                0 => "100",
                1 => "200",
                2 => "400",
                3 => "800",
                4 => "auto",
                5 => "64" ),


38 => array (   'Name' => "Camera Model",
                'Type' => "Lookup",
                0 => "DiMAGE 7",
                1 => "DiMAGE 5",
                2 => "DiMAGE S304",
                3 => "DiMAGE S404",
                4 => "DiMAGE 7i",
                5 => "DiMAGE 7Hi",
                6 => "DiMAGE A1",
                7 => "DiMAGE S414" ),


39 => array (   'Name' => "Interval Mode",
                'Type' => "Lookup",
                0 => "Still Image",
                1 => "Time-lapse Movie" ),


40 => array (   'Name' => "Folder Name",
                'Type' => "Lookup",
                0 => "Standard Form",
                1 => "Data Form" ),


41 => array (   'Name' => "Color Mode",
                'Type' => "Lookup",
                0 => "Natural Color",
                1 => "Black & White",
                2 => "Vivid Color",
                3 => "Solarization",
                4 => "Adobe RGB" ),


42 => array (   'Name' => "Color Filter",
                'Type' => "Special" ),

// x-3 = color filter


43 => array (   'Name' => "Black & White Filter",
                'Type' => "Numeric" ),



44 => array (   'Name' => "Internal Flash",
                'Type' => "Lookup",
                0 => "Not Fired",
                1 => "Fired" ),



45 => array (   'Name' => "Apex Brightness Value",
                'Type' => "Special" ),

// Brightness Value = x/8-6




46 => array (   'Name' => "Spot Focus Point X Coordinate",
                'Type' => "Numeric" ),



47 => array (   'Name' => "Spot Focus Point Y Coordinate",
                'Type' => "Numeric" ),



48 => array (   'Name' => "Wide Focus Zone",
                'Type' => "Lookup",
                0 => "No Zone or AF Failed",
                1 => "Center Zone (Horizontal Orientation)",
                2 => "Center Zone (Vertical Orientation)",
                3 => "Left Zone",
                4 => "Right Zone" ),


49 => array (   'Name' => "Focus Mode",
                'Type' => "Lookup",
                0 => "Auto Focus",
                1 => "Manual Focus" ),


50 => array (   'Name' => "Focus Area",
                'Type' => "Lookup",
                0 => "Wide Focus (normal)",
                1 => "Spot Focus" ),


51 => array (   'Name' => "DEC Switch Position",
                'Type' => "Lookup",
                0 => "Exposure",
                1 => "Contrast",
                2 => "Saturation",
                3 => "Filter" ),



);

/******************************************************************************
* End of Global Variable:     Minolta_Camera_Setting_Definitions
******************************************************************************/




?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -