Skip to content

Commit

Permalink
add Fuji X-T5
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed May 24, 2023
1 parent d45c73f commit 34ecb80
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions camera/ptpjs/drivers/fuji.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,17 @@ driver.supportedCameras = {
focus: true,
}
},
'04cb:02fc': {
name: "Fuji X-T5",
supports: {
shutter: true,
aperture: true,
iso: true,
liveview: true,
destination: true,
focus: true,
}
},
}

var properties = {
Expand Down

0 comments on commit 34ecb80

Please sign in to comment.