parent
40cd019818
commit
bf30d45df0
@ -0,0 +1,2 @@
|
||||
.idea
|
||||
node_modules
|
Binary file not shown.
@ -0,0 +1,2 @@
|
||||
node_modules
|
||||
.idea
|
@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "frontend",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "webpack-dev-server"
|
||||
},
|
||||
"dependencies": {
|
||||
"antd": "^3.1.0",
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-loader": "^7.1.2",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"babel-preset-react": "^6.24.1",
|
||||
"css-loader": "^0.28.7",
|
||||
"html-webpack-plugin": "^2.30.1",
|
||||
"react": "^16.2.0",
|
||||
"react-dom": "^16.2.0",
|
||||
"style-loader": "^0.19.0",
|
||||
"webpack": "^3.8.1",
|
||||
"webpack-dev-server": "^2.9.4"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"babel-plugin-import": "^1.6.3",
|
||||
"less": "^2.7.3",
|
||||
"less-loader": "^4.0.5"
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import App from './App';
|
||||
|
||||
let root=document.createElement('div');
|
||||
root.className='root';
|
||||
document.body.appendChild(root);
|
||||
ReactDOM.render(React.createElement(App), root);
|
@ -0,0 +1,88 @@
|
||||
* {
|
||||
font-family: "Microsoft YaHei UI", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
||||
}
|
||||
|
||||
.place {
|
||||
font-size: 30px;
|
||||
font-weight: 900;
|
||||
position: absolute;
|
||||
left: -2px;
|
||||
top: -2px;
|
||||
opacity: .3;
|
||||
}
|
||||
|
||||
.place-0 {
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
.place-1 {
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
.recommendation-item {
|
||||
position: relative;
|
||||
padding: 20px;
|
||||
.camera {
|
||||
position: relative;
|
||||
padding-left: 160px;
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
.image {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 120px;
|
||||
text-align: center;
|
||||
padding-top: 18px;
|
||||
img {
|
||||
width: 120px;
|
||||
}
|
||||
.name {
|
||||
font-weight: bold;
|
||||
width: 120px;
|
||||
white-space: normal;
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.score {
|
||||
opacity: .5;
|
||||
font-size: 11px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid #e8e8e8;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 8px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.pros-cons {
|
||||
display: flex;
|
||||
padding: 10px 0;
|
||||
.score-hint {
|
||||
font-size: 9px;
|
||||
opacity: .3;
|
||||
color:black;
|
||||
}
|
||||
.pros {
|
||||
color: #1890ff;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.cons {
|
||||
color: #F5222D;
|
||||
flex: 1;
|
||||
}
|
||||
.list {
|
||||
font-size: 11px;
|
||||
}
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
export default function translateTag(tag, inCons = false) {
|
||||
let prosDict = {
|
||||
'!lowPrice': '专业级别一步到位',
|
||||
'lowPrice': '价格较低',
|
||||
'!lightBuild': '手感扎实',
|
||||
'lightBuild': '相机轻',
|
||||
'scenery': '拍摄风景效果好',
|
||||
'travel': '合适旅行时使用',
|
||||
'event': '合适记录活动',
|
||||
'sports': '拍摄体育比赛效果好',
|
||||
'portrait': '拍摄人像效果好',
|
||||
'astronomy': '天文摄影效果好',
|
||||
'flash': '有闪光灯',
|
||||
'video': '可摄像',
|
||||
'bluetooth': '可蓝牙传输照片',
|
||||
'touchScreen': '有触摸屏',
|
||||
'gps': '内置GPS',
|
||||
'waterproof': '防水',
|
||||
'newModel': '型号新',
|
||||
'durableBuild': '机身质量好',
|
||||
};
|
||||
let consDict = {
|
||||
'!lowPrice': '总体价格低于预算',
|
||||
'lowPrice': '价格较高',
|
||||
'!lightBuild': '相机重量偏轻',
|
||||
'lightBuild': '相机较重',
|
||||
'scenery': '不适合拍摄风景',
|
||||
'travel': '不适合旅行时使用',
|
||||
'event': '不适合记录活动',
|
||||
'sports': '不适合拍摄体育比赛',
|
||||
'portrait': '不适合拍摄人像',
|
||||
'astronomy': '不适合天文摄影',
|
||||
'flash': '没闪光灯',
|
||||
'video': '不能摄像',
|
||||
'bluetooth': '没有蓝牙',
|
||||
'touchScreen': '没有触摸屏',
|
||||
'gps': '没有GPS',
|
||||
'waterproof': '不防水',
|
||||
'newModel': '型号比较旧',
|
||||
'durableBuild': '机身质量一般',
|
||||
};
|
||||
return inCons ? consDict[tag] : prosDict[tag];
|
||||
}
|
@ -0,0 +1,50 @@
|
||||
let HtmlWebpackPlugin = require('html-webpack-plugin');
|
||||
let path = require('path');
|
||||
|
||||
module.exports = {
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.less$/,
|
||||
use: [{
|
||||
loader: "style-loader" // creates style nodes from JS strings
|
||||
}, {
|
||||
loader: "css-loader" // translates CSS into CommonJS
|
||||
}, {
|
||||
loader: "less-loader" // compiles Less to CSS
|
||||
}],
|
||||
},
|
||||
{
|
||||
test: /\.jsx?/,
|
||||
exclude: /(node_modules|bower_components)/,
|
||||
use: {
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
presets: ["es2015", "react"],
|
||||
plugins: ["transform-object-rest-spread", ["import", {
|
||||
"libraryName": "antd",
|
||||
"style": true, // or 'css'
|
||||
}]],
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
test: /\.css$/,
|
||||
use: ['style-loader', 'css-loader'],
|
||||
},
|
||||
],
|
||||
},
|
||||
entry: './src/index.js',
|
||||
resolve: {
|
||||
extensions: ['.js', '.jsx'],
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
filename: 'index.js',
|
||||
},
|
||||
devServer: {
|
||||
contentBase: path.join(__dirname, "dist"),
|
||||
port: 9000,
|
||||
},
|
||||
plugins: [new HtmlWebpackPlugin()],
|
||||
};
|
@ -0,0 +1,3 @@
|
||||
.idea
|
||||
/out
|
||||
*.class
|
@ -0,0 +1,304 @@
|
||||
FUNCTION_BLOCK camera // Block definition (there may be more than one block per file)
|
||||
|
||||
VAR_INPUT // Define input variables
|
||||
price : REAL;
|
||||
pixelDepth : REAL;
|
||||
pixels : REAL;
|
||||
maxISO : REAL;
|
||||
weight : REAL;
|
||||
autoFocus : REAL;
|
||||
launchDate : REAL;
|
||||
frameRate : REAL;
|
||||
touchScreen : REAL;
|
||||
video : REAL;
|
||||
flash : REAL;
|
||||
waterproof : REAL;
|
||||
bluetooth : REAL;
|
||||
gps : REAL;
|
||||
isMetal : REAL;
|
||||
END_VAR
|
||||
|
||||
VAR_OUTPUT // Define output variable
|
||||
travel : REAL;
|
||||
event : REAL;
|
||||
sports : REAL;
|
||||
scenery : REAL;
|
||||
portrait : REAL;
|
||||
astronomy : REAL;
|
||||
newModel : REAL;
|
||||
durableBuild : REAL;
|
||||
lightBuild : REAL;
|
||||
lowPrice : REAL;
|
||||
END_VAR
|
||||
|
||||
FUZZIFY price
|
||||
TERM low := (0, 1) (1000, 0) ;
|
||||
TERM medium := (600, 0) (800,1) (1500,1) (1700,0);
|
||||
TERM high := (1500, 0) (1700, 1);
|
||||
END_FUZZIFY
|
||||
|
||||
FUZZIFY pixelDepth
|
||||
TERM low := (0, 1) (16, 0) ;
|
||||
TERM medium := (10, 0) (12,1) (20,1) (26,0);
|
||||
TERM high := (18, 0) (36, 1);
|
||||
END_FUZZIFY
|
||||
|
||||
FUZZIFY pixels
|
||||
TERM low := (0, 1) (12000000, 0) ;
|
||||
TERM medium := (8000000, 0) (15000000,1) (20000000,1) (26000000,0);
|
||||
TERM high := (20000000, 0) (40000000, 1);
|
||||
END_FUZZIFY
|
||||
|
||||
FUZZIFY maxISO
|
||||
TERM low := (0, 1) (6400, 0) ;
|
||||
TERM medium := (3200, 0) (6400,1) (12800,1) (25600,0);
|
||||
TERM high := (12800, 0) (51200, 1);
|
||||
END_FUZZIFY
|
||||
|
||||
FUZZIFY weight
|
||||
TERM light := (0, 1) (500, 0) ;
|
||||
TERM medium := (300, 0) (500,1) (700,1) (1000,0);
|
||||
TERM heavy := (800, 0) (1000, 1);
|
||||
END_FUZZIFY
|
||||
|
||||
FUZZIFY autoFocus
|
||||
TERM low := (0, 1) (15, 0) ;
|
||||
TERM medium := (10, 0) (15,1) (25,1) (30,0);
|
||||
TERM high := (25, 0) (50, 1);
|
||||
END_FUZZIFY
|
||||
|
||||
FUZZIFY launchDate
|
||||
TERM antique := (1000000000000, 1) (1300000000000, 0) ;
|
||||
TERM earlier := (1200000000000, 0) (1300000000000,1) (1350000000000,1) (1450000000000,0);
|
||||
TERM recent := (1400000000000, 0) (1500000000000, 1);
|
||||
END_FUZZIFY
|
||||
|
||||
FUZZIFY frameRate
|
||||
TERM low := (0, 1) (4, 0) ;
|
||||
TERM medium := (3, 0) (8,1) (10,1) (12,0);
|
||||
TERM high := (10, 0) (12, 1);
|
||||
END_FUZZIFY
|
||||
|
||||
FUZZIFY touchScreen
|
||||
TERM no := (0, 1) (1, 0) ;
|
||||
TERM yes := (0, 0) (1, 1) ;
|
||||
END_FUZZIFY
|
||||
|
||||
FUZZIFY video
|
||||
TERM no := (0, 1) (1, 0) ;
|
||||
TERM yes := (0, 0) (1, 1) ;
|
||||
END_FUZZIFY
|
||||
|
||||
FUZZIFY flash
|
||||
TERM no := (0, 1) (1, 0) ;
|
||||
TERM yes := (0, 0) (1, 1) ;
|
||||
END_FUZZIFY
|
||||
|
||||
FUZZIFY waterproof
|
||||
TERM no := (0, 1) (1, 0) ;
|
||||
TERM yes := (0, 0) (1, 1) ;
|
||||
END_FUZZIFY
|
||||
|
||||
FUZZIFY bluetooth
|
||||
TERM no := (0, 1) (1, 0) ;
|
||||
TERM yes := (0, 0) (1, 1) ;
|
||||
END_FUZZIFY
|
||||
|
||||
FUZZIFY gps
|
||||
TERM no := (0, 1) (1, 0) ;
|
||||
TERM yes := (0, 0) (1, 1) ;
|
||||
END_FUZZIFY
|
||||
|
||||
FUZZIFY isMetal
|
||||
TERM no := (0, 1) (1, 0) ;
|
||||
TERM yes := (0, 0) (1, 1) ;
|
||||
END_FUZZIFY
|
||||
|
||||
DEFUZZIFY travel
|
||||
TERM veryBad := (0,1) (0.2,0);
|
||||
TERM bad := (0,0) (0.1,1) (0.5,0);
|
||||
TERM average:= (0,0) (0.5,1) (1,0);
|
||||
TERM good:= (0.5,0) (0.9,1) (1,0);
|
||||
TERM veryGood:= (0.8,0) (1,1);
|
||||
METHOD : COG;
|
||||
DEFAULT := 0.5;
|
||||
END_DEFUZZIFY
|
||||
|
||||
DEFUZZIFY event
|
||||
TERM veryBad := (0,1) (0.2,0);
|
||||
TERM bad := (0,0) (0.1,1) (0.5,0);
|
||||
TERM average:= (0,0) (0.5,1) (1,0);
|
||||
TERM good:= (0.5,0) (0.9,1) (1,0);
|
||||
TERM veryGood:= (0.8,0) (1,1);
|
||||
METHOD : COG;
|
||||
DEFAULT := 0.5;
|
||||
END_DEFUZZIFY
|
||||
|
||||
DEFUZZIFY sports
|
||||
TERM veryBad := (0,1) (0.2,0);
|
||||
TERM bad := (0,0) (0.1,1) (0.5,0);
|
||||
TERM average:= (0,0) (0.5,1) (1,0);
|
||||
TERM good:= (0.5,0) (0.9,1) (1,0);
|
||||
TERM veryGood:= (0.8,0) (1,1);
|
||||
METHOD : COG;
|
||||
DEFAULT := 0.5;
|
||||
END_DEFUZZIFY
|
||||
|
||||
DEFUZZIFY scenery
|
||||
TERM veryBad := (0,1) (0.2,0);
|
||||
TERM bad := (0,0) (0.1,1) (0.5,0);
|
||||
TERM average:= (0,0) (0.5,1) (1,0);
|
||||
TERM good:= (0.5,0) (0.9,1) (1,0);
|
||||
TERM veryGood:= (0.8,0) (1,1);
|
||||
METHOD : COG;
|
||||
DEFAULT := 0.5;
|
||||
END_DEFUZZIFY
|
||||
|
||||
DEFUZZIFY portrait
|
||||
TERM veryBad := (0,1) (0.2,0);
|
||||
TERM bad := (0,0) (0.1,1) (0.5,0);
|
||||
TERM average:= (0,0) (0.5,1) (1,0);
|
||||
TERM good:= (0.5,0) (0.9,1) (1,0);
|
||||
TERM veryGood:= (0.8,0) (1,1);
|
||||
METHOD : COG;
|
||||
DEFAULT := 0.5;
|
||||
END_DEFUZZIFY
|
||||
|
||||
DEFUZZIFY astronomy
|
||||
TERM veryBad := (0,1) (0.2,0);
|
||||
TERM bad := (0,0) (0.1,1) (0.5,0);
|
||||
TERM average:= (0,0) (0.5,1) (1,0);
|
||||
TERM good:= (0.5,0) (0.9,1) (1,0);
|
||||
TERM veryGood:= (0.8,0) (1,1);
|
||||
METHOD : COG;
|
||||
DEFAULT := 0.5;
|
||||
END_DEFUZZIFY
|
||||
|
||||
DEFUZZIFY newModel
|
||||
TERM veryBad := (0,1) (0.2,0);
|
||||
TERM bad := (0,0) (0.1,1) (0.5,0);
|
||||
TERM average:= (0,0) (0.5,1) (1,0);
|
||||
TERM good:= (0.5,0) (0.9,1) (1,0);
|
||||
TERM veryGood:= (0.8,0) (1,1);
|
||||
METHOD : COG;
|
||||
DEFAULT := 0.5;
|
||||
END_DEFUZZIFY
|
||||
|
||||
DEFUZZIFY durableBuild
|
||||
TERM veryBad := (0,1) (0.2,0);
|
||||
TERM bad := (0,0) (0.1,1) (0.5,0);
|
||||
TERM average:= (0,0) (0.5,1) (1,0);
|
||||
TERM good:= (0.5,0) (0.9,1) (1,0);
|
||||
TERM veryGood:= (0.8,0) (1,1);
|
||||
METHOD : COG;
|
||||
DEFAULT := 0.5;
|
||||
END_DEFUZZIFY
|
||||
|
||||
DEFUZZIFY lightBuild
|
||||
TERM veryBad := (0,1) (0.2,0);
|
||||
TERM bad := (0,0) (0.1,1) (0.5,0);
|
||||
TERM average:= (0,0) (0.5,1) (1,0);
|
||||
TERM good:= (0.5,0) (0.9,1) (1,0);
|
||||
TERM veryGood:= (0.8,0) (1,1);
|
||||
METHOD : COG;
|
||||
DEFAULT := 0.5;
|
||||
END_DEFUZZIFY
|
||||
|
||||
DEFUZZIFY lowPrice
|
||||
TERM veryBad := (0,1) (0.2,0);
|
||||
TERM bad := (0,0) (0.1,1) (0.5,0);
|
||||
TERM average:= (0,0) (0.5,1) (1,0);
|
||||
TERM good:= (0.5,0) (0.9,1) (1,0);
|
||||
TERM veryGood:= (0.8,0) (1,1);
|
||||
METHOD : COG;
|
||||
DEFAULT := 0.5;
|
||||
END_DEFUZZIFY
|
||||
|
||||
RULEBLOCK travel
|
||||
AND : MIN;
|
||||
RULE 1 : IF weight IS light THEN travel IS good;
|
||||
RULE 2 : IF video IS yes THEN travel IS good;
|
||||
RULE 3 : IF gps IS yes THEN travel IS good;
|
||||
RULE 4 : IF flash IS no THEN travel IS bad;
|
||||
RULE 5 : IF weight IS heavy THEN travel IS veryBad;
|
||||
END_RULEBLOCK
|
||||
|
||||
RULEBLOCK event
|
||||
AND : MIN;
|
||||
|
||||
RULE 1 : IF frameRate IS high THEN event IS good;
|
||||
RULE 2 : IF gps IS yes THEN event IS good;
|
||||
RULE 3 : IF bluetooth IS yes THEN event IS good;
|
||||
RULE 4 : IF flash IS no THEN event IS bad;
|
||||
END_RULEBLOCK
|
||||
|
||||
RULEBLOCK sports
|
||||
AND : MIN;
|
||||
|
||||
RULE 1 : IF frameRate IS high THEN sports IS veryGood;
|
||||
RULE 2 : IF autoFocus IS high THEN sports IS veryGood;
|
||||
RULE 3 : IF pixels IS high THEN sports IS good;
|
||||
RULE 4 : IF frameRate IS low THEN sports IS veryBad;
|
||||
RULE 5 : IF autoFocus IS low THEN sports IS veryBad;
|
||||
END_RULEBLOCK
|
||||
|
||||
RULEBLOCK scenery
|
||||
AND : MIN;
|
||||
|
||||
RULE 1 : IF pixels IS high THEN scenery IS veryGood;
|
||||
RULE 2 : IF pixelDepth IS high THEN scenery IS veryGood;
|
||||
RULE 3 : IF maxISO IS high THEN scenery IS good;
|
||||
RULE 4 : IF gps IS yes THEN scenery IS good;
|
||||
RULE 5 : IF pixelDepth IS low THEN scenery IS bad;
|
||||
END_RULEBLOCK
|
||||
|
||||
RULEBLOCK portrait
|
||||
AND : MIN;
|
||||
|
||||
RULE 1 : IF pixels IS high THEN portrait IS good;
|
||||
RULE 2 : IF pixelDepth IS high THEN portrait IS good;
|
||||
RULE 3 : IF pixelDepth IS low THEN portrait IS bad;
|
||||
END_RULEBLOCK
|
||||
|
||||
RULEBLOCK astronomy
|
||||
AND : MIN;
|
||||
|
||||
RULE 1 : IF pixels IS high THEN astronomy IS good;
|
||||
RULE 2 : IF pixelDepth IS high THEN astronomy IS good;
|
||||
RULE 3 : IF maxISO IS high THEN astronomy IS good;
|
||||
RULE 4 : IF maxISO IS low THEN astronomy IS veryBad;
|
||||
RULE 5 : IF pixels IS low THEN astronomy IS veryBad;
|
||||
END_RULEBLOCK
|
||||
|
||||
RULEBLOCK newModel
|
||||
AND : MIN;
|
||||
|
||||
RULE 1 : IF launchDate IS antique THEN newModel IS bad;
|
||||
RULE 2 : IF launchDate IS earlier THEN newModel IS average;
|
||||
RULE 3 : IF launchDate IS recent THEN newModel IS good;
|
||||
END_RULEBLOCK
|
||||
|
||||
RULEBLOCK durableBuild
|
||||
AND : MIN;
|
||||
|
||||
RULE 1 : IF isMetal IS no THEN durableBuild IS bad;
|
||||
RULE 2 : IF isMetal IS yes THEN durableBuild IS good;
|
||||
END_RULEBLOCK
|
||||
|
||||
RULEBLOCK lightBuild
|
||||
AND : MIN;
|
||||
|
||||
RULE 1 : IF weight IS heavy THEN lightBuild IS bad;
|
||||
RULE 1 : IF weight IS medium THEN lightBuild IS average;
|
||||
RULE 2 : IF weight IS light THEN lightBuild IS good;
|
||||
END_RULEBLOCK
|
||||
|
||||
RULEBLOCK lowPrice
|
||||
AND : MIN;
|
||||
|
||||
RULE 1 : IF price IS high THEN lowPrice IS bad;
|
||||
RULE 1 : IF price IS medium THEN lowPrice IS average;
|
||||
RULE 2 : IF price IS low THEN lowPrice IS good;
|
||||
END_RULEBLOCK
|
||||
|
||||
END_FUNCTION_BLOCK
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS-1D X Mark II",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/_EOS-1D_X_Mark_II/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 6000,
|
||||
"pixelDepth": 20.2,
|
||||
"pixels": 20170320,
|
||||
"ISO": [
|
||||
100,
|
||||
409600
|
||||
],
|
||||
"maxISO": 409600,
|
||||
"launchDate": 1454342400000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": true,
|
||||
"isMetal": true,
|
||||
"frameRate": 16,
|
||||
"resolution": [
|
||||
5496,
|
||||
3670
|
||||
],
|
||||
"weight": 1340,
|
||||
"autoFocus": 61
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 1000D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_1000D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 540,
|
||||
"pixelDepth": 10.1,
|
||||
"pixels": 10163412,
|
||||
"ISO": [
|
||||
100,
|
||||
1600
|
||||
],
|
||||
"maxISO": 1600,
|
||||
"launchDate": 1213027200000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 3,
|
||||
"resolution": [
|
||||
3906,
|
||||
2602
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 100D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_100D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 650,
|
||||
"pixelDepth": 18,
|
||||
"pixels": 18103008,
|
||||
"ISO": [
|
||||
100,
|
||||
25600
|
||||
],
|
||||
"maxISO": 25600,
|
||||
"launchDate": 1363795200000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": true,
|
||||
"isMetal": true,
|
||||
"frameRate": 4,
|
||||
"resolution": [
|
||||
5208,
|
||||
3476
|
||||
],
|
||||
"weight": 370,
|
||||
"autoFocus": 9
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 10D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_10D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 347,
|
||||
"pixelDepth": 6.3,
|
||||
"pixels": 6518336,
|
||||
"ISO": [
|
||||
100,
|
||||
3200
|
||||
],
|
||||
"maxISO": 3200,
|
||||
"launchDate": 1046275200000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 3,
|
||||
"resolution": [
|
||||
3152,
|
||||
2068
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 1100D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_1100D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 599,
|
||||
"pixelDepth": 12.2,
|
||||
"pixels": 12507648,
|
||||
"ISO": [
|
||||
100,
|
||||
6400
|
||||
],
|
||||
"maxISO": 6400,
|
||||
"launchDate": 1297008000000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 3,
|
||||
"resolution": [
|
||||
4352,
|
||||
2874
|
||||
],
|
||||
"weight": 495,
|
||||
"autoFocus": 9
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 1200D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_1200D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 500,
|
||||
"pixelDepth": 18,
|
||||
"pixels": 18024930,
|
||||
"ISO": [
|
||||
100,
|
||||
6400
|
||||
],
|
||||
"maxISO": 6400,
|
||||
"launchDate": 1392134400000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 3,
|
||||
"resolution": [
|
||||
5202,
|
||||
3465
|
||||
],
|
||||
"weight": 435,
|
||||
"autoFocus": 9
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 1D Mark II N",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_1D_Mark_II_N/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 5986,
|
||||
"pixelDepth": 8.2,
|
||||
"pixels": 8486560,
|
||||
"ISO": [
|
||||
50,
|
||||
3200
|
||||
],
|
||||
"maxISO": 3200,
|
||||
"launchDate": 1124640000000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 8.5,
|
||||
"resolution": [
|
||||
3596,
|
||||
2360
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 1D Mark II",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_1D_Mark_II/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 1700,
|
||||
"pixelDepth": 8.2,
|
||||
"pixels": 8486560,
|
||||
"ISO": [
|
||||
50,
|
||||
3200
|
||||
],
|
||||
"maxISO": 3200,
|
||||
"launchDate": 1075305600000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 8.5,
|
||||
"resolution": [
|
||||
3596,
|
||||
2360
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 1D Mark III",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_1D_Mark_III/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 4050,
|
||||
"pixelDepth": 10.1,
|
||||
"pixels": 10446048,
|
||||
"ISO": [
|
||||
50,
|
||||
6400
|
||||
],
|
||||
"maxISO": 6400,
|
||||
"launchDate": 1172073600000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 10,
|
||||
"resolution": [
|
||||
3984,
|
||||
2622
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 1D Mark IV",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_1D_Mark_IV/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 5840,
|
||||
"pixelDepth": 16.1,
|
||||
"pixels": 15980544,
|
||||
"ISO": [
|
||||
50,
|
||||
102400
|
||||
],
|
||||
"maxISO": 102400,
|
||||
"launchDate": 1255968000000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": true,
|
||||
"isMetal": null,
|
||||
"frameRate": 10,
|
||||
"resolution": [
|
||||
4896,
|
||||
3264
|
||||
],
|
||||
"weight": 1180,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 1Ds Mark II",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_1Ds_Mark_II/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 6950,
|
||||
"pixelDepth": 16.6,
|
||||
"pixels": 17101584,
|
||||
"ISO": [
|
||||
100,
|
||||
3200
|
||||
],
|
||||
"maxISO": 3200,
|
||||
"launchDate": 1095696000000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 4,
|
||||
"resolution": [
|
||||
5108,
|
||||
3348
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 1Ds Mark III",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_1Ds_Mark_III/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 7100,
|
||||
"pixelDepth": 21.1,
|
||||
"pixels": 21557088,
|
||||
"ISO": [
|
||||
50,
|
||||
3200
|
||||
],
|
||||
"maxISO": 3200,
|
||||
"launchDate": 1187539200000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 5,
|
||||
"resolution": [
|
||||
5712,
|
||||
3774
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 1Ds",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_1Ds/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 2700,
|
||||
"pixelDepth": 11,
|
||||
"pixels": 11094876,
|
||||
"ISO": [
|
||||
100,
|
||||
1233
|
||||
],
|
||||
"maxISO": 1233,
|
||||
"launchDate": 1032796800000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 3,
|
||||
"resolution": [
|
||||
4082,
|
||||
2718
|
||||
],
|
||||
"weight": 1265,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 1Dx",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_1Dx/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 6800,
|
||||
"pixelDepth": 18.1,
|
||||
"pixels": 18378666,
|
||||
"ISO": [
|
||||
50,
|
||||
204800
|
||||
],
|
||||
"maxISO": 204800,
|
||||
"launchDate": 1318867200000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 14,
|
||||
"resolution": [
|
||||
5202,
|
||||
3533
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 61
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 200D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_200D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 550,
|
||||
"pixelDepth": 24.2,
|
||||
"pixels": 25504128,
|
||||
"ISO": [
|
||||
100,
|
||||
51200
|
||||
],
|
||||
"maxISO": 51200,
|
||||
"launchDate": 1498665600000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": true,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 5,
|
||||
"resolution": [
|
||||
6288,
|
||||
4056
|
||||
],
|
||||
"weight": 453,
|
||||
"autoFocus": 9
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 20D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_20D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 700,
|
||||
"pixelDepth": 8.2,
|
||||
"pixels": 8486560,
|
||||
"ISO": [
|
||||
100,
|
||||
1600
|
||||
],
|
||||
"maxISO": 1600,
|
||||
"launchDate": 1092844800000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 5,
|
||||
"resolution": [
|
||||
3596,
|
||||
2360
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 300D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_300D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 324,
|
||||
"pixelDepth": 6.3,
|
||||
"pixels": 6518336,
|
||||
"ISO": [
|
||||
100,
|
||||
1600
|
||||
],
|
||||
"maxISO": 1600,
|
||||
"launchDate": 1061308800000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 2.5,
|
||||
"resolution": [
|
||||
3152,
|
||||
2068
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 30D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_30D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 738,
|
||||
"pixelDepth": 8.2,
|
||||
"pixels": 8486560,
|
||||
"ISO": [
|
||||
100,
|
||||
3200
|
||||
],
|
||||
"maxISO": 3200,
|
||||
"launchDate": 1140451200000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 5,
|
||||
"resolution": [
|
||||
3596,
|
||||
2360
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 350D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_350D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 560,
|
||||
"pixelDepth": 8,
|
||||
"pixels": 8185248,
|
||||
"ISO": [
|
||||
100,
|
||||
1600
|
||||
],
|
||||
"maxISO": 1600,
|
||||
"launchDate": 1108569600000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 2.8,
|
||||
"resolution": [
|
||||
3516,
|
||||
2328
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 400D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_400D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 520,
|
||||
"pixelDepth": 10.1,
|
||||
"pixels": 10351656,
|
||||
"ISO": [
|
||||
100,
|
||||
1600
|
||||
],
|
||||
"maxISO": 1600,
|
||||
"launchDate": 1156348800000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 3,
|
||||
"resolution": [
|
||||
3948,
|
||||
2622
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 40D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_40D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 899,
|
||||
"pixelDepth": 10.1,
|
||||
"pixels": 10341168,
|
||||
"ISO": [
|
||||
100,
|
||||
3200
|
||||
],
|
||||
"maxISO": 3200,
|
||||
"launchDate": 1187539200000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 6.5,
|
||||
"resolution": [
|
||||
3944,
|
||||
2622
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 450D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_450D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 570,
|
||||
"pixelDepth": 12.2,
|
||||
"pixels": 12401312,
|
||||
"ISO": [
|
||||
100,
|
||||
1600
|
||||
],
|
||||
"maxISO": 1600,
|
||||
"launchDate": 1201104000000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 3.5,
|
||||
"resolution": [
|
||||
4312,
|
||||
2876
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 500D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_500D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 1040,
|
||||
"pixelDepth": 15.1,
|
||||
"pixels": 15039810,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1237910400000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 3.4,
|
||||
"resolution": [
|
||||
4770,
|
||||
3153
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 50D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_50D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 1300,
|
||||
"pixelDepth": 15.1,
|
||||
"pixels": 15154290,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1219680000000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 3,
|
||||
"resolution": [
|
||||
4770,
|
||||
3177
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 550D pre production",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_550D_pre_production/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 900,
|
||||
"pixelDepth": 18,
|
||||
"pixels": 18789504,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1265558400000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 3.7,
|
||||
"resolution": [
|
||||
5344,
|
||||
3516
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 550D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_550D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 1000,
|
||||
"pixelDepth": 18,
|
||||
"pixels": 17915904,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1267113600000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 3.7,
|
||||
"resolution": [
|
||||
5184,
|
||||
3456
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 9
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 5D Mark II",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_5D_Mark_II/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 2199,
|
||||
"pixelDepth": 21,
|
||||
"pixels": 21144402,
|
||||
"ISO": [
|
||||
50,
|
||||
25600
|
||||
],
|
||||
"maxISO": 25600,
|
||||
"launchDate": 1221580800000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 3.9,
|
||||
"resolution": [
|
||||
5634,
|
||||
3753
|
||||
],
|
||||
"weight": 810,
|
||||
"autoFocus": 9
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 5D Mark III",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_5D_Mark_III/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 3499,
|
||||
"pixelDepth": 22.3,
|
||||
"pixels": 23384000,
|
||||
"ISO": [
|
||||
50,
|
||||
102400
|
||||
],
|
||||
"maxISO": 102400,
|
||||
"launchDate": 1330617600000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 6,
|
||||
"resolution": [
|
||||
5920,
|
||||
3950
|
||||
],
|
||||
"weight": 910,
|
||||
"autoFocus": 61
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 5D Mark IV",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_5D_Mark_IV/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 3500,
|
||||
"pixelDepth": 30.4,
|
||||
"pixels": 31262720,
|
||||
"ISO": [
|
||||
50,
|
||||
102400
|
||||
],
|
||||
"maxISO": 102400,
|
||||
"launchDate": 1472054400000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": true,
|
||||
"isMetal": true,
|
||||
"frameRate": 7,
|
||||
"resolution": [
|
||||
6880,
|
||||
4544
|
||||
],
|
||||
"weight": 800,
|
||||
"autoFocus": 61
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 5D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_5D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 2000,
|
||||
"pixelDepth": 12.7,
|
||||
"pixels": 13222104,
|
||||
"ISO": [
|
||||
100,
|
||||
3200
|
||||
],
|
||||
"maxISO": 3200,
|
||||
"launchDate": 1124640000000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 3,
|
||||
"resolution": [
|
||||
4476,
|
||||
2954
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 5DS R",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_5DS_R/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 3900,
|
||||
"pixelDepth": 50.6,
|
||||
"pixels": 51158016,
|
||||
"ISO": [
|
||||
50,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1423152000000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 5,
|
||||
"resolution": [
|
||||
8736,
|
||||
5856
|
||||
],
|
||||
"weight": 845,
|
||||
"autoFocus": 61
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 5DS",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_5DS/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 3700,
|
||||
"pixelDepth": 50.6,
|
||||
"pixels": 51158016,
|
||||
"ISO": [
|
||||
50,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1423152000000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 5,
|
||||
"resolution": [
|
||||
8736,
|
||||
5856
|
||||
],
|
||||
"weight": 845,
|
||||
"autoFocus": 61
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 600D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_600D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 850,
|
||||
"pixelDepth": 18,
|
||||
"pixels": 18789504,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1297008000000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 3.7,
|
||||
"resolution": [
|
||||
5344,
|
||||
3516
|
||||
],
|
||||
"weight": 515,
|
||||
"autoFocus": 9
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 60D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_60D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 1199,
|
||||
"pixelDepth": 18,
|
||||
"pixels": 17992016,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1282752000000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 5.3,
|
||||
"resolution": [
|
||||
5194,
|
||||
3464
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 9
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 650D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_650D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 899,
|
||||
"pixelDepth": 18,
|
||||
"pixels": 18627840,
|
||||
"ISO": [
|
||||
100,
|
||||
25600
|
||||
],
|
||||
"maxISO": 25600,
|
||||
"launchDate": 1339084800000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 5,
|
||||
"resolution": [
|
||||
5280,
|
||||
3528
|
||||
],
|
||||
"weight": 575,
|
||||
"autoFocus": 9
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 6D Mark II",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_6D_Mark_II/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 2000,
|
||||
"pixelDepth": 26.2,
|
||||
"pixels": 26966016,
|
||||
"ISO": [
|
||||
50,
|
||||
102400
|
||||
],
|
||||
"maxISO": 102400,
|
||||
"launchDate": 1498665600000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": true,
|
||||
"gps": true,
|
||||
"isMetal": true,
|
||||
"frameRate": 6.5,
|
||||
"resolution": [
|
||||
6384,
|
||||
4224
|
||||
],
|
||||
"weight": 685,
|
||||
"autoFocus": 45
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 6D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_6D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 2099,
|
||||
"pixelDepth": 20.2,
|
||||
"pixels": 20646144,
|
||||
"ISO": [
|
||||
50,
|
||||
102400
|
||||
],
|
||||
"maxISO": 102400,
|
||||
"launchDate": 1347811200000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": true,
|
||||
"isMetal": null,
|
||||
"frameRate": 4.5,
|
||||
"resolution": [
|
||||
5568,
|
||||
3708
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 11
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 700D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_700D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 750,
|
||||
"pixelDepth": 18,
|
||||
"pixels": 18103008,
|
||||
"ISO": [
|
||||
100,
|
||||
25600
|
||||
],
|
||||
"maxISO": 25600,
|
||||
"launchDate": 1363795200000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 5,
|
||||
"resolution": [
|
||||
5208,
|
||||
3476
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 9
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 70D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_70D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 1199,
|
||||
"pixelDepth": 20.2,
|
||||
"pixels": 20170320,
|
||||
"ISO": [
|
||||
100,
|
||||
25600
|
||||
],
|
||||
"maxISO": 25600,
|
||||
"launchDate": 1372694400000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 7,
|
||||
"resolution": [
|
||||
5496,
|
||||
3670
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 19
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 750D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_750D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 750,
|
||||
"pixelDepth": 24.2,
|
||||
"pixels": 24228528,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1423152000000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 5,
|
||||
"resolution": [
|
||||
6024,
|
||||
4022
|
||||
],
|
||||
"weight": 510,
|
||||
"autoFocus": 19
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 760D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_760D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 850,
|
||||
"pixelDepth": 24.2,
|
||||
"pixels": 24228528,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1423152000000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 5,
|
||||
"resolution": [
|
||||
6024,
|
||||
4022
|
||||
],
|
||||
"weight": 510,
|
||||
"autoFocus": 19
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 7D Mark II",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_7D_Mark_II/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 1800,
|
||||
"pixelDepth": 20.2,
|
||||
"pixels": 20170320,
|
||||
"ISO": [
|
||||
100,
|
||||
51200
|
||||
],
|
||||
"maxISO": 51200,
|
||||
"launchDate": 1410710400000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": true,
|
||||
"isMetal": true,
|
||||
"frameRate": 10,
|
||||
"resolution": [
|
||||
5496,
|
||||
3670
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 65
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 7D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_7D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 1974,
|
||||
"pixelDepth": 18,
|
||||
"pixels": 18840400,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1251734400000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 8,
|
||||
"resolution": [
|
||||
5360,
|
||||
3515
|
||||
],
|
||||
"weight": 820,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS 80D",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_80D/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 1200,
|
||||
"pixelDepth": 24.2,
|
||||
"pixels": 25504128,
|
||||
"ISO": [
|
||||
100,
|
||||
25600
|
||||
],
|
||||
"maxISO": 25600,
|
||||
"launchDate": 1455724800000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 7,
|
||||
"resolution": [
|
||||
6288,
|
||||
4056
|
||||
],
|
||||
"weight": 650,
|
||||
"autoFocus": 45
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS M",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_M/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 799,
|
||||
"pixelDepth": 18,
|
||||
"pixels": 18627840,
|
||||
"ISO": [
|
||||
100,
|
||||
25600
|
||||
],
|
||||
"maxISO": 25600,
|
||||
"launchDate": 1342972800000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 4.3,
|
||||
"resolution": [
|
||||
5280,
|
||||
3528
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 31
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS M10",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_M10/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 600,
|
||||
"pixelDepth": 18,
|
||||
"pixels": 18103008,
|
||||
"ISO": [
|
||||
100,
|
||||
25600
|
||||
],
|
||||
"maxISO": 25600,
|
||||
"launchDate": 1444665600000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 4.6,
|
||||
"resolution": [
|
||||
5208,
|
||||
3476
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 49
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS M100",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_M100/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 600,
|
||||
"pixelDepth": 24.2,
|
||||
"pixels": 25504128,
|
||||
"ISO": [
|
||||
100,
|
||||
25600
|
||||
],
|
||||
"maxISO": 25600,
|
||||
"launchDate": 1503936000000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": true,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 6.1,
|
||||
"resolution": [
|
||||
6288,
|
||||
4056
|
||||
],
|
||||
"weight": 266,
|
||||
"autoFocus": 49
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS M2",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_M2/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 650,
|
||||
"pixelDepth": 18,
|
||||
"pixels": 18103008,
|
||||
"ISO": [
|
||||
100,
|
||||
25600
|
||||
],
|
||||
"maxISO": 25600,
|
||||
"launchDate": 1386000000000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 4.6,
|
||||
"resolution": [
|
||||
5208,
|
||||
3476
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 31
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS M3",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_M3/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 870,
|
||||
"pixelDepth": 24.2,
|
||||
"pixels": 24228528,
|
||||
"ISO": [
|
||||
100,
|
||||
25600
|
||||
],
|
||||
"maxISO": 25600,
|
||||
"launchDate": 1423152000000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 4.2,
|
||||
"resolution": [
|
||||
6024,
|
||||
4022
|
||||
],
|
||||
"weight": 320.5,
|
||||
"autoFocus": 49
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS M5",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_M5/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 980,
|
||||
"pixelDepth": 24.2,
|
||||
"pixels": 25504128,
|
||||
"ISO": [
|
||||
100,
|
||||
25600
|
||||
],
|
||||
"maxISO": 25600,
|
||||
"launchDate": 1473868800000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 9,
|
||||
"resolution": [
|
||||
6288,
|
||||
4056
|
||||
],
|
||||
"weight": 380,
|
||||
"autoFocus": 49
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon EOS M6",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/EOS_M6/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 780,
|
||||
"pixelDepth": 24.2,
|
||||
"pixels": 25504128,
|
||||
"ISO": [
|
||||
100,
|
||||
25600
|
||||
],
|
||||
"maxISO": 25600,
|
||||
"launchDate": 1487088000000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": true,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 9,
|
||||
"resolution": [
|
||||
6288,
|
||||
4056
|
||||
],
|
||||
"weight": 343,
|
||||
"autoFocus": 49
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon PowerShot G1 X Mark II",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/PowerShot_G1_X_Mark_II/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 800,
|
||||
"pixelDepth": 13.1,
|
||||
"pixels": 14740832,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1392134400000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 5.2,
|
||||
"resolution": [
|
||||
4432,
|
||||
3326
|
||||
],
|
||||
"weight": 516,
|
||||
"autoFocus": 31
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon PowerShot G12",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/PowerShot_G12/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 499,
|
||||
"pixelDepth": 10,
|
||||
"pixels": 9980928,
|
||||
"ISO": [
|
||||
80,
|
||||
3200
|
||||
],
|
||||
"maxISO": 3200,
|
||||
"launchDate": 1284393600000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 2,
|
||||
"resolution": [
|
||||
3648,
|
||||
2736
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon PowerShot G16",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/PowerShot_G16/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 549,
|
||||
"pixelDepth": 12.1,
|
||||
"pixels": 12835904,
|
||||
"ISO": [
|
||||
80,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1377100800000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 12.2,
|
||||
"resolution": [
|
||||
4192,
|
||||
3062
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 9
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon PowerShot G1X",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/PowerShot_G1X/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 799,
|
||||
"pixelDepth": 14.3,
|
||||
"pixels": 15133536,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1326038400000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 4.5,
|
||||
"resolution": [
|
||||
4496,
|
||||
3366
|
||||
],
|
||||
"weight": 492,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon PowerShot G3 X",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/PowerShot_G3_X/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 1000,
|
||||
"pixelDepth": 20.2,
|
||||
"pixels": 20444448,
|
||||
"ISO": [
|
||||
125,
|
||||
25600
|
||||
],
|
||||
"maxISO": 25600,
|
||||
"launchDate": 1434556800000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 5.9,
|
||||
"resolution": [
|
||||
5536,
|
||||
3693
|
||||
],
|
||||
"weight": 690,
|
||||
"autoFocus": 31
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon PowerShot G5 X",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/PowerShot_G5_X/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 800,
|
||||
"pixelDepth": 20,
|
||||
"pixels": 20444448,
|
||||
"ISO": [
|
||||
125,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1444665600000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 5.9,
|
||||
"resolution": [
|
||||
5536,
|
||||
3693
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 31
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon PowerShot G7 X",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/PowerShot_G7_X/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 700,
|
||||
"pixelDepth": 20.2,
|
||||
"pixels": 20894720,
|
||||
"ISO": [
|
||||
125,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1410710400000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 6.5,
|
||||
"resolution": [
|
||||
5632,
|
||||
3710
|
||||
],
|
||||
"weight": 279,
|
||||
"autoFocus": 31
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon PowerShot G9 X Mark II",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/PowerShot_G9_X_Mark_II/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 530,
|
||||
"pixelDepth": 20.1,
|
||||
"pixels": 20444448,
|
||||
"ISO": [
|
||||
125,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1483459200000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": true,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 8.2,
|
||||
"resolution": [
|
||||
5536,
|
||||
3693
|
||||
],
|
||||
"weight": 182,
|
||||
"autoFocus": 31
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon PowerShot G9 X",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/PowerShot_G9_X/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 500,
|
||||
"pixelDepth": 20.2,
|
||||
"pixels": 20444448,
|
||||
"ISO": [
|
||||
125,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1444752000000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 4,
|
||||
"resolution": [
|
||||
5536,
|
||||
3693
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 31
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon PowerShot S100",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/PowerShot_S100/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 429,
|
||||
"pixelDepth": 12.1,
|
||||
"pixels": 12995840,
|
||||
"ISO": [
|
||||
80,
|
||||
6400
|
||||
],
|
||||
"maxISO": 6400,
|
||||
"launchDate": 1316016000000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": true,
|
||||
"isMetal": null,
|
||||
"frameRate": 4,
|
||||
"resolution": [
|
||||
4160,
|
||||
3124
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon PowerShot S120",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/PowerShot_S120/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 449,
|
||||
"pixelDepth": 12.1,
|
||||
"pixels": 12835904,
|
||||
"ISO": [
|
||||
80,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1377100800000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 5.6,
|
||||
"resolution": [
|
||||
4192,
|
||||
3062
|
||||
],
|
||||
"weight": 193,
|
||||
"autoFocus": 9
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon PowerShot S90",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/PowerShot_S90/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 420,
|
||||
"pixelDepth": 10,
|
||||
"pixels": 10423296,
|
||||
"ISO": [
|
||||
80,
|
||||
3200
|
||||
],
|
||||
"maxISO": 3200,
|
||||
"launchDate": 1250611200000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 0.9,
|
||||
"resolution": [
|
||||
3744,
|
||||
2784
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon PowerShot S95",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/PowerShot_S95/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 400,
|
||||
"pixelDepth": 10,
|
||||
"pixels": 10423296,
|
||||
"ISO": [
|
||||
80,
|
||||
3200
|
||||
],
|
||||
"maxISO": 3200,
|
||||
"launchDate": 1282147200000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 0.98,
|
||||
"resolution": [
|
||||
3744,
|
||||
2784
|
||||
],
|
||||
"weight": 170,
|
||||
"autoFocus": 9
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon PowerShot SX50 HS",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/PowerShot_SX50_HS/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 480,
|
||||
"pixelDepth": 12.1,
|
||||
"pixels": 12786912,
|
||||
"ISO": [
|
||||
80,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1347811200000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 10,
|
||||
"resolution": [
|
||||
4176,
|
||||
3062
|
||||
],
|
||||
"weight": 551,
|
||||
"autoFocus": 9
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon PowerShot SX60 HS",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/PowerShot_SX60_HS/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 550,
|
||||
"pixelDepth": 16.1,
|
||||
"pixels": 16764288,
|
||||
"ISO": [
|
||||
100,
|
||||
6400
|
||||
],
|
||||
"maxISO": 6400,
|
||||
"launchDate": 1410710400000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 6.4,
|
||||
"resolution": [
|
||||
4768,
|
||||
3516
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon Powershot G10",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/Powershot_G10/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 467,
|
||||
"pixelDepth": 14,
|
||||
"pixels": 14999040,
|
||||
"ISO": [
|
||||
80,
|
||||
1600
|
||||
],
|
||||
"maxISO": 1600,
|
||||
"launchDate": 1221580800000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 1.3,
|
||||
"resolution": [
|
||||
4480,
|
||||
3348
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon Powershot G11",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/Powershot_G11/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 523,
|
||||
"pixelDepth": 10,
|
||||
"pixels": 10423296,
|
||||
"ISO": [
|
||||
80,
|
||||
3200
|
||||
],
|
||||
"maxISO": 3200,
|
||||
"launchDate": 1250611200000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 1.1,
|
||||
"resolution": [
|
||||
3744,
|
||||
2784
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon Powershot G15",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/Powershot_G15/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 599,
|
||||
"pixelDepth": 12.1,
|
||||
"pixels": 12338304,
|
||||
"ISO": [
|
||||
80,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1347811200000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 4,
|
||||
"resolution": [
|
||||
4048,
|
||||
3048
|
||||
],
|
||||
"weight": 310,
|
||||
"autoFocus": 9
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon Powershot G9",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/Powershot_G9/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 606,
|
||||
"pixelDepth": 12.1,
|
||||
"pixels": 12192768,
|
||||
"ISO": [
|
||||
80,
|
||||
1600
|
||||
],
|
||||
"maxISO": 1600,
|
||||
"launchDate": 1187539200000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 1.5,
|
||||
"resolution": [
|
||||
4032,
|
||||
3024
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Canon Powershot S110",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/Powershot_S110/vignette3.png",
|
||||
"brand": "Canon",
|
||||
"price": 499,
|
||||
"pixelDepth": 12.1,
|
||||
"pixels": 12338304,
|
||||
"ISO": [
|
||||
80,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1347811200000,
|
||||
"touchScreen": true,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 10,
|
||||
"resolution": [
|
||||
4048,
|
||||
3048
|
||||
],
|
||||
"weight": 198,
|
||||
"autoFocus": 9
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "DJI Phantom 4",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/Phantom_4/vignette3.png",
|
||||
"brand": "DJI",
|
||||
"price": 1200,
|
||||
"pixelDepth": 12.4,
|
||||
"pixels": 12000000,
|
||||
"ISO": [
|
||||
100,
|
||||
3200
|
||||
],
|
||||
"maxISO": 3200,
|
||||
"launchDate": 1457971200000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": true,
|
||||
"isMetal": true,
|
||||
"frameRate": 7,
|
||||
"resolution": [
|
||||
4000,
|
||||
3000
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "DJI Phantom4 Pro",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/Phantom4_Pro/vignette3.png",
|
||||
"brand": "DJI",
|
||||
"price": 1500,
|
||||
"pixelDepth": 20,
|
||||
"pixels": 19961856,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1479139200000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": true,
|
||||
"isMetal": true,
|
||||
"frameRate": 14,
|
||||
"resolution": [
|
||||
5472,
|
||||
3648
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "DJI Zenmuse X4S",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/Zenmuse_X4S/vignette3.png",
|
||||
"brand": "DJI",
|
||||
"price": 599,
|
||||
"pixelDepth": 20,
|
||||
"pixels": 19961856,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1479139200000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": true,
|
||||
"isMetal": true,
|
||||
"frameRate": 20,
|
||||
"resolution": [
|
||||
5472,
|
||||
3648
|
||||
],
|
||||
"weight": 253,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "DJI Zenmuse X5S",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/Zenmuse_X5S/vignette3.png",
|
||||
"brand": "DJI",
|
||||
"price": 1400,
|
||||
"pixelDepth": 20.8,
|
||||
"pixels": 20887680,
|
||||
"ISO": [
|
||||
100,
|
||||
25600
|
||||
],
|
||||
"maxISO": 25600,
|
||||
"launchDate": 1479139200000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": true,
|
||||
"isMetal": true,
|
||||
"frameRate": 20,
|
||||
"resolution": [
|
||||
5280,
|
||||
3956
|
||||
],
|
||||
"weight": 461,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "DJI Zenmuse X7",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/Zenmuse_X7/vignette3.png",
|
||||
"brand": "DJI",
|
||||
"price": 2700,
|
||||
"pixelDepth": 24,
|
||||
"pixels": 24112128,
|
||||
"ISO": [
|
||||
100,
|
||||
25600
|
||||
],
|
||||
"maxISO": 25600,
|
||||
"launchDate": 1507651200000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": true,
|
||||
"isMetal": true,
|
||||
"frameRate": 20,
|
||||
"resolution": [
|
||||
6016,
|
||||
4008
|
||||
],
|
||||
"weight": 449,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Fujifilm FinePix F550EXR",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/FinePix_F550EXR/vignette3.png",
|
||||
"brand": "Fujifilm",
|
||||
"price": 450,
|
||||
"pixelDepth": 16,
|
||||
"pixels": 16076305,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1294156800000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": true,
|
||||
"isMetal": null,
|
||||
"frameRate": 4,
|
||||
"resolution": [
|
||||
4613,
|
||||
3485
|
||||
],
|
||||
"weight": 195,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Fujifilm FinePix F600EXR",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/FinePix_F600EXR/vignette3.png",
|
||||
"brand": "Fujifilm",
|
||||
"price": 500,
|
||||
"pixelDepth": 16,
|
||||
"pixels": 8037568,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1312992000000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": true,
|
||||
"isMetal": null,
|
||||
"frameRate": 4,
|
||||
"resolution": [
|
||||
3262,
|
||||
2464
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 256
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Fujifilm FinePix F800EXR",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/FinePix_F800EXR/vignette3.png",
|
||||
"brand": "Fujifilm",
|
||||
"price": 349,
|
||||
"pixelDepth": 16,
|
||||
"pixels": 16076305,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1343145600000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 4,
|
||||
"resolution": [
|
||||
4613,
|
||||
3485
|
||||
],
|
||||
"weight": 208,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Fujifilm FinePix S100fs",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/FinePix_S100fs/vignette3.png",
|
||||
"brand": "Fujifilm",
|
||||
"price": 713,
|
||||
"pixelDepth": 11.1,
|
||||
"pixels": 11059200,
|
||||
"ISO": [
|
||||
100,
|
||||
3200
|
||||
],
|
||||
"maxISO": 3200,
|
||||
"launchDate": 1201104000000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 3,
|
||||
"resolution": [
|
||||
3840,
|
||||
2880
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Fujifilm FinePix S3 Pro",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/FinePix_S3_Pro/vignette3.png",
|
||||
"brand": "Fujifilm",
|
||||
"price": 1190,
|
||||
"pixelDepth": 6.1,
|
||||
"pixels": 6096384,
|
||||
"ISO": [
|
||||
100,
|
||||
1600
|
||||
],
|
||||
"maxISO": 1600,
|
||||
"launchDate": 1075910400000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 2.5,
|
||||
"resolution": [
|
||||
3024,
|
||||
2016
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Fujifilm FinePix S5 Pro",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/FinePix_S5_Pro/vignette3.png",
|
||||
"brand": "Fujifilm",
|
||||
"price": 1200,
|
||||
"pixelDepth": 6.1,
|
||||
"pixels": 6096384,
|
||||
"ISO": [
|
||||
100,
|
||||
3200
|
||||
],
|
||||
"maxISO": 3200,
|
||||
"launchDate": 1159113600000,
|
||||
"touchScreen": null,
|
||||
"video": null,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 3,
|
||||
"resolution": [
|
||||
3024,
|
||||
2016
|
||||
],
|
||||
"weight": 500,
|
||||
"autoFocus": 6
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Fujifilm FinePix X S1",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/FinePix_X_S1/vignette3.png",
|
||||
"brand": "Fujifilm",
|
||||
"price": 699,
|
||||
"pixelDepth": 12,
|
||||
"pixels": 12000000,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1322064000000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 7,
|
||||
"resolution": [
|
||||
4000,
|
||||
3000
|
||||
],
|
||||
"weight": 880,
|
||||
"autoFocus": 49
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Fujifilm FinePix X10",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/FinePix_X10/vignette3.png",
|
||||
"brand": "Fujifilm",
|
||||
"price": 600,
|
||||
"pixelDepth": 12,
|
||||
"pixels": 12212896,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1314806400000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": null,
|
||||
"frameRate": 7,
|
||||
"resolution": [
|
||||
4028,
|
||||
3032
|
||||
],
|
||||
"weight": 330,
|
||||
"autoFocus": 49
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Fujifilm FinePix X100",
|
||||
"image": "//cdn.dxomark.com/dakdata/xml/FinePix_X100/vignette3.png",
|
||||
"brand": "Fujifilm",
|
||||
"price": 999,
|
||||
"pixelDepth": 12.3,
|
||||
"pixels": 12369700,
|
||||
"ISO": [
|
||||
100,
|
||||
12800
|
||||
],
|
||||
"maxISO": 12800,
|
||||
"launchDate": 1284825600000,
|
||||
"touchScreen": null,
|
||||
"video": true,
|
||||
"flash": null,
|
||||
"waterproof": null,
|
||||
"bluetooth": null,
|
||||
"gps": null,
|
||||
"isMetal": true,
|
||||
"frameRate": 5,
|
||||
"resolution": [
|
||||
4310,
|
||||
2870
|
||||
],
|
||||
"weight": 405,
|
||||
"autoFocus": 49
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue