Skip to content

Commit

Permalink
added Fuji GFX100 and GFX100S
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed May 12, 2021
1 parent a1f1c99 commit 55af3d6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions camera/ptpjs/drivers/fuji.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,28 @@ driver.supportedCameras = {
focus: true,
}
},
'04cb:02de': {
name: "Fuji GFX 100",
supports: {
shutter: true,
aperture: true,
iso: true,
liveview: true,
destination: true,
focus: true,
}
},
'04cb:02e9': {
name: "Fuji GFX 100S",
supports: {
shutter: true,
aperture: true,
iso: true,
liveview: true,
destination: true,
focus: true,
}
},
}

var properties = {
Expand Down

0 comments on commit 55af3d6

Please sign in to comment.